Uh oh!
There was an error while loading. Please reload this page.
TPC TimeSeries: propagate min-momentum, min-cluster, max-tgl to workflow - #15618
Conversation
Add configurable environment variables for o2-tpc-time-series-workflow: TPCTIMESERIES_MIN_MOMENTUM (default: 0.2) TPCTIMESERIES_MIN_CLUSTER (default: 80) TPCTIMESERIES_MAX_TGL (default: 1.4) Defaults match TPCTimeSeriesSpec.cxx hardcoded values. Previously these cuts were not configurable from the workflow script.
miranov25
commented
Jul 21, 2026
Hello @shahor02, @marslandALICE, @matthias-kleiner, and @catalinristea, Here is the pull request needed for O2 to set parameters for the low-gain calibration. We need it as a technical fix and will keep the old default values. |
miranov25
commented
Jul 21, 2026
alcaliva
commented
Jul 23, 2026
Hi @sawenzel, if you agree, could you please have a look at this one and if your are satisfied merge it? Thanks! |
1 similar comment
alcaliva
commented
Jul 23, 2026
Hi @sawenzel, if you agree, could you please have a look at this one and if your are satisfied merge it? Thanks! |
shahor02
commented
Jul 23, 2026
Please don't merge it yet, one more correction is needed for the time-series. |
…rkflow Add configurable environment variables for o2-tpc-time-series-workflow: TPCTIMESERIES_MIN_MOMENTUM (default: 0.2) TPCTIMESERIES_MIN_CLUSTER (default: 80) TPCTIMESERIES_MAX_TGL (default: 1.4) TPCTIMESERIES_MULT_MAX (default: 50000) Defaults match TPCTimeSeriesSpec.cxx hardcoded values. Previously these cuts were not configurable from the workflow script.
Head branch was pushed to by a user without write access
miranov25
commented
Jul 23, 2026
Hello @shahor02, I added an option to change the parameter:
I was hesitant to change the code (the better solution); I will only do that after testing at GSI. |
Uh oh!
There was an error while loading. Please reload this page.
…low (#15618) * TPC TimeSeries: propagate min-momentum, min-cluster, max-tgl to workflow Add configurable environment variables for o2-tpc-time-series-workflow: TPCTIMESERIES_MIN_MOMENTUM (default: 0.2) TPCTIMESERIES_MIN_CLUSTER (default: 80) TPCTIMESERIES_MAX_TGL (default: 1.4) Defaults match TPCTimeSeriesSpec.cxx hardcoded values. Previously these cuts were not configurable from the workflow script. * TPC TimeSeries: propagate track selection and multiplicity cuts to workflow Add configurable environment variables for o2-tpc-time-series-workflow: TPCTIMESERIES_MIN_MOMENTUM (default: 0.2) TPCTIMESERIES_MIN_CLUSTER (default: 80) TPCTIMESERIES_MAX_TGL (default: 1.4) TPCTIMESERIES_MULT_MAX (default: 50000) Defaults match TPCTimeSeriesSpec.cxx hardcoded values. Previously these cuts were not configurable from the workflow script. --------- Co-authored-by: miranov25 <marian.ivanov@cern.cg>

Add configurable environment variables for o2-tpc-time-series-workflow:
TPCTIMESERIES_MIN_MOMENTUM (default: 0.2)
TPCTIMESERIES_MIN_CLUSTER (default: 80)
TPCTIMESERIES_MAX_TGL (default: 1.4)
Defaults match TPCTimeSeriesSpec.cxx hardcoded values. Previously these cuts were not configurable from the workflow script.