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
| filter-time-min | -1 | display tracks only in `[min, max]` microseconds time range in each time frame, requires `--filter-time-max` to be specified as well |
65
+
| filter-time-max | -1 | display tracks only in `[min, max]` microseconds time range in each time frame, requires `--filter-time-min` to be specified as well |
std::chrono::milliseconds timeInterval, int numberOfFiles, int numberOfTracks, bool eveHostNameMatch, int minITSTracks, int minTracks, bool filterITSROF, bool filterTime, const EveWorkflowHelper::TBracket& timeBracket)
{"skipOnEmptyInput", VariantType::Bool, false, {"don't run the ED when no input is provided"}},
56
+
{"min-its-tracks", VariantType::Int, -1, {"don't create file if less than the specified number of ITS tracks is present"}},
57
+
{"min-tracks", VariantType::Int, -1, {"don't create file if less than the specified number of all tracks is present"}},
56
58
{"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
59
{"filter-time-min", VariantType::Float, -1.f, {"display tracks only in [min, max] microseconds time range in each time frame, requires --filter-time-max to be specified as well"}},
59
60
{"filter-time-max", VariantType::Float, -1.f, {"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