# | Line 8 | Line 8 | def options() : | |
---|---|---|
8 | ||
9 | options.register('isData', default = True, mytype = VP.varType.bool) | |
10 | options.register('quiet', default = True, mytype = VP.varType.bool) | |
11 | + | options.register('requireLepton', default = True, mytype = VP.varType.bool) |
12 | options.register('globalTag', mytype = VP.varType.string ) | |
13 | options.register('postfix','TR', mytype = VP.varType.string ) | |
14 | options.parseArguments() |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |