]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0Calibrator.h
New version of CDB access (Alla). The Look-up-table CDB file has to corrected so...
[u/mrichter/AliRoot.git] / T0 / AliT0Calibrator.h
index 50e56ed1a0be99c18f78ec970ee0e49dd4b14d6e..bd328001a1b0a052ff68356c47c1c131bdf7c265 100644 (file)
@@ -19,16 +19,14 @@ class AliT0Calibrator: public TNamed
   
 
   Int_t WalkCorrection(Int_t ipmt, Int_t qt, Int_t time) ;
-  Int_t EquivalizeChannel(Int_t ipmt)  ;
+  //  Int_t EquivalizeChannel(Int_t ipmt)  ;
  protected:
 
-  Int_t fTimeDelayCFD[24]; 
-  Int_t  fChannelWidth  ;  
+  Int_t           fTimeDelayCFD[24]; 
+  Int_t           fChannelWidth  ;  
+  TObjArray       fWalk;
   
-  TObjArray  fWalk;
-  TObjArray  fSlewingRec;
-  
-  ClassDef(AliT0Calibrator, 0)   // class for the T0 reconstruction
+  ClassDef(AliT0Calibrator, 1)   // class for the T0 reconstruction
 
 };