Skip to content

Commit f5defb7

Browse files
committed
Fix typo and slightly lower threshold
1 parent 6c39d45 commit f5defb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ int External() {
171171
}
172172

173173
float fracForcedDecays = float(nSignalGoodDecay) / nSignals;
174-
if (fracForcedDecays < 0.9) { // we put some tolerance (e.g. due to oscillations which might change the final state)
174+
if (fracForcedDecays < 0.85) { // we put some tolerance (e.g. due to oscillations which might change the final state)
175175
std::cerr << "Fraction of signals decaying into the correct channel " << fracForcedDecays << " lower than expected\n";
176176
return 1;
177177
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <iostream>
66

77
int External() {
8-
std::string path{"/home/mattia/Documenti/cernbox/Documents/PostDoc/D2H/MC/corrBkgSigmaC/tf1/genevents_Kine.root"};
8+
std::string path{"o2sim_Kine.root"};
99

1010
int checkPdgQuarkOne{4};
1111
int checkPdgQuarkTwo{5};

0 commit comments

Comments
 (0)