EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EventBase.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EventBase.h
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_