Skip to content

Commit d84c457

Browse files
Revert "Update TPC reco settings for data and MC"
This reverts commit b48e029.
1 parent e7ce1bb commit d84c457

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ 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;"
53-
54-
# ad-hoc settings for GPU
55-
export ARGS_EXTRA_PROCESS_o2_gpu_reco_workflow="--dEdxUseFullGainMap --dEdxDisableResidualGainMap "
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"
5653

5754
# ad-hoc settings for TOF reco
5855
# 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: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ 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-
3430
chmod +x async_pass.sh
3531

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

0 commit comments

Comments
 (0)