You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All event generators have some sort of printout functions for an event, e.g. dt_evtout in DpmJet or sib_list in Sibyll. Since EventData class may contain transformed momenta and energy, it would be good to have a direct access to raw data produced by event generator for debugging.
I have in mind to write a method for "MCRun" which would return the output of the printout functions as a string. Here I would like to discuss whether this functionality is needed and in what form.
A related issue: probably EventData class also needs a listing similar to dt_evtout output?
The text was updated successfully, but these errors were encountered:
All event generators have some sort of printout functions for an event, e.g.
dt_evtout
in DpmJet orsib_list
in Sibyll. SinceEventData
class may contain transformed momenta and energy, it would be good to have a direct access to raw data produced by event generator for debugging.I have in mind to write a method for "MCRun" which would return the output of the printout functions as a string. Here I would like to discuss whether this functionality is needed and in what form.
A related issue: probably
EventData
class also needs a listing similar todt_evtout
output?The text was updated successfully, but these errors were encountered: