Skip to content

Commit ae60772

Browse files
authored
Merge pull request #269 from rhanniga/patch-2
Update example json config file
2 parents 7176e0a + 876e8d0 commit ae60772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basics-usage/JsonConfigs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ that one wishes to execute.
4343
"syst": "pp",
4444
"muonSelection": "0",
4545
"customDeltaBC": "300",
46-
"isMC": "true",
46+
"isMC": "1",
4747
"processRun2": "false",
4848
"processRun3": "true"
4949
},
@@ -67,7 +67,7 @@ that one wishes to execute.
6767

6868
In the above example of json file, in the `pseudorapidity-density` section (line 37 to 44), you can see the different values of the configurables, `maxDCAZ` is now 3.2 for instance. You can also specify the type of data you are processing with the flags `processRun2` `processRun3` and `isMC`.
6969

70-
Another very useful thing is that inside this file you can provide a list of aod files to analyse, as you can see the line 10 `"aod-file": "@inputs-sim.txt"` means that the workflow will analyse the all the files contained in the txt file `inputs-sim.txt`, with one file name per line.
70+
Another very useful thing is that inside this file you can provide a list of aod files to analyse, as you can see the line 10 `"aod-file-private": "@inputs-sim.txt"` means that the workflow will analyse the all the files contained in the txt file `inputs-sim.txt`, with one file name per line.
7171

7272
## How to give this json file to the workflow
7373

0 commit comments

Comments
 (0)