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.1 by bbetchar, Fri Nov 2 21:40:49 2012 UTC vs.
Revision 1.2 by bbetchar, Wed Nov 7 18:52:22 2012 UTC

# 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()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines