]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDPreprocessor.h
Introduce smaller AliTRDCalDCSFEEv2 object (Frederick)
[u/mrichter/AliRoot.git] / TRD / AliTRDPreprocessor.h
index 1c51fe736631521c838dd645ec40435dca694485..de3df3284879165f93fee99d4b862435ce2365f6 100644 (file)
@@ -15,7 +15,7 @@
 #include "AliPreprocessor.h"
 
 class TMap;
-class AliTRDCalDCS;
+class AliTRDCalDCSv2;
 class AliTRDCalROC;
 class AliTRDCalSingleChamberStatus;
 
@@ -44,8 +44,8 @@ class AliTRDPreprocessor : public AliPreprocessor
 
  private:
          
-         AliTRDCalDCS* fCalDCSObjSOR;    // 
-         AliTRDCalDCS* fCalDCSObjEOR;    // 
+         AliTRDCalDCSv2* fCalDCSObjSOR;    // 
+         AliTRDCalDCSv2* fCalDCSObjEOR;    // 
 
          Bool_t  fVdriftHLT;             // HLT Vdrift
          UInt_t  ProcessDCSConfigData(); // process DCS configuration
@@ -56,7 +56,7 @@ class AliTRDPreprocessor : public AliPreprocessor
          void   SetDefaultNoise(AliTRDCalROC &calROCNoise, Bool_t second);
          void   SetNoise(AliTRDCalROC &calROCNoise, AliTRDCalROC *calROCNoisePrevious, Bool_t second);
 
-         ClassDef(AliTRDPreprocessor,1)          // The SHUTTLE preprocessor for TRD
+         ClassDef(AliTRDPreprocessor,2)          // The SHUTTLE preprocessor for TRD
 
 };
 #endif