Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-28 07:02:49

0001 /**
0002  \file
0003  For backward compatibility with earlier code.
0004  EventS and ParticleS classes were both declared in EventS.h.
0005  
0006  \author    Michael Savastio
0007  \date      2011-08-19
0008  \copyright 2011 Brookhaven National Lab
0009  */
0010 
0011 #ifndef INCLUDE_EICSMEAR_SMEAR_EVENTS_H_
0012 #define INCLUDE_EICSMEAR_SMEAR_EVENTS_H_
0013 
0014 #include "eicsmear/erhic/ParticleMC.h"
0015 #include "eicsmear/smear/EventSmear.h"
0016 
0017 typedef Smear::ParticleMCS ParticleS;
0018 
0019 #endif  // INCLUDE_EICSMEAR_SMEAR_EVENTS_H_