3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
8 ///////////////////////////////////////////////////
9 // Particle Identifier class for PHOS //
10 // Version SUBATECH //
11 // Author Yves Schutz //
12 // comment: identify the type of particle //
13 // PHOS SubTrack alone //
14 ///////////////////////////////////////////////////
16 // --- ROOT system ---
18 // --- Standard library ---
20 // --- AliRoot header files ---
22 #include "AliPHOSPID.h"
24 class AliPHOSPIDv1 : public AliPHOSPID {
29 virtual ~ AliPHOSPIDv1() ; // dtor
31 void GetParticleType(TrackSegmentsList * trsl, RecParticlesList * rpl ) ; // does the job
33 ClassDef( AliPHOSPIDv1,1) // particle identifier implementation , version 1
37 #endif // AliPHOSPIDV1_H