]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/AliPHOSPIDv1.h
Correction for left over bugs after ParticleGuesser has been removed and replaced...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPIDv1.h
CommitLineData
26d4b141 1#ifndef ALIPHOSPIDV1_H
2#define ALIPHOSPIDV1_H
6ad0bfa0 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
8///////////////////////////////////////////////////
26d4b141 9// Particle Identifier class for PHOS //
6ad0bfa0 10// Version SUBATECH //
11// Author Yves Schutz //
908558fc 12// comment: identify the type of particle //
6ad0bfa0 13// PHOS SubTrack alone //
14///////////////////////////////////////////////////
15
16// --- ROOT system ---
17
18// --- Standard library ---
19
20// --- AliRoot header files ---
21
26d4b141 22#include "AliPHOSPID.h"
6ad0bfa0 23
26d4b141 24class AliPHOSPIDv1 : public AliPHOSPID {
6ad0bfa0 25
26public:
27
26d4b141 28 AliPHOSPIDv1() ;
29 virtual ~ AliPHOSPIDv1() ; // dtor
6ad0bfa0 30
26d4b141 31 void GetParticleType(TrackSegmentsList * trsl, RecParticlesList * rpl ) ; // does the job
6ad0bfa0 32
26d4b141 33 ClassDef( AliPHOSPIDv1,1) // particle identifier implementation , version 1
6ad0bfa0 34
35};
36
26d4b141 37#endif // AliPHOSPIDV1_H