eic-smear  1.0.3
A collection of ROOT classes for Monte Carlo events and a fast-smearing code simulating detector effects for the Electron-Ion Collider task force
EventBase.h
Go to the documentation of this file.
1 
11 #ifndef INCLUDE_EICSMEAR_ERHIC_EVENTBASE_H_
12 #define INCLUDE_EICSMEAR_ERHIC_EVENTBASE_H_
13 
14 #include "eicsmear/erhic/EventMC.h"
15 
16 // For backward compatibility with earlier code, where
17 // the event base class was named EventBase.
18 // EventBase is now a typedef to erhic::EventMC.
19 // Remove this typedef if the global definition of EventBase clashes
20 // with something and you want just to use the namespace version.
21 
23 
24 #endif // INCLUDE_EICSMEAR_ERHIC_EVENTBASE_H_