StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StarGenAAEvent.h
1 #ifndef __StarGenAAEvent_h__
2 #define __StarGenAAEvent_h__
3 
4 #include "StarGenEvent.h"
5 
16 {
17  public:
18 
19  StarGenAAEvent( const Char_t *name="AAevent", const Char_t *title="nucleus+nucleus event");
20  ~StarGenAAEvent(){ /* nada */ };
21 
22  Int_t idBlue;
23  Int_t idYell;
24  Int_t process;
25  Int_t subprocess;
26 
27  Int_t idParton1;
28  Int_t idParton2;
29  Double_t xParton1;
30  Double_t xParton2;
31  Double_t xPdf1;
32  Double_t xPdf2;
33  Double_t Q2fac;
34  Double_t Q2ren;
35  Bool_t valence1;
36  Bool_t valence2;
37 
38  Double_t sHat,tHat,uHat;
39 
40  Double_t ptHat;
41  Double_t thetaHat;
42  Double_t phiHat;
43 
44  Double_t impactParameter;
45  Double_t reactionPlane;
46 
51  Int_t numberWounded[2];
52  Int_t numberOfJets;
53 
54  Double_t weight;
55 
56  ClassDef(StarGenAAEvent,1);
57 
58 };
59 
60 #endif
Int_t numberOfBinary
Number of binary collisions.
Double_t xPdf1
PDF times x for blue beam parton of the hard interaction.
Double_t Q2ren
Renormalization scale of the hard interaction.
Int_t idBlue
Blue beam ID.
Double_t reactionPlane
Phi of the reaction plane 0 to 2pi [radians].
Bool_t valence1
True if blue beam parton is in valence of the hard interaction.
Event record tailored to heavy ion collisions.
Double_t uHat
Mandelstam variables.
Int_t numberOfParticipantProtons[2]
0=Blue 1=Yellow
Double_t Q2fac
Factorization scale of the hard interaction.
Double_t xParton1
x of blue beam parton of the hard interaction
Int_t numberRejected
?
Int_t subprocess
Subprocess ID.
Int_t idYell
Yellow beam ID.
Int_t numberOfJets
Number of jets.
Int_t idParton2
ID of yellow beam parton of the hard interaction.
Int_t numberOfParticipantNeutrons[2]
0=Blue 1=Yellow
Double_t impactParameter
Impact parameter [fm].
Base class for event records.
Definition: StarGenEvent.h:81
Double_t xParton2
x of yellow beam parton of the hard interaction
Bool_t valence2
True if yellow beam parton is in valence of the hard interaction.
Double_t xPdf2
PDF times x for yellow beam parton of the hard interaction.
Int_t numberWounded[2]
Number of wounded nucleons 0=Blue 1=Yellow.
Int_t process
Process ID.
Int_t idParton1
ID of blue beam parton of the hard interaction.