]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/physics/AliHLTV0HistoComponent.h
GlobalHistoCollector component added.
[u/mrichter/AliRoot.git] / HLT / global / physics / AliHLTV0HistoComponent.h
index a896d460cfb82fcde920acde7dcd906237776fda..a5fac5599b93725494583a777a74cc1a0ff6a7d2 100644 (file)
@@ -78,6 +78,8 @@ private:
   // [6] == 3.5  --- (v0 mass - true value)/sigma <= cut (for identification)
   // [7] == 0.05 --- (v0 mass - true value)       <= cut (for identification)
 
+  AliHLTUInt32_t fUID;// uID of the component
+
   Double_t fGammaCuts[8]; // cuts for gammas
   Double_t fKsCuts[8]; // cuts for Ks
   Double_t fLambdaCuts[8]; // cuts for Lambdas
@@ -94,7 +96,7 @@ private:
   Int_t fNKShorts; // n found total
   Int_t fNLambdas; // n found total
   Int_t fNPi0s; // n found total
-
+  
   ClassDef(AliHLTV0HistoComponent, 0);
 
 };