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
# 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.
26
26
# INPUT_IS_MC=0 # Input files are MC data.
27
27
# 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"
28
28
# INPUT_TASK_CONFIG="" # Input-specific task configuration (e.g. enabling converters), overriding the task configuration in CONFIG_TASKS. String of space-separated commands.
Copy file name to clipboardExpand all lines: exec/runtest.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ DOPOSTPROCESS=1 # Run output postprocessing. (Compare AliPhysics and O2 output.
25
25
INPUT_CASE=-1 # Input case
26
26
INPUT_LABEL="nothing"# Input description
27
27
INPUT_DIR="-"# Input directory
28
-
INPUT_FILES="AliESDs.root"# Input file pattern
28
+
INPUT_FILES="AO2D.root"# Input file pattern
29
29
INPUT_SYS="pp"# Collision system ("pp", "PbPb")
30
-
INPUT_RUN=2# LHC Run (2, 3, 5)
31
-
INPUT_IS_O2=0# Input files are in O2 format.
30
+
INPUT_RUN=3# LHC Run (2, 3, 5)
31
+
INPUT_IS_O2=1# Input files are in O2 format.
32
32
INPUT_IS_MC=0 # Input files are MC data.
33
33
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"
34
34
INPUT_TASK_CONFIG=""# Input-specific task configuration (e.g. enabling converters), overriding the task configuration in CONFIG_TASKS. String of space-separated commands.
0 commit comments