StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StarGenEPEvent.h
1 #ifndef __StarGenEPEvent_h__
2 #define __StarGenEPEvent_h__
3 
4 #include "StarGenEvent.h"
5 
15 {
16  public:
17 
18  StarGenEPEvent( const Char_t *name="epevent", const Char_t *title="electron+proton event");
19  ~StarGenEPEvent(){ /* nada */ };
20 
21  Int_t idBlue;
22  Int_t idYell;
23  Int_t process;
24  Int_t subprocess;
25 
26  Int_t idParton;
27 
28  Double_t xParton;
29  Double_t xPdf;
30  Double_t Q2;
31 
32  Bool_t valence;
33 
34  Double_t y;
35  Double_t W2;
36  Double_t nu;
37 
38  Double_t weight;
39 
40  ClassDef(StarGenEPEvent,1);
41 
42 };
43 
44 #endif
Double_t xPdf
PDF times x for the struck parton.
Bool_t valence
true if valence quark
Int_t idYell
Yellow beam ID.
Int_t process
Process ID.
Int_t subprocess
Subprocess ID.
Double_t y
rapidity
Double_t Q2
Virtuality of the photon.
Int_t idParton
ID of the struck parton.
Base class for event records.
Definition: StarGenEvent.h:81
Event record class tailored to DIS kinemaics.
Int_t idBlue
Blue beam ID.
Double_t xParton
x of blue struck parton