Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Variables
LArG4ShowerLibProcessing Namespace Reference

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
 

Variable Documentation

◆ __author__

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

Definition at line 13 of file LArG4ShowerLibProcessing.py.

◆ __doc__

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

Definition at line 14 of file LArG4ShowerLibProcessing.py.

◆ __version__

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

Definition at line 12 of file LArG4ShowerLibProcessing.py.

◆ action

LArG4ShowerLibProcessing.action

Definition at line 27 of file LArG4ShowerLibProcessing.py.

◆ add

LArG4ShowerLibProcessing.add

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ args

LArG4ShowerLibProcessing.args

Definition at line 41 of file LArG4ShowerLibProcessing.py.

◆ c1

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

Definition at line 132 of file LArG4ShowerLibProcessing.py.

◆ containmentR

LArG4ShowerLibProcessing.containmentR

Definition at line 136 of file LArG4ShowerLibProcessing.py.

◆ containmentZ

LArG4ShowerLibProcessing.containmentZ

Definition at line 136 of file LArG4ShowerLibProcessing.py.

◆ dest

LArG4ShowerLibProcessing.dest

Definition at line 27 of file LArG4ShowerLibProcessing.py.

◆ draw

LArG4ShowerLibProcessing.draw

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ False

LArG4ShowerLibProcessing.False

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ float

LArG4ShowerLibProcessing.float

Definition at line 30 of file LArG4ShowerLibProcessing.py.

◆ help

LArG4ShowerLibProcessing.help

Definition at line 27 of file LArG4ShowerLibProcessing.py.

◆ hits

LArG4ShowerLibProcessing.hits

Definition at line 136 of file LArG4ShowerLibProcessing.py.

◆ info

LArG4ShowerLibProcessing.info

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ int

LArG4ShowerLibProcessing.int

Definition at line 35 of file LArG4ShowerLibProcessing.py.

◆ level

LArG4ShowerLibProcessing.level

Definition at line 43 of file LArG4ShowerLibProcessing.py.

◆ libs

list LArG4ShowerLibProcessing.libs = []

Definition at line 50 of file LArG4ShowerLibProcessing.py.

◆ log

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

Definition at line 44 of file LArG4ShowerLibProcessing.py.

◆ loglevel

LArG4ShowerLibProcessing.loglevel

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ moveD

LArG4ShowerLibProcessing.moveD

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ moveE

LArG4ShowerLibProcessing.moveE

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ movl

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

Definition at line 93 of file LArG4ShowerLibProcessing.py.

◆ options

LArG4ShowerLibProcessing.options

Definition at line 41 of file LArG4ShowerLibProcessing.py.

◆ outlib

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

Definition at line 78 of file LArG4ShowerLibProcessing.py.

◆ output

LArG4ShowerLibProcessing.output

Definition at line 39 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 24 of file LArG4ShowerLibProcessing.py.

◆ removeD

LArG4ShowerLibProcessing.removeD

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ removeE

LArG4ShowerLibProcessing.removeE

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ scale

LArG4ShowerLibProcessing.scale

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ stdout

LArG4ShowerLibProcessing.stdout

Definition at line 43 of file LArG4ShowerLibProcessing.py.

◆ stream

LArG4ShowerLibProcessing.stream

Definition at line 43 of file LArG4ShowerLibProcessing.py.

◆ tmplib

LArG4ShowerLibProcessing.tmplib = EtaEnergyShowerLib()

Definition at line 54 of file LArG4ShowerLibProcessing.py.

◆ truncate

LArG4ShowerLibProcessing.truncate

Definition at line 39 of file LArG4ShowerLibProcessing.py.

◆ type

LArG4ShowerLibProcessing.type

Definition at line 30 of file LArG4ShowerLibProcessing.py.

◆ usage

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

Definition at line 22 of file LArG4ShowerLibProcessing.py.