]> 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 bdcb6e7995a25fa5a9cffabcba3cffbd7118e53c..45d9b7b21955fa3c3fb1a6cd9eb6805816a02384 100644 (file)
@@ -25,6 +25,7 @@
 #include "AliHLTComponentBenchmark.h"
 
 class AliTPCTransform;
+class AliHLTTPCHWCFData;
 
 /**
  * @class AliHLTTPCHWClusterTransformComponent
@@ -133,14 +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;
-  Bool_t fDataId;
-  UInt_t fChargeThreshold;  //!transient 
-  AliHLTTPCClusterTransformation fTransform;
-  AliHLTComponentBenchmark fBenchmark; // benchmarks
-
+  
 private:
    
   int ScanConfigurationArgument(int argc, const char** argv);
@@ -152,7 +149,15 @@ private:
   AliHLTTPCHWClusterTransformComponent& operator=(const AliHLTTPCHWClusterTransformComponent&);
 
   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)
 };