]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCHWClusterTransformComponent.h
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCHWClusterTransformComponent.h
index dc1d3c135e6d818910bfaa28152488d6c613b922..45d9b7b21955fa3c3fb1a6cd9eb6805816a02384 100644 (file)
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 
 #include "AliHLTProcessor.h"
-#include "AliTPCRecoParam.h"
+#include "AliHLTTPCClusterTransformation.h"
 #include "AliHLTComponentBenchmark.h"
-#include <vector>
 
 class AliTPCTransform;
+class AliHLTTPCHWCFData;
 
 /**
  * @class AliHLTTPCHWClusterTransformComponent
@@ -134,13 +134,10 @@ protected:
                     AliHLTUInt32_t& size, vector<AliHLTComponentBlockData>& outputBlocks );
   int DoDeinit();
   
-  int Reconfigure(const char* cdbEntry, const char* chainId);
+  int Reconfigure(const char* cdbEntry, const char* chainId);  
 
   using AliHLTProcessor::DoEvent;
-  AliTPCTransform *fOfflineTransform;
-  Bool_t fDataId;
-  UInt_t fChargeThreshold;  //!transient 
-
+  
 private:
    
   int ScanConfigurationArgument(int argc, const char** argv);
@@ -151,10 +148,16 @@ private:
   /** assignment operator prohibited */
   AliHLTTPCHWClusterTransformComponent& operator=(const AliHLTTPCHWClusterTransformComponent&);
 
-  AliTPCRecoParam fOfflineTPCRecoParam;       //! transient
   static const char* fgkOCDBEntryHWTransform; //!transient
+  static AliHLTTPCClusterTransformation fgTransform;
+  static Bool_t fgTimeInitialisedFromEvent;
+
+  Bool_t fDataId;
+  Bool_t fPublishRawClusters; // publish raw clusters in addition
+  AliHLTTPCHWCFData* fpDecoder; // decoder
+
   AliHLTComponentBenchmark fBenchmark; // benchmarks
-  
+
   ClassDef(AliHLTTPCHWClusterTransformComponent, 0)
 };