]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed unused data members
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Mar 2000 14:29:58 +0000 (14:29 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Mar 2000 14:29:58 +0000 (14:29 +0000)
PHOS/AliPHOSIndexToObject.cxx
PHOS/AliPHOSIndexToObject.h

index 4da34d85b8bc7bacd0395e6ed4cea9d2c5a426a0..7ca69ea30b40388afbaf7f1714db5e06f1f3d5ca 100644 (file)
@@ -219,7 +219,7 @@ AliPHOSTrackSegment * AliPHOSIndexToObject::GimeTrackSegment(Int_t index)
       cout << "AliPHOSIndexToObject::GimeTrackSegment: index " << index << " larger than available entries " 
           <<  tsentries << endl ; 
   else 
-    rv =  (AliPHOSTrackSegment *) (fTrackSegmentsList->At(index) ) ; 
+    rv =  (AliPHOSTrackSegment *) (tslist->At(index) ) ; 
   
   return rv ;
   
index 170e0cd86921126d8fbc93227f564001a3501004..7e6c219f4cc39b2ffd38a16251fb6397ea1a0e8c 100644 (file)
@@ -53,13 +53,7 @@ public:
   AliPHOSIndexToObject(AliPHOS * det) ; 
 
   AliPHOS * fDetector ;                    // the detector 
-  TTree * fDigits     ;                    // the digits tree
-  //  RecPointsList * fEmcList ;               // array od EMC RecPoints 
-  TTree * fKine ;                          // the kine tree that contains primary particles
-  //  RecPointsList * fPpsdList ;              // array od PPSD reconstructed points 
-  RecParticlesList * fRecParticlesList ;   // array of reconstructed particles 
   TTree * fReconstruct ;                   // the reconstruction tree  
-  TrackSegmentsList * fTrackSegmentsList ; // array of track segments
 
   static AliPHOSIndexToObject * fObjGetter ; // pointer to the unique instance of the singleton