X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2Fglobal%2FAliHLTGlobalHistoComponent.h;h=68ea51d432683e0eb868dea36cf4d5f5088c763f;hb=7099e2e1220d9b6ca573194917c396f8e1ff7c5f;hp=d3c5d35fc14335eca8437acd5c880f0936476db2;hpb=bf09f5241b5986a203cae89cd088820ac45982d2;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/global/AliHLTGlobalHistoComponent.h b/HLT/global/AliHLTGlobalHistoComponent.h index d3c5d35fc14..68ea51d4326 100644 --- a/HLT/global/AliHLTGlobalHistoComponent.h +++ b/HLT/global/AliHLTGlobalHistoComponent.h @@ -220,9 +220,9 @@ private: /// track count, tree filling variable int fNofTracks; //! /// V0 count, tree filling variable - int fNofV0s; //! + //int fNofV0s; //! /// UPC pair count (=1), tree filling variable - int fNofUPCpairs; //! + //int fNofUPCpairs; //! /// contributors count, tree filling variable int fNofContributors; //! /// x coordinate of vertex @@ -239,22 +239,22 @@ private: AliHLTGlobalHistoVariables fTrackVariablesInt; //! /// filling arrays for V0 parameters - AliHLTGlobalHistoVariables fV0Variables; //! + //AliHLTGlobalHistoVariables fV0Variables; //! /// filling arrays for UPC parameters - AliHLTGlobalHistoVariables fUPCVariables; //! + //AliHLTGlobalHistoVariables fUPCVariables; //! - Double_t fGammaCuts[8]; // cuts for gammas - Double_t fKsCuts[8]; // cuts for Ks - Double_t fLambdaCuts[8]; // cuts for Lambdas - Double_t fAPCuts[8]; // cuts for Armenteros-Podolanski plot - - Int_t fNEvents; // n of processed events - Int_t fNGammas; // n found total - Int_t fNKShorts; // n found total - Int_t fNLambdas; // n found total - Int_t fNPi0s; // n found total +// Double_t fGammaCuts[8]; // cuts for gammas +// Double_t fKsCuts[8]; // cuts for Ks +// Double_t fLambdaCuts[8]; // cuts for Lambdas +// Double_t fAPCuts[8]; // cuts for Armenteros-Podolanski plot +// +// Int_t fNEvents; // n of processed events +// Int_t fNGammas; // n found total +// Int_t fNKShorts; // n found total +// Int_t fNLambdas; // n found total +// Int_t fNPi0s; // n found total ClassDef(AliHLTGlobalHistoComponent, 0) // HLT Global Histogram component };