EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EventDEMP.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EventDEMP.h
1 
9 #ifndef INCLUDE_EICSMEAR_ERHIC_EVENTDEMP_H_
10 #define INCLUDE_EICSMEAR_ERHIC_EVENTDEMP_H_
11 
12 #include <string>
13 #include <Rtypes.h>
14 #include "eicsmear/erhic/EventMC.h"
15 
16 namespace erhic {
17 
21 class EventDEMP : public EventMC {
22  public:
26  EventDEMP();
27 
38  virtual bool Parse(const std::string&);
39  const ParticleMC* ScatteredLepton() const;
40 
41  Double32_t numParticles;
42  Double32_t weight;
43 
44  ClassDef(erhic::EventDEMP, 1)
45 };
46 
47 } // namespace erhic
48 
49 #endif // INCLUDE_EICSMEAR_ERHIC_EVENTDEMP_H_