# | Line 12 | Line 12 | def options() : | |
---|---|---|
12 | options.register('globalTag', mytype = VP.varType.string ) | |
13 | options.register('postfix','TR', mytype = VP.varType.string ) | |
14 | options.register('btags', mytype = VP.varType.string, mult = VP.multiplicity.list ) | |
15 | + | options.register('doElectronEA', default = True, mytype = VP.varType.bool) |
16 | options.parseArguments() | |
17 | options._tagOrder =[] | |
18 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |