Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-07-03 07:05:10

0001 /**
0002  \file
0003  For backward compatibility with earlier code, where
0004  the event base class was named EventBase.
0005  
0006  \author    Thomas Burton
0007  \date      2011-07-07
0008  \copyright 2011 Brookhaven National Lab
0009  */
0010 
0011 #ifndef INCLUDE_EICSMEAR_ERHIC_EVENTBASE_H_
0012 #define INCLUDE_EICSMEAR_ERHIC_EVENTBASE_H_
0013 
0014 #include "eicsmear/erhic/EventMC.h"
0015 
0016 // For backward compatibility with earlier code, where
0017 // the event base class was named EventBase.
0018 // EventBase is now a typedef to erhic::EventMC.
0019 // Remove this typedef if the global definition of EventBase clashes
0020 // with something and you want just to use the namespace version.
0021 
0022 typedef erhic::EventMC EventBase;
0023 
0024 #endif  // INCLUDE_EICSMEAR_ERHIC_EVENTBASE_H_