]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCCalibPedestalComponent.h
First step towards reading of the new RCU firmware trailer. Thanks to Luciano we...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCCalibPedestalComponent.h
index 983d3acafb650f7b33b2da06be83b8ba71200645..cb4e9d9a82477c4b223ee902dcee0b3400e2dac6 100755 (executable)
@@ -95,9 +95,6 @@ class AliHLTTPCCalibPedestalComponent : public AliHLTCalibrationProcessor
 
       /** Pedestal Calibration class */
       AliTPCCalibPedestal * fCalibPedestal;                                        //!transient
-      
-      /** Wether to use old RCU format */
-      Bool_t fRCUFormat;                                                           // see above
 
       /** Minimum patch specifcation for this component */
       AliHLTUInt8_t fMinPatch;                                                     // see above
@@ -111,7 +108,7 @@ class AliHLTTPCCalibPedestalComponent : public AliHLTCalibrationProcessor
       /** Analysze calibration data before shipping to FXS */
       Bool_t fEnableAnalysis;                                                      // see above
 
-      ClassDef(AliHLTTPCCalibPedestalComponent, 1)
+      ClassDef(AliHLTTPCCalibPedestalComponent, 2)
 
     };
 #endif