​Implementation of CMS-EXO-16-022 Delphes card

Asked by chahrazed

Hi,

I need to implement the cms_exo_16_022 Delphes card in my analysis but this card requires Ma5_v1.6_tracks which this package works only with Root 5 ! noting that I am working with Ma5_v1.7 which is compatible with Root 6 . My question is how can I import the necessary changes from the Ma5_v1.6_tracks version to the Ma5_v1.7 version in order to run the cms_exo_16_022 code ?

Best regards.

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
Benjamin Fuks (fuks) said :
#1

Hi,

You can try with v1.8 beta. This should work but we are just validating things at the time I write. So please come back to us if you see anything suspicious.

Cheers,

Benjamin

> On 8 Mar 2019, at 13:13 , chahrazed <email address hidden> wrote:
>
> New question #679051 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/679051
>
> Hi,
>
> I need to implement the cms_exo_16_022 Delphes card in my analysis but this card requires Ma5_v1.6_tracks which this package works only with Root 5 ! noting that I am working with Ma5_v1.7 which is compatible with Root 6 . My question is how can I import the necessary changes from the Ma5_v1.6_tracks version to the Ma5_v1.7 version in order to run the cms_exo_16_022 code ?
>
> Best regards.
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
chahrazed (chahra-guella) said :
#2

Hello

Sorry but I didn't find the v1.8 version and the latest one is v1.7 !!
 Could you please send me the appropriate link ?

Revision history for this message
Benjamin Fuks (fuks) said :
#3

No, 1.8 beta is available here:
  https://code.launchpad.net/~ma5dev/madanalysis5/v1.8_beta

Cheers,

Benjamin

> On 8 Mar 2019, at 15:32 , chahrazed <email address hidden> wrote:
>
> Question #679051 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/679051
>
> Status: Answered => Open
>
> chahrazed is still having a problem:
> Hello
>
> Sorry but I didn't find the v1.8 version and the latest one is v1.7 !!
> Could you please send me the appropriate link ?
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
chahrazed (chahra-guella) said :
#4

Hi

Thank you for your answer, I update the version of MadAnalysis but I get errors when I was running the cms_exo_16_022 Delphes card
Error messages read as :

MA5-ERROR: run over 'defaultset' aborted.
ERROR: The input file seems to have not the Delphes ROOT format
MA5-ERROR: job submission aborted.
I note that I have imported a root file before submitting the job .!

Revision history for this message
Best Benjamin Fuks (fuks) said :
#5

Hi,

This is not how recasting with mandanalysis 5 works. Please have a look to the manual or to the more recent 1808.00480 paper. You should indeed not import a root file, but a hepmc file instead. MadAnalysis is taking care of running delphes (that should be installed locally).

Regards,

Benjamin

> On 10 Mar 2019, at 01:37 , chahrazed <email address hidden> wrote:
>
> Question #679051 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/679051
>
> Status: Answered => Open
>
> chahrazed is still having a problem:
> Hi
>
> Thank you for your answer, I update the version of MadAnalysis but I get errors when I was running the cms_exo_16_022 Delphes card
> Error messages read as :
>
> MA5-ERROR: run over 'defaultset' aborted.
> ERROR: The input file seems to have not the Delphes ROOT format
> MA5-ERROR: job submission aborted.
> I note that I have imported a root file before submitting the job .!
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
chahrazed (chahra-guella) said :
#6

Thanks Benjamin Fuks, that solved my question.