]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0PreprocessorOffline.h
Possiblilty update or not update OCDB Time Delay entry for runs taken with new DA...
[u/mrichter/AliRoot.git] / T0 / AliT0PreprocessorOffline.h
index d944677b32b87729ac85000004cad6f02234cf94..0ba172e27f0723164cb31543a4f1e490cf778c49 100644 (file)
@@ -18,6 +18,7 @@ class AliT0PreprocessorOffline: public TNamed
   void CalibOffsetChannels(TString FileName, Int_t ustartRun, Int_t uendRun, TString ocdbStorage);
   void CalibT0sPosition(TString FileName, Int_t ustartRun, Int_t uendRun, TString ocdbStorage);
   void  Process(TString FileName, Int_t ustartRun, Int_t uendRun, TString ocdbStorage);
+  void setDArun(Int_t runnumber) {fNewDArun = runnumber; };
   private:
   AliT0PreprocessorOffline(const AliT0PreprocessorOffline & proc); // copy constructor 
   AliT0PreprocessorOffline& operator=(const AliT0PreprocessorOffline&); //operator
@@ -26,6 +27,7 @@ class AliT0PreprocessorOffline: public TNamed
   Int_t startTime;                        // startTime - used to make fast selection in THnSparse
   Int_t endTime;                          // endTime   - used to make fast selection in THnSparse
   TString  ocdbStorage;                   // path to the OCDB storage
+  Int_t fNewDArun;                         // run number with new DA
  
   ClassDef(AliT0PreprocessorOffline, 1)
 };