File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
DATA/production/configurations/2022/LHC22f Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -154,15 +154,17 @@ ln -sf $O2DPG_ROOT/DATA/common/getCommonArgs.sh
154154ln -sf $O2_ROOT /prodtests/full-system-test/workflow-setup.sh
155155
156156# TFDELAY and throttling
157- TFDELAYSECONDS=40
157+ export TFDELAYSECONDS=40
158158if [[ -n " $ALIEN_JDL_TFDELAYSECONDS " ]]; then
159159 TFDELAYSECONDS=" $ALIEN_JDL_TFDELAYSECONDS "
160160# ...otherwise, it depends on whether we have throttling
161161elif [[ -n " $ALIEN_JDL_USETHROTTLING " ]]; then
162162 TFDELAYSECONDS=8
163- TIMEFRAME_RATE_LIMIT=1
163+ export TIMEFRAME_RATE_LIMIT=1
164164fi
165165
166+ echo " [INFO (async_pass.sh)] envvars were set to TFDELAYSECONDS ${TFDELAYSECONDS} TIMEFRAME_RATE_LIMIT ${TIMEFRAME_RATE_LIMIT} "
167+
166168# reco and matching
167169# print workflow
168170IS_SIMULATED_DATA=0 WORKFLOWMODE=print DISABLE_ROOT_OUTPUT=" " TFDELAY=$TFDELAYSECONDS NTIMEFRAMES=-1 SHMSIZE=16000000000 DDSHMSIZE=32000 ./run-workflow-on-inputlist.sh CTF list.list > workflowconfig.log
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --for-calib"
8080export PVERTEXER=" pvertexer.acceptableScale2=9;pvertexer.minScale2=2.;pvertexer.nSigmaTimeTrack=4.;pvertexer.timeMarginTrackTime=0.5;pvertexer.timeMarginVertexTime=7.;pvertexer.nSigmaTimeCut=10;pvertexer.dbscanMaxDist2=36;pvertexer.dcaTolerance=3.;pvertexer.pullIniCut=100;pvertexer.addZSigma2=0.1;pvertexer.tukey=20.;pvertexer.addZSigma2Debris=0.01;pvertexer.addTimeSigma2Debris=1.;pvertexer.maxChi2Mean=30;pvertexer.timeMarginReattach=3.;pvertexer.addTimeSigma2Debris=1.;pvertexer.dbscanDeltaT=24;pvertexer.maxChi2TZDebris=100;pvertexer.maxMultRatDebris=1.;pvertexer.dbscanAdaptCoef=20.;pvertexer.timeMarginVertexTime=1.3"
8181export SVTX=" svertexer.checkV0Hypothesis=false;svertexer.checkCascadeHypothesis=false"
8282
83- export CONFIG_EXTRA_PROCESS_o2_primary_vertexing_workflow=" TPCGasParam.DriftV=$VDRIFT ; $PVERTEXER ;ITSAlpideParam.roFrameLengthInBC= $ITS_STROBE ;MFTAlpideParam.roFrameLengthInBC= $MFT_STROBE ; "
83+ export CONFIG_EXTRA_PROCESS_o2_primary_vertexing_workflow=" TPCGasParam.DriftV=$VDRIFT "
8484export CONFIG_EXTRA_PROCESS_o2_secondary_vertexing_workflow=" $SVTX "
8585
8686# ad-hoc settings for its-tpc matching
Original file line number Diff line number Diff line change @@ -154,15 +154,17 @@ ln -sf $O2DPG_ROOT/DATA/common/getCommonArgs.sh
154154ln -sf $O2_ROOT /prodtests/full-system-test/workflow-setup.sh
155155
156156# TFDELAY and throttling
157- TFDELAYSECONDS=40
157+ export TFDELAYSECONDS=40
158158if [[ -n " $ALIEN_JDL_TFDELAYSECONDS " ]]; then
159159 TFDELAYSECONDS=" $ALIEN_JDL_TFDELAYSECONDS "
160160# ...otherwise, it depends on whether we have throttling
161161elif [[ -n " $ALIEN_JDL_USETHROTTLING " ]]; then
162162 TFDELAYSECONDS=8
163- TIMEFRAME_RATE_LIMIT=1
163+ export TIMEFRAME_RATE_LIMIT=1
164164fi
165165
166+ echo " [INFO (async_pass.sh)] envvars were set to TFDELAYSECONDS ${TFDELAYSECONDS} TIMEFRAME_RATE_LIMIT ${TIMEFRAME_RATE_LIMIT} "
167+
166168# reco and matching
167169# print workflow
168170IS_SIMULATED_DATA=0 WORKFLOWMODE=print DISABLE_ROOT_OUTPUT=" " TFDELAY=$TFDELAYSECONDS NTIMEFRAMES=-1 SHMSIZE=16000000000 DDSHMSIZE=32000 ./run-workflow-on-inputlist.sh CTF list.list > workflowconfig.log
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --for-calib"
8080export PVERTEXER=" pvertexer.acceptableScale2=9;pvertexer.minScale2=2.;pvertexer.nSigmaTimeTrack=4.;pvertexer.timeMarginTrackTime=0.5;pvertexer.timeMarginVertexTime=7.;pvertexer.nSigmaTimeCut=10;pvertexer.dbscanMaxDist2=36;pvertexer.dcaTolerance=3.;pvertexer.pullIniCut=100;pvertexer.addZSigma2=0.1;pvertexer.tukey=20.;pvertexer.addZSigma2Debris=0.01;pvertexer.addTimeSigma2Debris=1.;pvertexer.maxChi2Mean=30;pvertexer.timeMarginReattach=3.;pvertexer.addTimeSigma2Debris=1.;pvertexer.dbscanDeltaT=24;pvertexer.maxChi2TZDebris=100;pvertexer.maxMultRatDebris=1.;pvertexer.dbscanAdaptCoef=20.;pvertexer.timeMarginVertexTime=1.3"
8181export SVTX=" svertexer.checkV0Hypothesis=false;svertexer.checkCascadeHypothesis=false"
8282
83- export CONFIG_EXTRA_PROCESS_o2_primary_vertexing_workflow=" TPCGasParam.DriftV=$VDRIFT ;$PVERTEXER ;ITSAlpideParam.roFrameLengthInBC= $ITS_STROBE ;MFTAlpideParam.roFrameLengthInBC= $MFT_STROBE ; "
83+ export CONFIG_EXTRA_PROCESS_o2_primary_vertexing_workflow=" TPCGasParam.DriftV=$VDRIFT ;$PVERTEXER "
8484export CONFIG_EXTRA_PROCESS_o2_secondary_vertexing_workflow=" $SVTX "
8585
8686# ad-hoc settings for its-tpc matching
You can’t perform that action at this time.
0 commit comments