![]() |
ATLAS Offline Software
|
Variables | |
| string | __version__ = '$Revision: 711210 $' |
| string | __author__ = 'Radist Morse radist.morse@gmail.com' |
| string | __doc__ = 'Script for merging FS libs' |
| string | usage = "usage: %prog [options] lib1 [lib2 ...]" |
| parser = OptionParser(usage=usage, version="%prog v0.0.1 $Id: LArG4ShowerLibProcessing.py 711210 2015-11-27 15:56:00Z jchapman $") | |
| dest | |
| action | |
| help | |
| type | |
| float | |
| int | |
| info | |
| False | |
| add | |
| output | |
| scale | |
| moveD | |
| moveE | |
| removeD | |
| removeE | |
| draw | |
| truncate | |
| loglevel | |
| options | |
| args | |
| stream | |
| stdout | |
| level | |
| log = logging.getLogger("LArG4ShowerLibProcessing.py") | |
| list | libs = [] |
| tmplib = EtaEnergyShowerLib() | |
| list | outlib = libs[0].__class__() |
| movl = map(float,move.split(":")) | |
| c1 = TCanvas( 'c1', "Library Viewer") | |
| hits | |
| containmentZ | |
| containmentR | |
|
private |
Definition at line 12 of file LArG4ShowerLibProcessing.py.
|
private |
Definition at line 13 of file LArG4ShowerLibProcessing.py.
|
private |
Definition at line 11 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.action |
Definition at line 26 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.add |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.args |
Definition at line 40 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.c1 = TCanvas( 'c1', "Library Viewer") |
Definition at line 131 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.containmentR |
Definition at line 135 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.containmentZ |
Definition at line 135 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.dest |
Definition at line 26 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.draw |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.False |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.float |
Definition at line 29 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.help |
Definition at line 26 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.hits |
Definition at line 135 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.info |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.int |
Definition at line 34 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.level |
Definition at line 42 of file LArG4ShowerLibProcessing.py.
| list LArG4ShowerLibProcessing.libs = [] |
Definition at line 49 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.log = logging.getLogger("LArG4ShowerLibProcessing.py") |
Definition at line 43 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.loglevel |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.moveD |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.moveE |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.movl = map(float,move.split(":")) |
Definition at line 92 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.options |
Definition at line 40 of file LArG4ShowerLibProcessing.py.
| list LArG4ShowerLibProcessing.outlib = libs[0].__class__() |
Definition at line 77 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.output |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.parser = OptionParser(usage=usage, version="%prog v0.0.1 $Id: LArG4ShowerLibProcessing.py 711210 2015-11-27 15:56:00Z jchapman $") |
Definition at line 23 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.removeD |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.removeE |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.scale |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.stdout |
Definition at line 42 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.stream |
Definition at line 42 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.tmplib = EtaEnergyShowerLib() |
Definition at line 53 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.truncate |
Definition at line 38 of file LArG4ShowerLibProcessing.py.
| LArG4ShowerLibProcessing.type |
Definition at line 29 of file LArG4ShowerLibProcessing.py.
| string LArG4ShowerLibProcessing.usage = "usage: %prog [options] lib1 [lib2 ...]" |
Definition at line 21 of file LArG4ShowerLibProcessing.py.
1.8.18