]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/TenderSupplies/AliVZEROTenderSupply.h
Update VZERO reco in order to deal with high lumi data. Weighted mean on V0 A and...
[u/mrichter/AliRoot.git] / ANALYSIS / TenderSupplies / AliVZEROTenderSupply.h
index c1ccf567d57cc4b287ac8e36a18f07c46c821180..0443cad2784b22243da406fac82a7818a58b1ab6 100644 (file)
@@ -17,6 +17,7 @@
 
 class TF1;
 class AliVZEROCalibData;
+class AliVZERORecoParam;
 
 class AliVZEROTenderSupply: public AliTenderSupply {
   
@@ -36,13 +37,14 @@ public:
 private:
   AliVZEROCalibData* fCalibData;      //! calibration data
   TF1*               fTimeSlewing;    //! Function for time slewing correction
+  AliVZERORecoParam* fRecoParam;      //! pointer to reco-param object
   Float_t            fLHCClockPhase;  //! the correction to the LHC-clock phase
   Bool_t             fDebug;          //  debug on/off
   
   AliVZEROTenderSupply(const AliVZEROTenderSupply&c);
   AliVZEROTenderSupply& operator= (const AliVZEROTenderSupply&c);
   
-  ClassDef(AliVZEROTenderSupply, 1)  // VZERO tender task
+  ClassDef(AliVZEROTenderSupply, 2)  // VZERO tender task
 };