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.5 by bbetchar, Fri Jan 11 16:23:24 2013 UTC vs.
Revision 1.6 by bbetchar, Thu Mar 21 22:32:17 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines