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

Variables

str __version__ = '$Revision: 711210 $'
str __author__ = 'Radist Morse radist.morse@gmail.com'
str __doc__ = 'Script for merging FS libs'
str 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

Variable Documentation

◆ __author__

str LArG4ShowerLibProcessing.__author__ = 'Radist Morse radist.morse@gmail.com'
private

Definition at line 12 of file LArG4ShowerLibProcessing.py.

◆ __doc__

str LArG4ShowerLibProcessing.__doc__ = 'Script for merging FS libs'
private

Definition at line 13 of file LArG4ShowerLibProcessing.py.

◆ __version__

str LArG4ShowerLibProcessing.__version__ = '$Revision: 711210 $'
private

Definition at line 11 of file LArG4ShowerLibProcessing.py.

◆ action

LArG4ShowerLibProcessing.action

Definition at line 26 of file LArG4ShowerLibProcessing.py.

◆ add

LArG4ShowerLibProcessing.add

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ args

LArG4ShowerLibProcessing.args

Definition at line 40 of file LArG4ShowerLibProcessing.py.

◆ c1

LArG4ShowerLibProcessing.c1 = TCanvas( 'c1', "Library Viewer")

Definition at line 131 of file LArG4ShowerLibProcessing.py.

◆ containmentR

LArG4ShowerLibProcessing.containmentR

Definition at line 135 of file LArG4ShowerLibProcessing.py.

◆ containmentZ

LArG4ShowerLibProcessing.containmentZ

Definition at line 135 of file LArG4ShowerLibProcessing.py.

◆ dest

LArG4ShowerLibProcessing.dest

Definition at line 26 of file LArG4ShowerLibProcessing.py.

◆ draw

LArG4ShowerLibProcessing.draw

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ False

LArG4ShowerLibProcessing.False

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ float

LArG4ShowerLibProcessing.float

Definition at line 29 of file LArG4ShowerLibProcessing.py.

◆ help

LArG4ShowerLibProcessing.help

Definition at line 26 of file LArG4ShowerLibProcessing.py.

◆ hits

LArG4ShowerLibProcessing.hits

Definition at line 135 of file LArG4ShowerLibProcessing.py.

◆ info

LArG4ShowerLibProcessing.info

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ int

LArG4ShowerLibProcessing.int

Definition at line 34 of file LArG4ShowerLibProcessing.py.

◆ level

LArG4ShowerLibProcessing.level

Definition at line 42 of file LArG4ShowerLibProcessing.py.

◆ libs

list LArG4ShowerLibProcessing.libs = []

Definition at line 49 of file LArG4ShowerLibProcessing.py.

◆ log

LArG4ShowerLibProcessing.log = logging.getLogger("LArG4ShowerLibProcessing.py")

Definition at line 43 of file LArG4ShowerLibProcessing.py.

◆ loglevel

LArG4ShowerLibProcessing.loglevel

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ moveD

LArG4ShowerLibProcessing.moveD

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ moveE

LArG4ShowerLibProcessing.moveE

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ movl

LArG4ShowerLibProcessing.movl = map(float,move.split(":"))

Definition at line 92 of file LArG4ShowerLibProcessing.py.

◆ options

LArG4ShowerLibProcessing.options

Definition at line 40 of file LArG4ShowerLibProcessing.py.

◆ outlib

list LArG4ShowerLibProcessing.outlib = libs[0].__class__()

Definition at line 77 of file LArG4ShowerLibProcessing.py.

◆ output

LArG4ShowerLibProcessing.output

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ parser

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.

◆ removeD

LArG4ShowerLibProcessing.removeD

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ removeE

LArG4ShowerLibProcessing.removeE

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ scale

LArG4ShowerLibProcessing.scale

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ stdout

LArG4ShowerLibProcessing.stdout

Definition at line 42 of file LArG4ShowerLibProcessing.py.

◆ stream

LArG4ShowerLibProcessing.stream

Definition at line 42 of file LArG4ShowerLibProcessing.py.

◆ tmplib

LArG4ShowerLibProcessing.tmplib = EtaEnergyShowerLib()

Definition at line 53 of file LArG4ShowerLibProcessing.py.

◆ truncate

LArG4ShowerLibProcessing.truncate

Definition at line 38 of file LArG4ShowerLibProcessing.py.

◆ type

LArG4ShowerLibProcessing.type

Definition at line 29 of file LArG4ShowerLibProcessing.py.

◆ usage

str LArG4ShowerLibProcessing.usage = "usage: %prog [options] lib1 [lib2 ...]"

Definition at line 21 of file LArG4ShowerLibProcessing.py.