Skip to content

Commit d0913a6

Browse files
committed
Adjust pT threshold
1 parent 26eaca5 commit d0913a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int External() {
129129
return 1;
130130
}
131131

132-
if (averagePt < 7.) { // by testing locally it should be around 8.5 GeV/c with pthard bin 20-200 (contrary to 2-2.5 GeV/c of SoftQCD)
132+
if (averagePt < 6.5) { // by testing locally it should be around 8.5 GeV/c with pthard bin 20-200 (contrary to 2-2.5 GeV/c of SoftQCD)
133133
std::cerr << "Average pT of charmed hadrons " << averagePt << " lower than expected\n";
134134
return 1;
135135
}

0 commit comments

Comments
 (0)