Skip to content

Commit 6b3952f

Browse files
Catalin Risteachiarazampolli
authored andcommitted
Production setup, remove leftovers of ITS/MFT strobe lengths and throttling setting for grid
1 parent b244ce4 commit 6b3952f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

DATA/production/configurations/2022/LHC22f/apass1/async_pass.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,17 @@ ln -sf $O2DPG_ROOT/DATA/common/getCommonArgs.sh
154154
ln -sf $O2_ROOT/prodtests/full-system-test/workflow-setup.sh
155155

156156
# TFDELAY and throttling
157-
TFDELAYSECONDS=40
157+
export TFDELAYSECONDS=40
158158
if [[ -n "$ALIEN_JDL_TFDELAYSECONDS" ]]; then
159159
TFDELAYSECONDS="$ALIEN_JDL_TFDELAYSECONDS"
160160
# ...otherwise, it depends on whether we have throttling
161161
elif [[ -n "$ALIEN_JDL_USETHROTTLING" ]]; then
162162
TFDELAYSECONDS=8
163-
TIMEFRAME_RATE_LIMIT=1
163+
export TIMEFRAME_RATE_LIMIT=1
164164
fi
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
168170
IS_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

DATA/production/configurations/2022/LHC22f/apass1/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --for-calib"
8080
export 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"
8181
export 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"
8484
export CONFIG_EXTRA_PROCESS_o2_secondary_vertexing_workflow="$SVTX"
8585

8686
# ad-hoc settings for its-tpc matching

DATA/production/configurations/2022/LHC22f/apass1_TPCcalib/async_pass.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,17 @@ ln -sf $O2DPG_ROOT/DATA/common/getCommonArgs.sh
154154
ln -sf $O2_ROOT/prodtests/full-system-test/workflow-setup.sh
155155

156156
# TFDELAY and throttling
157-
TFDELAYSECONDS=40
157+
export TFDELAYSECONDS=40
158158
if [[ -n "$ALIEN_JDL_TFDELAYSECONDS" ]]; then
159159
TFDELAYSECONDS="$ALIEN_JDL_TFDELAYSECONDS"
160160
# ...otherwise, it depends on whether we have throttling
161161
elif [[ -n "$ALIEN_JDL_USETHROTTLING" ]]; then
162162
TFDELAYSECONDS=8
163-
TIMEFRAME_RATE_LIMIT=1
163+
export TIMEFRAME_RATE_LIMIT=1
164164
fi
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
168170
IS_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

DATA/production/configurations/2022/LHC22f/apass1_TPCcalib/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --for-calib"
8080
export 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"
8181
export 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"
8484
export CONFIG_EXTRA_PROCESS_o2_secondary_vertexing_workflow="$SVTX"
8585

8686
# ad-hoc settings for its-tpc matching

0 commit comments

Comments
 (0)