StRoot
1
|
Public Member Functions | |
EventInfo () | |
Empty constructor. | |
bool | operator< (const EventInfo &ei) const |
EventInfo () | |
Empty constructor. | |
bool | operator< (const EventInfo &ei) const |
Public Attributes | |
Event | event |
The Event and info objects. More... | |
Info | info |
double | ordering |
The ordering variable of this event. | |
const SubCollision * | coll |
The associated SubCollision object. | |
bool | ok |
Is the event properly generated? | |
map< Nucleon *, pair< int, int > > | projs |
map< Nucleon *, pair< int, int > > | targs |
int | code |
The code for the subprocess. | |
Definition at line 790 of file HIUserHooks.h.
Event EventInfo::event |
The Event and info objects.
The Event object.
Definition at line 798 of file HIUserHooks.h.
Referenced by Pythia8::Angantyr::addNucleonExcitation(), and Pythia8::Angantyr::mkEventInfo().
map< Nucleon *, pair< int, int > > EventInfo::projs |
Which projectile and target nucleons are included and where are they placed?
Definition at line 815 of file HIUserHooks.h.
Referenced by Pythia8::Angantyr::addNucleonExcitation(), and Pythia8::Angantyr::mkEventInfo().