From c4c5c13b598c13fad3befd7cbb8081ca55b1549d Mon Sep 17 00:00:00 2001 From: pulvir Date: Mon, 1 Mar 2010 09:21:23 +0000 Subject: [PATCH] Fixed warning --- PWG2/RESONANCES/AliRsnDaughter.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PWG2/RESONANCES/AliRsnDaughter.cxx b/PWG2/RESONANCES/AliRsnDaughter.cxx index 872c5c4d7c8..b65c7db6d5a 100644 --- a/PWG2/RESONANCES/AliRsnDaughter.cxx +++ b/PWG2/RESONANCES/AliRsnDaughter.cxx @@ -36,6 +36,7 @@ AliRsnDaughter::AliRsnDaughter(AliVParticle *ref, TParticle *refMC) : fParticle(refMC), fMotherPDG(0), fStatus(0), + fPairIndex(0), fDr(0.0), fDz(0.0), fReqPID(AliPID::kUnknown), @@ -54,6 +55,7 @@ AliRsnDaughter::AliRsnDaughter(const AliRsnDaughter ©) : fParticle(copy.fParticle), fMotherPDG(copy.fMotherPDG), fStatus(copy.fStatus), + fPairIndex(copy.fPairIndex), fDr(copy.fDr), fDz(copy.fDz), fReqPID(copy.fReqPID), @@ -79,6 +81,7 @@ AliRsnDaughter& AliRsnDaughter::operator=(const AliRsnDaughter ©) fParticle = copy.fParticle; fMotherPDG = copy.fMotherPDG; fStatus = copy.fStatus; + fPairIndex = copy.fPairIndex; fDr = copy.fDr; fDz = copy.fDz; -- 2.39.3