From: morsch Date: Thu, 6 Nov 2008 15:03:36 +0000 (+0000) Subject: Warning fixed. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=0095a594eecb1d2acbce1784f185191cf1daab39;p=u%2Fmrichter%2FAliRoot.git Warning fixed. --- diff --git a/ANALYSIS/AliAODParticle.h b/ANALYSIS/AliAODParticle.h index 0e8ef03e177..911562f32c3 100644 --- a/ANALYSIS/AliAODParticle.h +++ b/ANALYSIS/AliAODParticle.h @@ -136,7 +136,7 @@ protected: Int_t GetPidSlot(Int_t pdg) const;//returns position of the given PID in fPids (and fPidProb) array. private: - Char_t fPdgIdx; // index of PDG code of the particle in fPids + Int_t fPdgIdx; // index of PDG code of the particle in fPids Int_t fIdxInEvent; // index of a particle: the same particle can appear in the event // many times with different pid's. Idx allows to check that they are the same particles Int_t fNPids; // number of non-zero proboble Pids