Skip to content

Commit 3f84749

Browse files
committed
Update JE config_input
1 parent ae390df commit 3f84749

1 file changed

Lines changed: 62 additions & 21 deletions

File tree

codeJE/config_input.sh

Lines changed: 62 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ NJOBSPARALLEL_O2=$(python3 -c "print(min(10, round($(nproc) / 2)))")
1919
# Default settings:
2020
# INPUT_LABEL="nothing" # Input description
2121
# INPUT_DIR="$PWD" # Input directory
22-
# INPUT_FILES="AliESDs.root" # Input file pattern
22+
# INPUT_FILES="AO2D.root" # Input file pattern
2323
# INPUT_SYS="pp" # Collision system ("pp", "PbPb")
24-
# INPUT_RUN=2 # LHC Run (2, 3, 5)
25-
# INPUT_IS_O2=0 # Input files are in O2 format.
24+
# INPUT_RUN=3 # LHC Run (2, 3, 5)
25+
# INPUT_IS_O2=1 # Input files are in O2 format.
2626
# INPUT_IS_MC=0 # Input files are MC data.
2727
# INPUT_PARENT_MASK="" # Path replacement mask for the input directory of parent files in case of linked derived O2 input. Set to ";" if no replacement needed. Syntax: "alien:///path/in/alien;/local/path"
2828
# INPUT_TASK_CONFIG="" # Input-specific task configuration (e.g. enabling converters), overriding the task configuration in CONFIG_TASKS. String of space-separated commands.
@@ -34,76 +34,117 @@ case $INPUT_CASE in
3434
1)
3535
INPUT_LABEL="Run 2, p-p 5.02 TeV LHC17p, real"
3636
INPUT_DIR="$INPUT_BASE/Run2/pp_5.02TeV/real/LHC17p_pass1_CENT_woSDD"
37+
INPUT_FILES="AliESDs.root"
38+
INPUT_RUN=2
39+
INPUT_IS_O2=0
3740
;;
3841
2) # reference
3942
INPUT_LABEL="Run 2, p-p 5.02 TeV LHC17p, MC LHC18a4a2_cent"
4043
INPUT_DIR="$INPUT_BASE/Run2/pp_5.02TeV/sim/LHC18a4a2_cent/282099"
44+
INPUT_FILES="AliESDs.root"
45+
INPUT_RUN=2
46+
INPUT_IS_O2=0
4147
INPUT_IS_MC=1
42-
INPUT_TASK_CONFIG="DOO2_CONV_ZDC=1 DOO2_CONV_BC=1 DOO2_CONV_TRKEX=1"
4348
;;
4449
3)
4550
INPUT_LABEL="Run 2, p-p 5.02 TeV LHC17p, MC LHC18a4a2_cent"
4651
INPUT_DIR="$INPUT_BASE/Run2/pp_5.02TeV/sim/LHC18a4a2_cent/282341"
52+
INPUT_FILES="AliESDs.root"
53+
INPUT_RUN=2
54+
INPUT_IS_O2=0
4755
INPUT_IS_MC=1
4856
;;
4957
4)
5058
INPUT_LABEL="Run 2, Pb-Pb 5.02 TeV LHC15o, real"
5159
INPUT_DIR="$INPUT_BASE/Run2/PbPb_5.02TeV/real/LHC15o"
60+
INPUT_FILES="AliESDs.root"
5261
INPUT_SYS="PbPb"
62+
INPUT_RUN=2
63+
INPUT_IS_O2=0
64+
INPUT_TASK_CONFIG="DOO2_CONV_BC=1"
5365
;;
5466
5)
5567
INPUT_LABEL="Run 2, Pb-Pb 5.02 TeV LHC15o, MC LHC15k1a3"
5668
INPUT_DIR="$INPUT_BASE/Run2/PbPb_5.02TeV/sim/LHC15k1a3"
69+
INPUT_FILES="AliESDs.root"
5770
INPUT_SYS="PbPb"
71+
INPUT_RUN=2
72+
INPUT_IS_O2=0
5873
INPUT_IS_MC=1
74+
INPUT_TASK_CONFIG="DOO2_CONV_BC=1"
5975
;;
6076
6)
6177
INPUT_LABEL="Run 2, p-p 13 TeV LHC16p, MC LHC19g6f3, dedicated Ξc"
6278
INPUT_DIR="$INPUT_BASE/Run2/pp_13TeV/sim/LHC19g6f3"
79+
INPUT_FILES="AliESDs.root"
80+
INPUT_RUN=2
81+
INPUT_IS_O2=0
6382
INPUT_IS_MC=1
6483
;;
6584
7)
66-
INPUT_LABEL="Run 3, p-p 13.6 TeV, LHC22o, real"
67-
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/real/LHC22o"
68-
INPUT_FILES="AO2D.root"
69-
INPUT_IS_O2=1
70-
INPUT_RUN=3
85+
INPUT_LABEL="Run 3, p-p 13.6 TeV, LHC22o_pass4, real"
86+
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/real/LHC22o_pass4_minBias_small"
87+
INPUT_TASK_CONFIG="DOO2_CONV_BC=1 DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_V0=1 DOO2_CONV_MFT=1"
7188
;;
7289
8)
7390
INPUT_LABEL="Run 3, p-p 13.6 TeV, LHC22r, real, low interaction rate (100 kHz)"
7491
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/real/LHC22r"
75-
INPUT_FILES="AO2D.root"
76-
INPUT_IS_O2=1
77-
INPUT_RUN=3
92+
INPUT_TASK_CONFIG="DOO2_CONV_ZDC=1 DOO2_CONV_BC=1 DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_COLL=1 DOO2_CONV_V0=1"
7893
;;
7994
9)
8095
INPUT_LABEL="Run 3, p-p 13.6 TeV, MC LHC21k6, general purpose"
8196
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/sim/LHC21k6"
82-
INPUT_FILES="AO2D.root"
83-
INPUT_IS_O2=1
84-
INPUT_RUN=3
8597
INPUT_IS_MC=1
98+
INPUT_TASK_CONFIG="DOO2_CONV_ZDC=1 DOO2_CONV_BC=1 DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_COLL=1 DOO2_CONV_V0=1"
8699
;;
87100
10)
88101
INPUT_LABEL="Run 2, p-p 13 TeV LHC18f, MC LHC20f4a (ESD)"
89102
INPUT_DIR="$INPUT_BASE/Run2/pp_13TeV/sim/LHC20f4a"
103+
INPUT_FILES="AliESDs.root"
104+
INPUT_RUN=2
105+
INPUT_IS_O2=0
90106
INPUT_IS_MC=1
91107
;;
92108
11)
93109
INPUT_LABEL="Run 2, p-p 13 TeV LHC18f, MC LHC20f4a (AO2D)"
94110
INPUT_DIR="$INPUT_BASE/Run2/pp_13TeV/sim_converted/LHC20f4a"
95-
INPUT_FILES="AO2D.root"
96-
INPUT_IS_O2=1
111+
INPUT_RUN=2
97112
INPUT_IS_MC=1
113+
INPUT_TASK_CONFIG="DOO2_CONV_ZDC=1 DOO2_CONV_BC=1 DOO2_CONV_BCINFO=1 DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_COLL=1 DOO2_CONV_V0=1"
98114
;;
99115
12)
100116
INPUT_LABEL="Run 2, p-p 13 TeV, LHC17j (AO2D)"
101117
INPUT_DIR="$INPUT_BASE/Run2/pp_13TeV/real_converted/LHC17j_20220601" # converted good AO2Ds
102-
INPUT_FILES="AO2D.root"
103-
INPUT_IS_O2=1
118+
INPUT_RUN=2
119+
INPUT_TASK_CONFIG="DOO2_CONV_ZDC=1 DOO2_CONV_BC=1 DOO2_CONV_BCINFO=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_COLL=1 DOO2_CONV_V0=1"
104120
;;
105121
13)
106-
INPUT_LABEL="Run 2, p-p 13 TeV, LHC18p, real"
107-
INPUT_DIR="$INPUT_BASE/Run2/pp_13TeV/real/LHC18p/294009"
122+
INPUT_LABEL="Run 3, p-p 13.6 TeV, MC LHC22b1b, D2H enriched"
123+
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/sim/LHC22b1b"
124+
INPUT_IS_MC=1
125+
INPUT_TASK_CONFIG="DOO2_CONV_ZDC=1 DOO2_CONV_BC=1 DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_V0=1"
126+
;;
127+
14)
128+
INPUT_LABEL="Run 3, p-p 13.6 TeV, MC LHC23f4b2, general purpose"
129+
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/sim/LHC23f4b2"
130+
INPUT_IS_MC=1
131+
INPUT_TASK_CONFIG="DOO2_CONV_BC=1 DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_V0=1"
132+
;;
133+
15)
134+
INPUT_LABEL="Run 3, Pb-Pb 5.36 TeV LHC23zzi_pass2"
135+
INPUT_DIR="$INPUT_BASE/Run3/PbPb_5.36TeV/real/LHC23zzi"
136+
INPUT_SYS="PbPb"
137+
INPUT_TASK_CONFIG="DOO2_CONV_TRKEX_1_2=1"
138+
;;
139+
16)
140+
INPUT_LABEL="Run 3, p-p 13.6 TeV, MC LHC24d3, anchored"
141+
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/sim/LHC24d3"
142+
INPUT_IS_MC=1
143+
INPUT_TASK_CONFIG="DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_1_2=1"
144+
;;
145+
17)
146+
INPUT_LABEL="Run 3, p-p 13.6 TeV, LHC22o_pass4_minBias_small"
147+
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/real/LHC22o_pass4_minBias_small"
148+
INPUT_TASK_CONFIG="DOO2_CONV_MCCOLL=1 DOO2_CONV_BC=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_V0=1"
108149
;;
109150
esac

0 commit comments

Comments
 (0)