EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EventDpmjet.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EventDpmjet.h
1 
10 #ifndef INCLUDE_EICSMEAR_ERHIC_EVENTDPMJET_H_
11 #define INCLUDE_EICSMEAR_ERHIC_EVENTDPMJET_H_
12 
13 #include <string>
14 
15 #include <Rtypes.h>
16 
17 #include "eicsmear/erhic/EventMC.h"
18 
19 namespace erhic {
20 
24 class EventDpmjet : public EventMC {
25  public:
38  virtual bool Parse(const std::string&);
39 
40  Int_t ievent;
41  Int_t I;
42  Int_t process1;
43  Int_t process2;
44  Int_t IP;
45  Int_t tgtparton;
46  Int_t prjparton;
47  Int_t nucleon;
48  Double32_t xtgtparton;
49  Double32_t xprjparton;
50  Double32_t dtrueW2;
51  Double32_t dtrueNu;
52  Double32_t dtrueQ2;
53  Double32_t dtrueY;
54  Double32_t dtrueX;
55  Double32_t theta_Evt;
56  Double32_t photonFlux;
57 
58  ClassDef(erhic::EventDpmjet, 1)
59 };
60 
61 } // namespace erhic
62 
63 #endif // INCLUDE_EICSMEAR_ERHIC_EVENTDPMJET_H_