Skip to content

Commit 26eaca5

Browse files
committed
Adjust last two configs
1 parent 7ed4622 commit 26eaca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MC/config/PWGHF/ini/tests/GeneratorHFTrigger_ccbar.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

MC/config/PWGHF/ini/tests/GeneratorHF_D2H_bbbar_gap5.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)