Skip to content

Commit 0ac747a

Browse files
chiarazampollisawenzel
authored andcommitted
Update TPC reco settings for data and MC
1 parent 943ae65 commit 0ac747a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DATA/production/configurations/2021/OCT/apass4/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export ITS_CONFIG=" --tracking-mode sync_misaligned"
4747
export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2"
4848

4949
# ad-hoc options for GPU reco workflow
50-
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT;GPU_global.gainCalibFile=GainMap_2021-12-15_krypton_0.5T.v2.root;GPU_global.dEdxSplineTopologyCorrFile=splines_for_dedx_threshold_3.5.root;GPU_global.dEdxCorrFile=calibdEdx.${RUNNUMBER}.root;GPU_global.dEdxPolTopologyCorrFile=polynomials_for_dedx_V1.root;GPU_global.thresholdCalibFile=NoiseThresholds.3.5s.physics.root"
50+
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT;GPU_global.dEdxUseFullGainMap=1;GPU_global.dEdxDisableResidualGainMap=1"
5151

5252
# ad-hoc settings for TOF reco
5353
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"http://alice-ccdb.cern.ch\""

MC/run/ANCHOR/2021/OCT/pass4/anchorMC.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ RUNNUMBER=${ALIEN_JDL_LPMRUNNUMBER:-505673}
2727
# the script location can be configured with a JDL option
2828
cp ${ALIEN_JDL_ASYNCRECOSCRIPT:-$O2DPG_ROOT/DATA/production/configurations/2021/OCT/apass4/async_pass.sh} async_pass.sh
2929
cp $O2DPG_ROOT/DATA/production/configurations/2021/OCT/${ALIEN_JDL_LPMPASSNAME:-apass4}/setenv_extra.sh .
30+
#settings that are MC-specific
31+
sed -i 's/GPU_global.dEdxUseFullGainMap=1;GPU_global.dEdxDisableResidualGainMap=1/GPU_global.dEdxSplineTopologyCorrFile=splines_for_dedx_V1_MC_iter0_PP.root;GPU_global.dEdxDisableTopologyPol=1;GPU_global.dEdxDisableGainMap=1;GPU_global.dEdxDisableResidualGainMap=1;GPU_global.dEdxDisableResidualGain=1/' setenv_extra.sh
3032
chmod +x async_pass.sh
3133

3234
# take out line running the workflow (we don't have data input)

0 commit comments

Comments
 (0)