From fb734f7024ef4b04be6338097eec88a0e904c1a3 Mon Sep 17 00:00:00 2001 From: skowron Date: Wed, 7 Jul 2004 12:33:16 +0000 Subject: [PATCH] Bug correction --- ANALYSIS/AliAOD.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ANALYSIS/AliAOD.h b/ANALYSIS/AliAOD.h index daaf06f48f3..4d83a01e369 100644 --- a/ANALYSIS/AliAOD.h +++ b/ANALYSIS/AliAOD.h @@ -39,7 +39,7 @@ public: void GetPrimaryVertex(Double_t&x, Double_t&y, Double_t&z); void SetPrimaryVertex(Double_t x, Double_t y, Double_t z); - Int_t GetNumberOfCharged(Double_t etamin = -10.0, Double_t etamax = -10.0) const; + Int_t GetNumberOfCharged(Double_t etamin = -10.0, Double_t etamax = 10.0) const; void Move(Double_t x, Double_t y, Double_t z);//moves all spacial coordinates about this vector private: TObjArray fParticles; // array of AOD particles, AliAOD is owner of particles -- 2.43.0