]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCCalibPulserComponent.h
First step towards reading of the new RCU firmware trailer. Thanks to Luciano we...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCCalibPulserComponent.h
index 57fbecf0691827da844457cc9bb9a4bda5b3a644..394b8b29e5108ef52a74dc313ecc5af88074de09 100644 (file)
@@ -35,7 +35,6 @@ class AliTPCCalibPulser;
  * interface. The output is the class AliTPCCalibPulser as a TObject.
  *
  * The component has the following component arguments:
- *   -rcuformat <old/new>  : Wether to use old or new rcuformat ( default is new )
  *   -enableanalysis       : Wether to enable analyis before shipping data to FXS
  *
  * @ingroup alihlt_tpc_components
@@ -96,9 +95,6 @@ class AliHLTTPCCalibPulserComponent : public AliHLTCalibrationProcessor
       /** Pulser Calibration class */
       AliTPCCalibPulser * fCalibPulser;                                        //!transient
       
-      /** Wether to use old RCU format */
-      Bool_t fRCUFormat;                                                           // see above
-
       /** Minimum patch specifcation for this component */
       AliHLTUInt8_t fMinPatch;                                                     // see above