]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDPreprocessor.h
Code commit for Ramona, fix of warnings, add of AddTask macros and exchange of comments
[u/mrichter/AliRoot.git] / TRD / AliTRDPreprocessor.h
index b4174a037007e005e57723bf7a027bbb06ee28de..837c95e8a9432a6dd20e94105ae9e96219759075 100644 (file)
@@ -44,13 +44,13 @@ class AliTRDPreprocessor : public AliPreprocessor
 
  private:
          
-         AliTRDCalDCSv2* fCalDCSObjSOR;    // 
-         AliTRDCalDCSv2* 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);