]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecParticle.h
position of the particle initiating the hit in PHOS
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecParticle.h
index 043db5fce8b1f03bbf484fae10c6e8ca007afcad..130b613d707762b19b6293263dd052c734dc43b7 100644 (file)
@@ -8,7 +8,7 @@
 //_________________________________________________________________________
 //  A Reconstructed Particle in PHOS    
 //  To become a general class of AliRoot ?        
-//       
+//  why not      
 //*-- Author: Yves Schutz (SUBATECH)
 
 // --- ROOT system ---
@@ -36,16 +36,18 @@ public:
     // dtor
   }
   AliPHOSTrackSegment * GetPHOSTrackSegment() const ; 
-  Int_t                 GetPHOSTrackSegmentIndex(){return fPHOSTrackSegment;}
+  Int_t                 GetPHOSTrackSegmentIndex(){
+    // Getter 
+    return fPHOSTrackSegment ;
+  }
   Int_t *               GetPrimaries(Int_t & number) ;
 
-private:
-
-  Int_t fPHOSTrackSegment ; // pointer to the associated track segment in PHOS  
-
   typedef TClonesArray RecParticlesList ; 
+  
+ private:
 
-
+  Int_t fPHOSTrackSegment ; // pointer to the associated track segment in PHOS  
+  
   ClassDef(AliPHOSRecParticle,1)  // Reconstructed Particle
 };