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.4 by bbetchar, Mon Jan 7 23:15:53 2013 UTC vs.
Revision 1.5 by bbetchar, Fri Jan 11 16:23:24 2013 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines