File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 293293
294294# define spec for proxy for TF-based outputs from forward detectors
295295if [[ -z ${CALIBDATASPEC_FORWARD_TF:- } ]]; then
296- # ZDC
297- if [[ $CALIB_ZDC_TDC == 1 ]]; then
298- add_semicolon_separated CALIBDATASPEC_FORWARD_TF " tdcZDC:ZDC/TDCCALIBDATA/0"
299- add_semicolon_separated CALIBDATASPEC_FORWARD_TF " histoZDC:ZDC/TDC_1DH"
300- fi
301296 # FT0
302297 if [[ $CALIB_FT0_TIMEOFFSET == 1 ]]; then
303298 add_semicolon_separated CALIBDATASPEC_FORWARD_TF " timeSpectraFT0:FT0/TIME_SPECTRA/0"
@@ -316,6 +311,11 @@ if [[ -z ${CALIBDATASPEC_FORWARD_SPORADIC:-} ]]; then
316311 if [[ $CALIB_FDD_INTEGRATEDCURR == 1 ]]; then
317312 add_semicolon_separated CALIBDATASPEC_FORWARD_SPORADIC " integrCurrFDD:FDD/IFDDC/0"
318313 fi
314+ # ZDC
315+ if [[ $CALIB_ZDC_TDC == 1 ]]; then
316+ add_semicolon_separated CALIBDATASPEC_FORWARD_SPORADIC " tdcZDC:ZDC/TDCCALIBDATA/0"
317+ add_semicolon_separated CALIBDATASPEC_FORWARD_SPORADIC " histoZDC:ZDC/TDC_1DH"
318+ fi
319319fi
320320
321321if [[ " 0${GEN_TOPO_VERBOSE:- } " == " 01" ]]; then
You can’t perform that action at this time.
0 commit comments