]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDPreprocessor.h
re-activate contrib code
[u/mrichter/AliRoot.git] / TRD / AliTRDPreprocessor.h
index 1c51fe736631521c838dd645ec40435dca694485..837c95e8a9432a6dd20e94105ae9e96219759075 100644 (file)
@@ -15,7 +15,7 @@
 #include "AliPreprocessor.h"
 
 class TMap;
-class AliTRDCalDCS;
+class AliTRDCalDCSv2;
 class AliTRDCalROC;
 class AliTRDCalSingleChamberStatus;
 
@@ -44,13 +44,13 @@ class AliTRDPreprocessor : public AliPreprocessor
 
  private:
          
-         AliTRDCalDCS* fCalDCSObjSOR;    // 
-         AliTRDCalDCS* fCalDCSObjEOR;    // 
+         AliTRDCalDCSv2* fCalDCSObjSOR;    // calDCS object Start of Run
+         AliTRDCalDCSv2* fCalDCSObjEOR;    // calDCS object End of Run
 
          Bool_t  fVdriftHLT;             // HLT Vdrift
          UInt_t  ProcessDCSConfigData(); // process DCS configuration
 
-         Bool_t AreThereDataPedestal(AliTRDCalSingleChamberStatus * const calROCStatus, Bool_t second);
+         Bool_t AreThereDataPedestal(const AliTRDCalSingleChamberStatus * const calROCStatus, Bool_t second);
          void   SetDefaultStatus(AliTRDCalSingleChamberStatus &calROCStatus, Bool_t second);
          void   SetStatus(AliTRDCalSingleChamberStatus &calROCStatus, AliTRDCalSingleChamberStatus *calROCStatusPrevious,Bool_t second);
          void   SetDefaultNoise(AliTRDCalROC &calROCNoise, Bool_t second);