]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecParticle.h
Improve documentation
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecParticle.h
index eb0ae1c0ba6c7a04d33ec5c0980f2a31583fc14d..ab35b5a6e6bfffe090013ba3911b8233ccaddb19 100644 (file)
@@ -5,12 +5,11 @@
 
 /* $Id$ */
 
-////////////////////////////////////////////////
-//  A Reconstructed Particle in PHOS          //
-//  Yves Schutz SUBATECH                      //
-//  To become a general class of AliRoot ?    //  
-//                                            //
-////////////////////////////////////////////////
+//_________________________________________________________________________
+//  A Reconstructed Particle in PHOS    
+//  To become a general class of AliRoot ?        
+//       
+//*-- Author: Yves Schutz (SUBATECH)
 
 // --- ROOT system ---
 
@@ -34,13 +33,13 @@ public:
   virtual ~AliPHOSRecParticle() ; // dtor
 
   AliPHOSTrackSegment * GetPHOSTrackSegment() const { return fPHOSTrackSegment ; } 
+  virtual Int_t * GetPrimaries(Int_t & number) ;
 
 private:
 
   AliPHOSTrackSegment * fPHOSTrackSegment ; // pointer to the associated track segment in PHOS  
 
-  ClassDef(AliPHOSRecParticle,1)  // Reconstructed Particle, version 1
-
+  ClassDef(AliPHOSRecParticle,1)  // Reconstructed Particle
 };
 
 #endif // AliPHOSRECPARTICLE_H