File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,12 +125,12 @@ if [[ -z $CALIBDATASPEC_CALO_TF ]]; then
125125
126126 # PHS
127127 if [[ $CALIB_PHS_ENERGYCALIB == 1 ]] || [[ $CALIB_PHS_TURNONCALIB == 1 ]] || [[ $CALIB_PHS_RUNBYRUNCALIB == 1 ]]; then
128- add_semicolon_separated CALIBDATASPEC_CALO_TF " clsPHS:PHS/CLUSTERS/0; "
129- add_semicolon_separated CALIBDATASPEC_CALO_TF " clTRPHS:PHS/CLUSTERTRIGREC/0; "
128+ add_semicolon_separated CALIBDATASPEC_CALO_TF " clsPHS:PHS/CLUSTERS/0"
129+ add_semicolon_separated CALIBDATASPEC_CALO_TF " clTRPHS:PHS/CLUSTERTRIGREC/0"
130130 fi
131- if [[ $CALIB_PHS_ENERGYCALIB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_CALO_TF " cluelementsPHS:PHS/CLUELEMENTS/0; " ; fi
132- if [[ $CALIB_PHS_BADMAPCALIB == 1 ]] || [[ $CALIB_PHS_TURNONCALIB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_CALO_TF " cellsPHS:PHS/CELLS/0; " ; fi
133- if [[ $CALIB_PHS_TURNONCALIB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_CALO_TF " cellsTRPHS:PHS/CELLTRIGREC/0; " ; fi
131+ if [[ $CALIB_PHS_ENERGYCALIB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_CALO_TF " cluelementsPHS:PHS/CLUELEMENTS/0" ; fi
132+ if [[ $CALIB_PHS_BADMAPCALIB == 1 ]] || [[ $CALIB_PHS_TURNONCALIB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_CALO_TF " cellsPHS:PHS/CELLS/0" ; fi
133+ if [[ $CALIB_PHS_TURNONCALIB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_CALO_TF " cellsTRPHS:PHS/CELLTRIGREC/0" ; fi
134134fi
135135
136136if [[ " 0$GEN_TOPO_VERBOSE " == " 01" ]]; then
You can’t perform that action at this time.
0 commit comments