Skip to content

Commit b4ce1b7

Browse files
alcalivachiarazampolli
authored andcommitted
Revert "ZDC: Add configuration file PbPb, modify configuration file pp, add s…" (#1702)
This reverts commit 1af58ff. (cherry picked from commit 5e962d7)
1 parent 96373de commit b4ce1b7

File tree

3 files changed

+10
-87
lines changed

3 files changed

+10
-87
lines changed

DATA/production/qc-async/zdc.json

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"name": "not_applicable"
1010
},
1111
"Activity": {
12+
"number": "42",
13+
"type": "2"
1214
},
1315
"monitoring": {
1416
"url": "influxdb-unix:///tmp/telegraf.sock"
@@ -35,23 +37,15 @@
3537
},
3638
"taskParameters": {
3739
"ADC": "3025;-100;12000",
38-
"ADCZEM": "3025;-100;12000",
3940
"ADCH": "1100;-100;1000",
40-
"TDCT": "2400;-13.5;11.45",
41+
"TDCT": "2400;-25;25",
4142
"TDCA": "2050;-0.5;4099.5",
42-
"TDCAH": "520;-20;500",
43-
"TDCAZEM": "2050;-0.5;4099.5",
44-
"ADCSUMvsTC": "121;-100;12000;121;-100;12000",
45-
"ADCZEMvsADCZEM": "121;-100;12000;121;-100;12000",
46-
"ADCZEMvsTC": "121;-100;12000;121;-100;12000",
47-
"ADCvsTDCT": "120;-13.5;11.45;121;-100;12000",
48-
"ADCZEMvsTDCT": "120;-13.5;11.45;121;-100;12000",
49-
"TDCDIFF": "240;-27;22.90;240;-27;22.90",
50-
"TDCAvsTDCT": "120;-13.5;11.45;125;-1;3999",
51-
"TDCAZEMvsTDCT": "120;-13.5;11.45;125;-1;3999",
52-
"TDCAvsTDCA": "125;-1;3999;125;-1;3999",
53-
"TDCAZEMvsTDCAZEM": "125;-1;3999;125;-1;3999",
54-
"TDCAZEMvsTDCA": "125;-1;3999;125;-1;3999",
43+
"TDCAH": "2000;-0.5;3999.5",
44+
"ADCSUMvsTC": "605;-100;12000;605;-100;12000",
45+
"ADCvsTDCT": "240;-25;25;605;-100;12000",
46+
"TDCDIFF": "240;-25;25;240;-25;25",
47+
"TDCAvsTDCT": "480;-25;25;500;-1;3999",
48+
"TDCAvsTDCA": "500;-1;3999;500;-1;3999",
5549
"CENTR_ZNA": "200;-2;2;200;-2;2",
5650
"CENTR_ZNC": "200;-2;2;200;-2;2",
5751
"CENTR_ZPA": "2240;0;22.4",
@@ -61,4 +55,3 @@
6155
}
6256
}
6357
}
64-

DATA/production/qc-async/zdcPbPb.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

DATA/production/qc-workflow.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,20 +173,14 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
173173
[[ -z "${QC_JSON_FV0:-}" ]] && QC_JSON_FV0=$O2DPG_ROOT/DATA/production/qc-async/fv0.json
174174
[[ -z "${QC_JSON_FDD:-}" ]] && QC_JSON_FDD=$O2DPG_ROOT/DATA/production/qc-async/fdd.json
175175
[[ -z "${QC_JSON_MID:-}" ]] && QC_JSON_MID=$O2DPG_ROOT/DATA/production/qc-async/mid.json
176+
[[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO && QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdc.json
176177
if [[ -z "${QC_JSON_EMC:-}" ]]; then
177178
if [[ "$BEAMTYPE" == "PbPb" ]]; then
178179
QC_JSON_EMC=$O2DPG_ROOT/DATA/production/qc-async/emc_PbPb.json
179180
else
180181
QC_JSON_EMC=$O2DPG_ROOT/DATA/production/qc-async/emc.json
181182
fi
182183
fi
183-
if [[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO; then
184-
if [[ "$BEAMTYPE" == "PbPb" ]]; then
185-
QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
186-
else
187-
QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdc.json
188-
fi
189-
fi
190184
if has_detector_qc MCH && [[ -z "${QC_JSON_MCH:-}" ]]; then
191185
add_QC_JSON MCH_DIGITS $O2DPG_ROOT/DATA/production/qc-async/mch-digits.json
192186
if has_processing_step "MCH_RECO"; then

0 commit comments

Comments
 (0)