File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
MC/config/PWGHF/ini/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ int External()
8383 }
8484
8585 float fracForcedDecays = float (nSignalGoodDecay ) / nSignals ;
86- if (fracForcedDecays < 0.9 ) // we put some tolerance (e.g. due to oscillations which might change the final state)
86+ if (fracForcedDecays < 0.85 ) // we put some tolerance (e.g. due to oscillations which might change the final state)
8787 {
8888 std ::cerr << "Fraction of signals decaying into the correct channel " << fracForcedDecays << " lower than expected\n" ;
8989 return 1 ;
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ int External()
103103 }
104104
105105 float fracForcedDecays = float (nSignalGoodDecay ) / nSignals ;
106- if (fracForcedDecays < 0.9 ) { // we put some tolerance (e.g. due to oscillations which might change the final state)
106+ if (fracForcedDecays < 0.7 ) { // we put some tolerance (e.g. due to oscillations which might change the final state)
107107 std ::cerr << "Fraction of signals decaying into the correct channel " << fracForcedDecays << " lower than expected\n" ;
108108 return 1 ;
109109 }
You can’t perform that action at this time.
0 commit comments