]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/AliHLTGlobalHistoComponent.h
using now the specification provided by the base class
[u/mrichter/AliRoot.git] / HLT / global / AliHLTGlobalHistoComponent.h
index a6d0a5132e4991715a6b0d38adbe336ebeea6589..d3c5d35fc14335eca8437acd5c880f0936476db2 100644 (file)
@@ -206,8 +206,6 @@ class AliHLTGlobalHistoComponent : public AliHLTTTreeProcessor
                        AliHLTComponentTriggerData& trigData );
   /// dtOrigin for PushBack.
   AliHLTComponentDataType GetOriginDataType() const;
-  /// spec for PushBack
-  AliHLTUInt32_t GetDataSpec() const {return 0;}
 
   int ResetVariables();
   
@@ -223,6 +221,8 @@ private:
   int fNofTracks; //!
   /// V0 count, tree filling variable
   int fNofV0s; //!
+  /// UPC pair count (=1), tree filling variable
+  int fNofUPCpairs; //!
   /// contributors count, tree filling variable
   int fNofContributors; //!
  /// x coordinate of vertex
@@ -240,6 +240,9 @@ private:
  
   /// filling arrays for V0 parameters
   AliHLTGlobalHistoVariables<float> fV0Variables; //!
+  /// filling arrays for UPC parameters
+  AliHLTGlobalHistoVariables<float> fUPCVariables; //!
   
  
   Double_t fGammaCuts[8];  // cuts for gammas