]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTrackSegment.h
Transition to NewIO
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTrackSegment.h
index ab574f384166165128b031313777a52e9da9f0ad..46bf284ee090f91f87c1a93b4f941e7bd565dc8b 100644 (file)
@@ -34,21 +34,21 @@ public:
 
   Int_t   GetIndexInList() const {  return fIndexInList ; } 
   Int_t   GetPREIndex()    const {  return fPRERecPoint ; }
-  Int_t   GetECIndex()     const {  return fECRecPoint; }
-  Int_t   GetHCIndex()     const {  return fHCRecPoint; }
+  Int_t   GetECAIndex()    const {  return fECARecPoint; }
+  Int_t   GetHCAIndex()    const {  return fHCARecPoint; }
 
   virtual void  Print(Option_t * option) const;
   void SetIndexInList(Int_t val){ fIndexInList = val ;     } 
   void SetPRERecPoint(AliEMCALRecPoint * pre ) ; 
-  void SetHCRecPoint(AliEMCALRecPoint * hc ) ; 
+  void SetHCARecPoint(AliEMCALRecPoint * hc ) ; 
 
   typedef TClonesArray TrackSegmentsList ; 
  
  private:
   
   Int_t fPRERecPoint ; // The PRE reconstructed point index in array stored in TreeR/EMCALPRERP
-  Int_t fECRecPoint ;  // The EC reconstructed point index in array stored in TreeR/EMCALECRP
-  Int_t fHCRecPoint ;  // The HC reconstructed point index in array stored in TreeR/EMCALHCRP
+  Int_t fECARecPoint ; // The EC reconstructed point index in array stored in TreeR/EMCALECRP
+  Int_t fHCARecPoint ; // The HC reconstructed point index in array stored in TreeR/EMCALHCRP
   Int_t fIndexInList ; // The index of this TrackSegment in the list stored in TreeR (to be set by analysis)
   
   ClassDef(AliEMCALTrackSegment,1)  // Track segment in EMCAL