You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare anchorMC script to also run the async_reco part
Extending the anchorMC setup to also run the async_pass recontruction.
This is useful so we can use the same script for multiple tests (anchorMC or
data reconstruction passes) on alibi.
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
33
33
chmod +x async_pass.sh
34
34
35
-
# take out line running the workflow (we don't have data input)
36
-
sed -i '/WORKFLOWMODE=run/d' async_pass.sh
35
+
# take out line running the workflow (if we don't have data input)
echo"Substituting ALIEN_JDL_LPMPRODUCTIONTAG=$ALIEN_JDL_LPMPRODUCTIONTAG with ALIEN_JDL_LPMANCHORPRODUCTION=$ALIEN_JDL_LPMANCHORPRODUCTION for simulating reco pass..."
0 commit comments