You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"skipOnEmptyInput", o2::framework::VariantType::Bool, false, {"Just don't run the ED when no input is provided"}},
56
-
{"no-empty-output", o2::framework::VariantType::Bool, false, {"don't create files with no tracks/clusters"}},
57
-
{"filter-its-rof", o2::framework::VariantType::Bool, false, {"don't display tracks outside ITS readout frame"}},
55
+
{"skipOnEmptyInput", VariantType::Bool, false, {"Just don't run the ED when no input is provided"}},
56
+
{"filter-its-rof", VariantType::Bool, false, {"don't display tracks outside ITS readout frame"}},
57
+
{"no-empty-output", VariantType::Bool, false, {"don't create files with no tracks/clusters"}},
58
+
{"filter-time-min", VariantType::Float, -1, {"display tracks only in [min, max] microseconds time range in each time frame, requires --filter-time-max to be specified as well"}},
59
+
{"filter-time-max", VariantType::Float, -1, {"display tracks only in [min, max] microseconds time range in each time frame, requires --filter-time-min to be specified as well"}},
0 commit comments