File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ struct StrangenessInJets {
541541 }
542542
543543 // Require that V0 is compatible with Lambda
544- if (std::fabs (casc.mAntiLambda () - MassLambda0) > deltaMassLambda)
544+ if (std::fabs (casc.v0 (). mAntiLambda () - MassLambda0) > deltaMassLambda)
545545 return false ;
546546 }
547547
@@ -567,7 +567,7 @@ struct StrangenessInJets {
567567 }
568568
569569 // Require that V0 is compatible with Lambda
570- if (std::fabs (casc.mLambda () - MassLambda0) > deltaMassLambda)
570+ if (std::fabs (casc.v0 (). mLambda () - MassLambda0) > deltaMassLambda)
571571 return false ;
572572 }
573573
@@ -645,7 +645,7 @@ struct StrangenessInJets {
645645 }
646646
647647 // Require that V0 is compatible with Lambda
648- if (std::fabs (casc.mAntiLambda () - MassLambda0) > deltaMassLambda)
648+ if (std::fabs (casc.v0 (). mAntiLambda () - MassLambda0) > deltaMassLambda)
649649 return false ;
650650 }
651651
@@ -671,7 +671,7 @@ struct StrangenessInJets {
671671 }
672672
673673 // Require that V0 is compatible with Lambda
674- if (std::fabs (casc.mLambda () - MassLambda0) > deltaMassLambda)
674+ if (std::fabs (casc.v0 (). mLambda () - MassLambda0) > deltaMassLambda)
675675 return false ;
676676 }
677677
You can’t perform that action at this time.
0 commit comments