Skip to content

Commit 08a7cb2

Browse files
authored
Update flowGfwOmegaXi.cxx
1 parent 9b7f188 commit 08a7cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Flow/Tasks/flowGfwOmegaXi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ struct FlowGfwOmegaXi {
168168
O2_DEFINE_CONFIGURABLE(cfgCutDCAz, float, 2.0f, "Maximal DCAz for tracks")
169169
O2_DEFINE_CONFIGURABLE(cfgCutDCAxy, float, 0.1f, "Maximal DCAxy for tracks")
170170
// track quality selections for daughter track
171-
O2_DEFINE_CONFIGURABLE(cfgMaxITSNCls, int, 5, "check minimum number of ITS clusters")
171+
O2_DEFINE_CONFIGURABLE(cfgMaxITSNCls, int, 5, "check maximum number of ITS clusters")
172172
O2_DEFINE_CONFIGURABLE(cfgMinITSNCls, int, 0, "check minimum number of ITS clusters")
173173
O2_DEFINE_CONFIGURABLE(cfgChITSNCls, int, 5, "check minimum number of ITS clusters")
174174
O2_DEFINE_CONFIGURABLE(cfgTPCNCls, int, 50, "check minimum number of TPC hits")

0 commit comments

Comments
 (0)