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: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The validation framework is a general configurable platform that gives user the
38
38
Its flexibility is enabled by strict separation of its specialised components into a system of Bash scripts.
39
39
Configuration is separate from execution code, input configuration is separate from task configuration, execution steps are separate from the main steering code.
40
40
41
-
* The steering script [`runtest.sh`](exec/runtest.sh) provides control parameters and interface to the machinery for task execution.
41
+
* The steering script [`run_analysis.sh`](exec/run_analysis.sh) provides control parameters and interface to the machinery for task execution.
42
42
* User provides configuration Bash scripts which:
43
43
* modify control parameters,
44
44
* produce modified configuration files,
@@ -50,7 +50,7 @@ Execution code can be found in the [`exec`](exec) directory.
50
50
51
51
**The user should not touch anything in this directory!**
52
52
53
-
The steering script [`runtest.sh`](exec/runtest.sh) performs the following execution steps:
53
+
The steering script [`run_analysis.sh`](exec/run_analysis.sh) performs the following execution steps:
54
54
55
55
* Load input specification.
56
56
* Load tasks configuration.
@@ -85,10 +85,10 @@ All steps are activated by default and some can be disabled individually by sett
85
85
86
86
## Configuration
87
87
88
-
The steering script [`runtest.sh`](exec/runtest.sh) can be executed with the following optional arguments:
88
+
The steering script [`run_analysis.sh`](exec/run_analysis.sh) can be executed with the following optional arguments:
# 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.
0 commit comments