]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecParticle.h
Containers definition
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecParticle.h
index 0e0c0161ccca0f18d4e0c1da3a71b156cac4c6d1..3dcac714ef3c5484a3796e6740edded279b9b409 100644 (file)
@@ -42,13 +42,12 @@ public:
   }
   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
 };