#ifndef ALIEMCALFASTRECPARTICLE_H #define ALIEMCALFASTRECPARTICLE_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ //_________________________________________________________________________ // A Particle modified by EMCAL response and produced by AliEMCALvFast // To become a general class of AliRoot ? // //*-- Author: Yves Schutz (SUBATECH) // --- ROOT system --- class TClonesArray; #include "TParticle.h" // --- Standard library --- // --- AliRoot header files --- class AliEMCALFastRecParticle : public TParticle { public: AliEMCALFastRecParticle() ; AliEMCALFastRecParticle(const AliEMCALFastRecParticle & rp) ; // ctor AliEMCALFastRecParticle(const TParticle & p) ; // ctor virtual ~AliEMCALFastRecParticle(){ // dtor } virtual Int_t DistancetoPrimitive(Int_t px, Int_t py) ; virtual void Draw(Option_t *option) ; virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py) ; Int_t GetIndexInList() const { // returns the index of this in the list return fIndexInList ; } virtual const Int_t GetNPrimaries() const {return 0 ;} virtual const TParticle * GetPrimary(Int_t /*index=0*/) const {return 0 ;} const Int_t GetType() const { // returns the type of the particle return fType ; } void SetPIDBit(UInt_t fSet) { // Set PID bit number fSet fType |= (1<