File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
DATA/production/configurations/2021/OCT/apass4
MC/run/ANCHOR/2021/OCT/pass4 Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,7 @@ export ITS_CONFIG=" --tracking-mode sync_misaligned"
4949export 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\""
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ RUNNUMBER=${ALIEN_JDL_LPMRUNNUMBER:-505673}
2727# the script location can be configured with a JDL option
2828cp ${ALIEN_JDL_ASYNCRECOSCRIPT:- $O2DPG_ROOT / DATA/ production/ configurations/ 2021/ OCT/ apass4/ async_pass.sh} async_pass.sh
2929cp $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-
3430chmod +x async_pass.sh
3531
3632# take out line running the workflow (we don't have data input)
You can’t perform that action at this time.
0 commit comments