ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Betchart/TopRefTuple/python/options.py
(Generate patch)

Comparing UserCode/Betchart/TopRefTuple/python/options.py (file contents):
Revision 1.2 by bbetchar, Wed Nov 7 18:52:22 2012 UTC vs.
Revision 1.3 by bbetchar, Wed Nov 14 06:39:18 2012 UTC

# Line 11 | Line 11 | def options() :
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  
# Line 28 | Line 29 | def options() :
29      if not options.globalTag : options.globalTag = defaultGT
30  
31      if not options.quiet : print options
32 +    options.btags = ['combinedSecondaryVertex','jetProbability']
33      return options

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines