]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
move data members to private area
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 May 2011 09:20:52 +0000 (09:20 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 May 2011 09:20:52 +0000 (09:20 +0000)
HLT/TPCLib/AliHLTTPCHWClusterTransformComponent.h

index bdcb6e7995a25fa5a9cffabcba3cffbd7118e53c..e6931f4606b366dbbe0d46e44bb8b7e932a3a733 100644 (file)
@@ -133,14 +133,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);
@@ -153,6 +149,11 @@ private:
 
   static const char* fgkOCDBEntryHWTransform; //!transient
   
+  Bool_t fDataId;
+  UInt_t fChargeThreshold;  //!transient 
+  AliHLTTPCClusterTransformation fTransform;
+  AliHLTComponentBenchmark fBenchmark; // benchmarks
+
   ClassDef(AliHLTTPCHWClusterTransformComponent, 0)
 };