PYTHIA
8.312
|
Class for storing Events and Info objects. More...
#include <HIBasics.h>
Public Member Functions | |
EventInfo () | |
Empty constructor. | |
bool | operator< (const EventInfo &ei) const |
Public Attributes | |
Event | event |
The Event object. | |
Info | info |
The corresponding Info object. | |
int | code |
The code for the subprocess. | |
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 |
Class for storing Events and Info objects.
map<Nucleon*, pair<int,int> > projs |
Which projectile and target nucleons are included and where are they placed?