We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877924b commit 2a0f165Copy full SHA for 2a0f165
DATA/production/calib/its-threshold-aggregator.sh
@@ -18,7 +18,7 @@ ARGS_ALL_CONFIG="NameConf.mDirGRP=$FILEWORKDIR;NameConf.mDirGeom=$FILEWORKDIR;Na
18
PROXY_INSPEC="tunestring:ITS/TSTR/0;runtype:ITS/RUNT/0;fittype:ITS/FITT/0;scantype:ITS/SCANT/0;eos:***/INFORMATION"
19
20
WORKFLOW="o2-dpl-raw-proxy $ARGS_ALL --proxy-name its-thr-input-proxy --dataspec \"$PROXY_INSPEC\" --network-interface ib0 --channel-config \"name=its-thr-input-proxy,method=bind,type=pull,rateLogging=0,transport=zeromq\" | "
21
-WORKFLOW+="o2-its-threshold-aggregator-workflow -b --ccdb-url=\"\" $ARGS_ALL | "
+WORKFLOW+="o2-its-threshold-aggregator-workflow -b $ARGS_ALL | "
22
WORKFLOW+="o2-calibration-ccdb-populator-workflow $ARGS_ALL --configKeyValues \"$ARGS_ALL_CONFIG\" --ccdb-path=\"http://alio2-cr1-flp199.cern.ch:8083\" | "
23
WORKFLOW+="o2-dpl-run $ARGS_ALL $GLOBALDPLOPT"
24
0 commit comments