]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODv0.cxx
PID array initialization fixed.
[u/mrichter/AliRoot.git] / STEER / AliAODv0.cxx
index 4163b3bd5ff38b7b47a7141b776c57546c1a6130..9b5eb682f6dd52c020ff6213ff9731cd02c82260 100644 (file)
@@ -38,7 +38,7 @@ ClassImp(AliAODv0)
   fCharge  = 0;
   fNProngs = 2;
   fNDCA    = 1;
-  fNPID    = 2;
+  fNPID    = 0; // used to be 2!
 
   fDCA = new Double_t[fNDCA];
   fDCA[0] = 999;
@@ -93,7 +93,7 @@ AliAODv0::AliAODv0(AliAODVertex* rAODVertex, Double_t rDcaV0Daughters, Double_t
   fCharge  = 0;
   fNProngs = 2;
   fNDCA    = 1;
-  fNPID    = 2;
+  fNPID    = 0; // used to be 2!
 
   fDCA = new Double_t[fNDCA];