Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-07-01 07:05:42

0001 /**
0002  \file
0003  For backward compatibility with old-style classes,
0004  in which the base (and only) particle class was named Particle.
0005  
0006  \author    Thomas Burton
0007  \date      2011-10-10
0008  \copyright 2011 Brookhaven National Lab
0009  */
0010 
0011 #ifndef INCLUDE_EICSMEAR_ERHIC_PARTICLE_H_
0012 #define INCLUDE_EICSMEAR_ERHIC_PARTICLE_H_
0013 
0014 #include "eicsmear/erhic/ParticleMC.h"
0015 
0016 typedef erhic::ParticleMC Particle;
0017 
0018 #endif  // INCLUDE_EICSMEAR_ERHIC_PARTICLE_H_