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
Copy file name to clipboardExpand all lines: DATA/common/setenv.sh
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ if [[ -z "${FILEWORKDIR:-}" ]]; then export FILEWORKDIR=`pwd`; fi #
91
91
if [[ -z"${FILEWORKDIRRUN:-}" ]];thenexport FILEWORKDIRRUN=$FILEWORKDIR;fi# directory where to find the run-related files (grp, collision context)
92
92
if [[ -z"${RAWINPUTDIR:-}" ]];thenexport RAWINPUTDIR=$FILEWORKDIR;fi# Directory where to find input files (raw files / raw tf files / ctf files)
93
93
if [[ -z"${EPNSYNCMODE:-}" ]];thenexport EPNSYNCMODE=0;fi# Is this workflow supposed to run on EPN for sync processing? Will enable InfoLogger / metrics / fetching QC JSONs from consul...
94
-
if [[ -z"${BEAMTYPE:-}" ]];thenexport BEAMTYPE=PbPb;fi# Beam type, must be PbPb, pp, pPb, cosmic, technical
94
+
if [[ -z"${BEAMTYPE:-}" ]];thenexport BEAMTYPE=PbPb;fi# Beam type, must be PbPb, pp, pPb, pO, Op, OO, NeNe cosmic, technical
95
95
if [[ -z"${RUNTYPE:-}" ]];thenexport RUNTYPE=Standalone;fi# Run Type, standalone for local tests, otherwise PHYSICS, COSMICS, TECHNICAL, SYNTHETIC
96
96
if [[ -z"${IS_SIMULATED_DATA:-}"&&$RUNTYPE=="SYNTHETIC" ]];thenexport IS_SIMULATED_DATA=1;fi# For SYNTHETIC runs we always process simulated data
97
97
if [[ -z"${IS_SIMULATED_DATA:-}"&& ( $RUNTYPE == "PHYSICS"||$RUNTYPE == "COSMICS" ) ]];thenexport IS_SIMULATED_DATA=0;fi# For PHYSICS runs we always process simulated data
@@ -103,6 +103,12 @@ if [[ -z "${EPN2EOS_METAFILES_DIR:-}" ]]; then EPN2EOS_METAFILES_DIR="/dev/null"
103
103
if [[ -z"${DCSCCDBSERVER:-}" ]];thenexport DCSCCDBSERVER="http://alio2-cr1-flp199-ib:8083";fi# server for transvering calibration data to DCS
104
104
if [[ -z"${DCSCCDBSERVER_PERS:-}" ]];thenexport DCSCCDBSERVER_PERS="http://alio2-cr1-flp199-ib:8084";fi# persistent server for transvering calibration data to DCS
if [[ -z"${TPC_CORR_SCALING:-}" ]];then# TPC corr.map lumi scaling options, any combination of --lumi-type <0,1,2> --corrmap-lumi-mode <0,1> and TPCCorrMap... configurable param
160
166
TPC_CORR_SCALING=
161
-
if [[ $BEAMTYPE=="pp" ]] && has_detector CTP;then TPC_CORR_SCALING+="--lumi-type 1";fi
167
+
if [[ $BEAMTYPE=="pp"||$LIGHTNUCLEI=="1"]] && has_detector CTP;then TPC_CORR_SCALING+="--lumi-type 1";fi
162
168
if [[ $BEAMTYPE=="PbPb" ]] && has_detector CTP;then TPC_CORR_SCALING+="--lumi-type 1 TPCCorrMap.lumiInstFactor=2.414";fi
163
169
if [[ $BEAMTYPE=="cosmic" ]];then TPC_CORR_SCALING=" TPCCorrMap.lumiMean=-1;";fi# for COSMICS we disable all corrections
N_ITSRAWDEC=$(math_max $((3*60/$RECO_NUM_NODES_WORKFLOW_CMP))${N_ITSRAWDEC:-1})# This means, if we have 60 EPN nodes, we need at least 3 ITS RAW decoders (will be scaled down by a factor of two automatically if we have 2 NUMA domains)
0 commit comments