]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecParticle.h
Containers definition
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecParticle.h
index 043db5fce8b1f03bbf484fae10c6e8ca007afcad..3dcac714ef3c5484a3796e6740edded279b9b409 100644 (file)
@@ -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
 };