Commit a78221e
TPC TimeSeries: propagate min-momentum, min-cluster, max-tgl to workflow (#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>1 parent 2a2edee commit a78221e
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
| |||
0 commit comments