@@ -517,11 +517,10 @@ struct FemtoDreamProducerTaskReso {
517517 cascadeCuts.setInvMassLimits (confCascSel.confCascInvMassLowLimit , confCascSel.confCascInvMassUpLimit );
518518 cascadeCuts.setV0InvMassLimits (confCascSel.confCascV0InvMassLowLimit , confCascSel.confCascV0InvMassUpLimit );
519519 if (confCascSel.confCascRejectCompetingMass ) {
520- cascadeCuts.setCompetingInvMassLimits (confCascSel.confCascInvCompetingMassLowLimit , confCascSel.confCascInvCompetingMassUpLimit );
520+ cascadeCuts.setCompetingInvMassLimits (confCascSel.confCascInvCompetingMassLowLimit , confCascSel.confCascInvCompetingMassUpLimit );
521521 }
522522 }
523523
524-
525524 if (confIsActivateReso.value ) {
526525 resoCuts.setDaughterCuts (femto_dream_reso_selection::kPosdaugh , Resonance.confDaughterCharge , femtoDreamTrackSelection::kSign , femtoDreamSelection::kEqual );
527526 resoCuts.setDaughterCuts (femto_dream_reso_selection::kPosdaugh , Resonance.confDaughterPtMin , femtoDreamTrackSelection::kpTMin, femtoDreamSelection::kLowerLimit );
@@ -912,7 +911,7 @@ struct FemtoDreamProducerTaskReso {
912911 if (!colCuts.isSelectedCollision (col)) {
913912 return ;
914913 }
915-
914+
916915 if (confIsActivateCascade.value ) {
917916 if (colCuts.isEmptyCollision (col, tracks, trackCuts) && colCuts.isCollisionWithoutTrkCasc (col, fullCascades, cascadeCuts, tracks)) {
918917 return ;
@@ -1086,7 +1085,6 @@ struct FemtoDreamProducerTaskReso {
10861085 }
10871086 }
10881087
1089-
10901088 if (confIsActivateCascade.value ) {
10911089 for (auto & casc : fullCascades) {
10921090 // get the daughter tracks
0 commit comments