44 #ifndef CEXMC_TRACK_POINTS_STORE_HH 
   45 #define CEXMC_TRACK_POINTS_STORE_HH 
   63         monitorTP( monitorTP ), targetTPBeamParticle( targetTPBeamParticle ),
 
   64         targetTPOutputParticle( targetTPOutputParticle ),
 
   65         targetTPNucleusParticle( targetTPNucleusParticle ),
 
   66         targetTPOutputParticleDecayProductParticle1(
 
   67                                 targetTPOutputParticleDecayProductParticle1 ),
 
   68         targetTPOutputParticleDecayProductParticle2(
 
   69                                 targetTPOutputParticleDecayProductParticle2 ),
 
   70         vetoCounterTPLeft( vetoCounterTPLeft ),
 
   71         vetoCounterTPRight( vetoCounterTPRight ),
 
   72         calorimeterTPLeft( calorimeterTPLeft ),
 
   73         calorimeterTPRight( calorimeterTPRight )
 
   76     void *  
operator new( 
size_t  size );
 
   78     void    operator delete( 
void *  obj );
 
  105 inline void *  CexmcTrackPointsStore::operator 
new( size_t )
 
  111 inline void  CexmcTrackPointsStore::operator 
delete( 
void *  obj )
 
  114                         reinterpret_cast< CexmcTrackPointsStore * >( obj ) );