StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StarGenAAEvent.cxx
1 #include "StarGenAAEvent.h"
2 ClassImp(StarGenAAEvent);
3 
4 StarGenAAEvent::StarGenAAEvent( const Char_t *name, const Char_t *title )
5  : StarGenEvent(name,title),
6  idBlue(0),
7  idYell(0),
8  process(0),
9  subprocess(0),
10  idParton1(0),
11  idParton2(0),
12  xParton1(0.),
13  xParton2(0.),
14  xPdf1(0.),
15  xPdf2(0.),
16  Q2fac(0.),
17  Q2ren(0.),
18  valence1(false),
19  valence2(false),
20  sHat(0.),
21  tHat(0.),
22  uHat(0.),
23  ptHat(0.),
24  thetaHat(0.),
25  phiHat(0.),
26  impactParameter(1E10),
27  reactionPlane(0.),
28  numberOfBinary(0),
29  numberOfParticipantNeutrons{0,0},
30  numberOfParticipantProtons{0,0},
31  numberRejected(0),
32  numberWounded{0,0},
33  numberOfJets(0),
34  weight(0.)
35 {
36  /* nada */
37 };
Event record tailored to heavy ion collisions.
Base class for event records.
Definition: StarGenEvent.h:81