X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWGLF%2FRESONANCES%2FAliRsnMiniPair.cxx;h=c20bca57f4a913a700ab1ee3778b914e48f3e44e;hb=f15c1f69167973bb1eb7e04eb04c846e5529df1a;hp=2fa782c5a60a6b2a703d13104a8dc7f5af19a0d7;hpb=30235f51e268837f42111dd7d2e434efcde9e00a;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWGLF/RESONANCES/AliRsnMiniPair.cxx b/PWGLF/RESONANCES/AliRsnMiniPair.cxx index 2fa782c5a60..c20bca57f4a 100644 --- a/PWGLF/RESONANCES/AliRsnMiniPair.cxx +++ b/PWGLF/RESONANCES/AliRsnMiniPair.cxx @@ -20,6 +20,8 @@ void AliRsnMiniPair::Fill fDCA2 = p2->DCA(); fMother = -1; + fIsFromB = kFALSE; + fIsQuarkFound = kFALSE; fPmother[0] = -1.0; fPmother[1] = -1.0; fPmother[2] = -1.0; @@ -29,6 +31,8 @@ void AliRsnMiniPair::Fill fPmother[0] = p1->PmotherX(); fPmother[1] = p1->PmotherY(); fPmother[2] = p1->PmotherZ(); + fIsFromB = p1->IsFromB(); + fIsQuarkFound = p1->IsQuarkFound(); } Int_t i;