Opened 12 years ago
#59 new defect
Bug in Pythia input?
Reported by: | cvermilion | Owned by: | cvermilion |
---|---|---|---|
Priority: | major | Component: | IO |
Version: | 4.0 | Keywords: | |
Cc: |
Description
Per a user email:
I downloaded spartyjet-pythia from http://www.pa.msu.edu/~marti347/project6/index.html. I believe I might have found a bug in the way pythia files are read. In JetCore/PythiaInput?.cc, final state particles are identified using (status == 1), in pythia this should be done using (status > 0.)
Note: See
TracTickets for help on using
tickets.