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