EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EventSimple.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EventSimple.h
1 
7 #ifndef INCLUDE_EICSMEAR_ERHIC_EVENTSIMPLE_H_
8 #define INCLUDE_EICSMEAR_ERHIC_EVENTSIMPLE_H_
9 
10 #include <string>
11 #include <Rtypes.h>
12 #include "eicsmear/erhic/EventMC.h"
13 
14 namespace erhic {
15 
19 class EventSimple : public EventMC {
20  public:
24  EventSimple();
25 
36  virtual bool Parse(const std::string&);
37  const ParticleMC* ScatteredLepton() const;
38 
39  Double32_t numParticles;
40 
41  ClassDef(erhic::EventSimple, 1)
42 };
43 
44 } // namespace erhic
45 
46 #endif // INCLUDE_EICSMEAR_ERHIC_EVENTSIMPLE_H_