Skip to content

Commit e7ce1bb

Browse files
Update TPC reco settings for data and MC
1 parent dfa122f commit e7ce1bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ export ITS_CONFIG=" --tracking-mode sync_misaligned"
4949
export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2"
5050

5151
# ad-hoc options for GPU reco workflow
52-
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"
52+
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT;"
53+
54+
# ad-hoc settings for GPU
55+
export ARGS_EXTRA_PROCESS_o2_gpu_reco_workflow="--dEdxUseFullGainMap --dEdxDisableResidualGainMap "
5356

5457
# ad-hoc settings for TOF reco
5558
# 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ 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/--dEdxUseFullGainMap --dEdxDisableResidualGainMap /--dEdxDisableTopologyPol --dEdxDisableGainMap --dEdxDisableResidualGainMap --dEdxDisableResidualGain/' setenv_extra.sh
32+
sed 's/export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="/&GPU_global.dEdxSplineTopologyCorrFile=splines_for_dedx_threshold_3.5.root;/'
33+
3034
chmod +x async_pass.sh
3135

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

0 commit comments

Comments
 (0)