Skip to content

Commit 7106f5b

Browse files
Update utilsEvSelHf.h
1 parent b777eb0 commit 7106f5b

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)