PDG ID not found [...] in Reco Mode

Asked by Christopher Chang

Hello,

I am running MadAnalysis (version 1.9.60) on the login node of a cluster, in Reco mode, and seem to be hitting repeated warnings (which are affecting my results). I do not see these when running from my local build. I am running from a hepmc file, and the PDG code of a particle I have added (99999) appears not to be found.

My submission script (removing all of the irrelevant bits) is:

    define invisible = invisible 99999 -99999

    set main.fastsim.package = fastjet
    set main.fastsim.algorithm = antikt

    import tag_1_pythia8_events.hepmc.gz

    submit

This will then output many of these warnings:

WARNING: --------------------------------------------------------------------------------
WARNING: Msg | PDG ID not found [99999]
WARNING: Details |
WARNING: Where | Function = operator[] ; File=DataFormat/PdgTable.cpp ; Line=81
WARNING: --------------------------------------------------------------------------------
WARNING: --------------------------------------------------------------------------------
WARNING: Msg | PDG ID not found [-99999]
WARNING: Details |
WARNING: Where | Function = operator[] ; File=DataFormat/PdgTable.cpp ; Line=81
WARNING: --------------------------------------------------------------------------------

Since this particle is not being found, this naturally produces incorrect results. Since this is a system specific problem, I doubt you will know a definite fix, but would love a hint to where to look when fixing the problem.

Christoper

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
Christopher Chang
Solved:
Last query:
Last reply:
Revision history for this message
Jack Y. Araz (jackaraz) said :
#1

** MadAnalysis 5 has been mitigated to GitHub! If you have any questions or bug reports, please refer to the Issues section in our new GitHub repository. Launchpad will no longer be used.
 - GitHub Repository: https://github.com/MadAnalysis/madanalysis5
 - Issues: https://github.com/MadAnalysis/madanalysis5/issues
 - Latest MadAnalysis 5 release: https://github.com/MadAnalysis/madanalysis5/releases

Revision history for this message
Christopher Chang (chrisjchang) said :
#2

Ignore this question. I noticed a mistake.