]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCHWClusterTransformComponent.h
code cleanup, removing unused functionality; fully implemented in the AliHLTTPCDataCo...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCHWClusterTransformComponent.h
index dc1d3c135e6d818910bfaa28152488d6c613b922..d5ab230f0f7234639eb34f76b62c636793501a5f 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,15 @@ private:
   /** assignment operator prohibited */
   AliHLTTPCHWClusterTransformComponent& operator=(const AliHLTTPCHWClusterTransformComponent&);
 
-  AliTPCRecoParam fOfflineTPCRecoParam;       //! transient
   static const char* fgkOCDBEntryHWTransform; //!transient
-  AliHLTComponentBenchmark fBenchmark; // benchmarks
   
+  Bool_t fDataId;
+  AliHLTTPCClusterTransformation fTransform;
+  Bool_t fPublishRawClusters; // publish raw clusters in addition
+  AliHLTTPCHWCFData* fpDecoder; // decoder
+
+  AliHLTComponentBenchmark fBenchmark; // benchmarks
+
   ClassDef(AliHLTTPCHWClusterTransformComponent, 0)
 };