]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/RESONANCES/AliRsnMiniPair.cxx
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / RESONANCES / AliRsnMiniPair.cxx
index 2fa782c5a60a6b2a703d13104a8dc7f5af19a0d7..c20bca57f4a913a700ab1ee3778b914e48f3e44e 100644 (file)
@@ -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;