]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecParticle.h
New GetPHOSTrackSegmentIndex function for the analysis of reconstructed events
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecParticle.h
index f22a3f5b0f7c861922dc1096299473e642ed8f36..9bb9997e92bbec8b09e96c3c56db0edfd8e1d69e 100644 (file)
@@ -35,6 +35,7 @@ public:
   virtual ~AliPHOSRecParticle(){} ; // dtor
 
   AliPHOSTrackSegment * GetPHOSTrackSegment() const ; 
+  Int_t                 GetPHOSTrackSegmentIndex(){return fPHOSTrackSegment;}
   Int_t *               GetPrimaries(Int_t & number) ;
 
 private: