Skip to content

Commit 1ba1f95

Browse files
author
sangwoo
committed
optimized track index selection and fixed PID selection
1 parent 3427250 commit 1ba1f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/f0980pbpbanalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ struct F0980pbpbanalysis {
215215
template <typename TCollision>
216216
bool eventSelected(TCollision collision)
217217
{
218-
constexpr float QvecAmpMin = 1e-4f;
218+
constexpr double QvecAmpMin = 1e-4;
219219
if (!collision.sel8()) {
220220
return 0;
221221
}

0 commit comments

Comments
 (0)