Skip to content

Commit a7bd249

Browse files
authored
Improve documentation of parent mask (#468)
1 parent 4547e63 commit a7bd249

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ These are the available input parameters and their default values:
118118
* `INPUT_RUN=2` LHC Run (2, 3, 5)
119119
* `INPUT_IS_O2=0` Input files are in O<sup>2</sup> format.
120120
* `INPUT_IS_MC=0` Input files are MC data.
121-
* `INPUT_PARENT_MASK=""` Path replacement mask for the input directory of parent files in case of linked derived O<sup>2</sup> input. Set to `";"` if no replacement needed.
121+
* `INPUT_PARENT_MASK=""` Path replacement mask for the input directory of parent files in case of linked derived O<sup>2</sup> input. Set to `";"` if no replacement needed. Syntax: "alien:///path/in/alien;/local/path"
122122
* `INPUT_TASK_CONFIG=""` Input-specific task configuration (e.g. enabling converters), overriding the task configuration. String of space-separated commands.
123123
* `JSON="dpl-config.json"` O<sup>2</sup> device configuration
124124

codeHF/config_input.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ NJOBSPARALLEL_O2=$(python3 -c "print(min(10, round($(nproc) / 2)))")
2424
# INPUT_RUN=2 # LHC Run (2, 3, 5)
2525
# INPUT_IS_O2=0 # Input files are in O2 format.
2626
# INPUT_IS_MC=0 # Input files are MC data.
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.
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"
2828
# INPUT_TASK_CONFIG="" # Input-specific task configuration (e.g. enabling converters), overriding the task configuration in CONFIG_TASKS. String of space-separated commands.
2929
# JSON="dpl-config.json" # O2 device configuration
3030

codeJE/config_input.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ NJOBSPARALLEL_O2=$(python3 -c "print(min(10, round($(nproc) / 2)))")
2424
# INPUT_RUN=2 # LHC Run (2, 3, 5)
2525
# INPUT_IS_O2=0 # Input files are in O2 format.
2626
# INPUT_IS_MC=0 # Input files are MC data.
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.
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"
2828
# INPUT_TASK_CONFIG="" # Input-specific task configuration (e.g. enabling converters), overriding the task configuration in CONFIG_TASKS. String of space-separated commands.
2929
# JSON="dpl-config.json" # O2 device configuration
3030

exec/runtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ INPUT_SYS="pp" # Collision system ("pp", "PbPb")
3030
INPUT_RUN=2 # LHC Run (2, 3, 5)
3131
INPUT_IS_O2=0 # Input files are in O2 format.
3232
INPUT_IS_MC=0 # Input files are MC data.
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.
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"
3434
INPUT_TASK_CONFIG="" # Input-specific task configuration (e.g. enabling converters), overriding the task configuration in CONFIG_TASKS. String of space-separated commands.
3535
JSON="dpl-config.json" # O2 device configuration
3636

0 commit comments

Comments
 (0)