issue with detector simulation

Asked by jean-philippe fontaine

hello everyone,

I am trying to run a detector simulation with ma5 with CMS and I get the following error:
ma5>set main.fastsim.package=Delphes-MA5tune
 ** ERROR: parameter called 'Delphes-MA5tune' is not found.
ma5>set main.fastsim.detector=CMS
 ** ERROR: 'fastsim' has no parameter called 'detector'

But Delphes-MA5tune is loaded correctly at the start of MadAnalysis.

Do you know how to solve that?

Thanks in advance, regards

Jean-Philippe

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
Benjamin Fuks
Solved:
Last query:
Last reply:
Revision history for this message
Best Benjamin Fuks (fuks) said :
#1

Hi,

Please use:
ma5>set main.fastsim.package = delphesMA5tune

Cheers,

Benjamin

PS: you can use the tab key for auto-completion.

Revision history for this message
jean-philippe fontaine (j-philippe-fon) said :
#2

ok that works fine; I used the last release of madanalysis and do what you proposed. Thanks a lot

Revision history for this message
jean-philippe fontaine (j-philippe-fon) said :
#3

Thanks Benjamin Fuks, that solved my question.