EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EventHepMC.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EventHepMC.h
1 
10 #ifndef INCLUDE_EICSMEAR_ERHIC_EVENTHEPMC_H_
11 #define INCLUDE_EICSMEAR_ERHIC_EVENTHEPMC_H_
12 
13 #include <string>
14 
15 #include <Rtypes.h>
16 
17 #include "eicsmear/erhic/EventMC.h"
18 
19 namespace erhic {
20 
24 class EventHepMC : public EventMC {
25  public:
29  EventHepMC();
30 
34  virtual bool Parse(const std::string&) {return true;}
35 
36  /* Bool_t radcorr; */
37  /* Double32_t weight; */
38  /* Double32_t trueX; */
39  /* Double32_t trueQ2; */
40  /* Double32_t trueY; */
41  /* Double32_t trueT; */
42  /* Double32_t truePhi; */
43  /* Double32_t phibelgen; ///> the azimuthal angle between the production */
44  /* ///> and the scattering plane */
45  /* Double32_t phibelres; ///> the resolution of the previous angle */
46  /* ///> according to H1 */
47  /* Double32_t phibelrec; ///> the reconstructed phi angle */
48 
49  ClassDef(erhic::EventHepMC, 1)
50 };
51 
52 } // namespace erhic
53 
54 #endif // INCLUDE_EICSMEAR_ERHIC_EVENTHEPMC_H_