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.register('btags', mytype = VP.varType.string, mult = VP.multiplicity.list ) |
15 |
|
options.parseArguments() |
16 |
|
options._tagOrder =[] |
17 |
|
|
29 |
|
if not options.globalTag : options.globalTag = defaultGT |
30 |
|
|
31 |
|
if not options.quiet : print options |
32 |
+ |
options.btags = ['combinedSecondaryVertex','jetProbability'] |
33 |
|
return options |