]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnPair.cxx
Block of updates on RSN package:
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnPair.cxx
index ae91ca7cb4ca67dafa2310f2068bde34d8032ab0..2eae80b515d625bfb0c560bd3f57f651c6d62d93 100644 (file)
@@ -126,7 +126,7 @@ Bool_t AliRsnPair::Fill
   // and that of the mother, according to current pair def
   // this could be needed for some cuts
   fMother.SetDaughters(daughter0, fPairDef->GetMass(0), daughter1, fPairDef->GetMass(1));
-  
+    
   // check for correct type-charge match for first element
   if (daughter0->RefType() != fPairDef->GetDaughterType(0)) return kFALSE;
   if (daughter0->ChargeChar() != fPairDef->GetCharge(0)) return kFALSE;