ATLAS Offline Software
Loading...
Searching...
No Matches
magnifyPoolFile Namespace Reference

Variables

str __author__ = "Sebastien Binet <binet@cern.ch>"
 parser
 dest
 help
 default
 options
 args
 nMagnify = int(options.nMagnify)
 inPoolFile = os.path.expandvars(os.path.expanduser(options.inPoolFile))
 outPoolFile = os.path.expandvars(os.path.expanduser(options.outPoolFile))
 oldArgs = sys.argv
 argv
list trees = [ k.ReadObj() for k in inPoolFile.GetListOfKeys() ]
list outTrees = [ ]

Variable Documentation

◆ __author__

str magnifyPoolFile.__author__ = "Sebastien Binet <binet@cern.ch>"
private

Definition at line 16 of file magnifyPoolFile.py.

◆ args

magnifyPoolFile.args

Definition at line 48 of file magnifyPoolFile.py.

◆ argv

magnifyPoolFile.argv

Definition at line 94 of file magnifyPoolFile.py.

◆ default

magnifyPoolFile.default

Definition at line 44 of file magnifyPoolFile.py.

◆ dest

magnifyPoolFile.dest

Definition at line 31 of file magnifyPoolFile.py.

◆ help

magnifyPoolFile.help

Definition at line 32 of file magnifyPoolFile.py.

◆ inPoolFile

magnifyPoolFile.inPoolFile = os.path.expandvars(os.path.expanduser(options.inPoolFile))

Definition at line 55 of file magnifyPoolFile.py.

◆ nMagnify

magnifyPoolFile.nMagnify = int(options.nMagnify)

Definition at line 51 of file magnifyPoolFile.py.

◆ oldArgs

magnifyPoolFile.oldArgs = sys.argv

Definition at line 93 of file magnifyPoolFile.py.

◆ options

magnifyPoolFile.options

Definition at line 48 of file magnifyPoolFile.py.

◆ outPoolFile

magnifyPoolFile.outPoolFile = os.path.expandvars(os.path.expanduser(options.outPoolFile))

Definition at line 59 of file magnifyPoolFile.py.

◆ outTrees

list magnifyPoolFile.outTrees = [ ]

Definition at line 118 of file magnifyPoolFile.py.

◆ parser

magnifyPoolFile.parser
Initial value:
1= OptionParser(
2 usage = "usage: %prog [-n] nMagnify [-i] input.pool [-o output.pool]"
3 )

Definition at line 25 of file magnifyPoolFile.py.

◆ trees

list magnifyPoolFile.trees = [ k.ReadObj() for k in inPoolFile.GetListOfKeys() ]

Definition at line 107 of file magnifyPoolFile.py.