Skip to content

Commit 7176e0a

Browse files
authored
Merge pull request #267 from rhanniga/patch-1
Update "isMC" Configurable in HelperTasks.md
2 parents 88cd34a + ec558bf commit 7176e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics-usage/HelperTasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Event selection task supports several configurables:
341341
* _isMC_ allows to suppress several checks for Run 2 MC, see [Event selection decisions](#event-selection-decisions):
342342
343343
``` c++
344-
Configurable<bool> isMC{"isMC", 0, "0 - data, 1 - MC"};
344+
Configurable<int> isMC{"isMC", 0, "-1 - autoset, 0 - data, 1 - MC"};
345345
```
346346
347347
Note that one has to enable _isRun2MC_ flag in the timestamp task in this case:

0 commit comments

Comments
 (0)