![]() |
ATLAS Offline Software
|
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 = [ ] |
|
private |
Definition at line 16 of file magnifyPoolFile.py.
| magnifyPoolFile.args |
Definition at line 48 of file magnifyPoolFile.py.
| magnifyPoolFile.argv |
Definition at line 94 of file magnifyPoolFile.py.
| magnifyPoolFile.default |
Definition at line 44 of file magnifyPoolFile.py.
| magnifyPoolFile.dest |
Definition at line 31 of file magnifyPoolFile.py.
| magnifyPoolFile.help |
Definition at line 32 of file magnifyPoolFile.py.
| magnifyPoolFile.inPoolFile = os.path.expandvars(os.path.expanduser(options.inPoolFile)) |
Definition at line 55 of file magnifyPoolFile.py.
| magnifyPoolFile.nMagnify = int(options.nMagnify) |
Definition at line 51 of file magnifyPoolFile.py.
| magnifyPoolFile.oldArgs = sys.argv |
Definition at line 93 of file magnifyPoolFile.py.
| magnifyPoolFile.options |
Definition at line 48 of file magnifyPoolFile.py.
| magnifyPoolFile.outPoolFile = os.path.expandvars(os.path.expanduser(options.outPoolFile)) |
Definition at line 59 of file magnifyPoolFile.py.
| list magnifyPoolFile.outTrees = [ ] |
Definition at line 118 of file magnifyPoolFile.py.
| magnifyPoolFile.parser |
Definition at line 25 of file magnifyPoolFile.py.
| list magnifyPoolFile.trees = [ k.ReadObj() for k in inPoolFile.GetListOfKeys() ] |
Definition at line 107 of file magnifyPoolFile.py.