![]() |
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 13 of file LArG4ShowerLibProcessing.py.
|
private |
Definition at line 14 of file LArG4ShowerLibProcessing.py.
|
private |
Definition at line 12 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.action |
Definition at line 27 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.add |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.args |
Definition at line 41 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.c1 = TCanvas( 'c1', "Library Viewer") |
Definition at line 132 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.containmentR |
Definition at line 136 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.containmentZ |
Definition at line 136 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.dest |
Definition at line 27 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.draw |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.False |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.float |
Definition at line 30 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.help |
Definition at line 27 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.hits |
Definition at line 136 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.info |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.int |
Definition at line 35 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.level |
Definition at line 43 of file LArG4ShowerLibProcessing.py.
list LArG4ShowerLibProcessing.libs = [] |
Definition at line 50 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.log = logging.getLogger("LArG4ShowerLibProcessing.py") |
Definition at line 44 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.loglevel |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.moveD |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.moveE |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.movl = map(float,move.split(":")) |
Definition at line 93 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.options |
Definition at line 41 of file LArG4ShowerLibProcessing.py.
list LArG4ShowerLibProcessing.outlib = libs[0].__class__() |
Definition at line 78 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.output |
Definition at line 39 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 24 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.removeD |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.removeE |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.scale |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.stdout |
Definition at line 43 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.stream |
Definition at line 43 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.tmplib = EtaEnergyShowerLib() |
Definition at line 54 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.truncate |
Definition at line 39 of file LArG4ShowerLibProcessing.py.
LArG4ShowerLibProcessing.type |
Definition at line 30 of file LArG4ShowerLibProcessing.py.
string LArG4ShowerLibProcessing.usage = "usage: %prog [options] lib1 [lib2 ...]" |
Definition at line 22 of file LArG4ShowerLibProcessing.py.