]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warning fixed.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 Nov 2008 15:03:36 +0000 (15:03 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 Nov 2008 15:03:36 +0000 (15:03 +0000)
ANALYSIS/AliAODParticle.h

index 0e8ef03e1777ac8cb0ddd0b1f3638639b285a88d..911562f32c3659481cb2a309a26871b10b972b4e 100644 (file)
@@ -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