Skip to content

Commit 28dfc98

Browse files
[PWGHF] loose the FIT amplitude threshold for UPC event pre-selection (#13367)
1 parent 9640428 commit 28dfc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
215215
sgCuts.SetMaxFITtime(34.f); // Maximum FIT time in ns
216216

217217
// Set FIT amplitudes: FV0, FT0A, FT0C, FDDA, FDDC
218-
sgCuts.SetFITAmpLimits({-1.f, 150.f, 50.f, -1.f, -1.f});
218+
sgCuts.SetFITAmpLimits({-1.f, 1000.f, 1000.f, -1.f, -1.f});
219219

220220
return sgCuts;
221221
}

0 commit comments

Comments
 (0)