@@ -52,7 +52,7 @@ print_help()
5252 echo " ALIEN_JDL_CPULIMIT or CPULIMIT, set the CPU limit of the workflow runner, default: 8,"
5353 echo " NWORKERS, set the number of workers during detector transport, default: 8,"
5454 echo " ALIEN_JDL_SIMENGINE or SIMENGINE, choose the transport engine, default: TGeant4,"
55- echo " ALIEN_JDL_WORKFLOWDETECTORS, set detectors to be taken into account, default: ITS,TPC,TOF,FV0,FT0,FDD,MID,MFT,MCH,TRD,EMC,PHS,CPV,HMP,CTP, "
55+ echo " ALIEN_JDL_WORKFLOWDETECTORS, set detectors to be taken into account, default: not-used (take the ones from async-reco) "
5656 echo " ALIEN_JDL_ANCHOR_SIM_OPTIONS, additional options that are passed to the workflow creation, default: -gen pythia8,"
5757 echo " ALIEN_JDL_ADDTIMESERIESINMC, run TPC time series. Default: 1, switch off by setting to 0,"
5858 echo " ALIEN_JDL_MC_ORBITS_PER_TF=N, enforce some orbits per timeframe, instead of determining from CCDB"
@@ -103,7 +103,6 @@ alien-token-info >/dev/null 2>&1
103103# the only four where there is a real default for
104104export ALIEN_JDL_CPULIMIT=${ALIEN_JDL_CPULIMIT:- ${CPULIMIT:- 8} }
105105export ALIEN_JDL_SIMENGINE=${ALIEN_JDL_SIMENGINE:- ${SIMENGINE:- TGeant4} }
106- export ALIEN_JDL_WORKFLOWDETECTORS=${ALIEN_JDL_WORKFLOWDETECTORS:- ITS,TPC,TOF,FV0,FT0,FDD,MID,MFT,MCH,TRD,EMC,PHS,CPV,HMP,CTP}
107106# can be passed to contain additional options that will be passed to o2dpg_sim_workflow_anchored.py and eventually to o2dpg_sim_workflow.py
108107export ALIEN_JDL_ANCHOR_SIM_OPTIONS=${ALIEN_JDL_ANCHOR_SIM_OPTIONS:- -gen pythia8}
109108# all others MUST be set by the user/on the outside
0 commit comments