]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Access to the first PHOS and EMCAL particles (Y.Schutz)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jul 2005 08:07:24 +0000 (08:07 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jul 2005 08:07:24 +0000 (08:07 +0000)
STEER/AliESD.h

index 2982d33b7fd6b262c285f7ea0aec85129ed0b20b..be87c2f37c174af4e9f81b33b795f2c33d46be6f 100644 (file)
@@ -127,10 +127,11 @@ public:
   Int_t GetNumberOfPHOSParticles() const {return fPHOSParticles;}
   void  SetNumberOfPHOSParticles(Int_t part) { fPHOSParticles = part ; }
   void  SetFirstPHOSParticle(Int_t index) { fFirstPHOSParticle = index ; } 
+  Int_t GetFirstPHOSParticle() const  { return fFirstPHOSParticle ; }
   Int_t GetNumberOfEMCALParticles() const {return fEMCALParticles;}
   void  SetNumberOfEMCALParticles(Int_t part) { fEMCALParticles = part ; }
   void  SetFirstEMCALParticle(Int_t index) { fFirstEMCALParticle = index ; } 
-
+  Int_t GetFirstEMCALParticle() const { return fFirstEMCALParticle ; } 
 
   Float_t GetT0zVertex() const {return fT0zVertex;}
   void SetT0zVertex(Float_t z) {fT0zVertex=z;}