ATLAS Offline Software
|
Functions | |
def | eventext (event, hname) |
def | varname (hname) |
Variables | |
string | __version__ = '$Revision: 505706 $' |
string | __author__ = 'Radist Morse radist.morse@gmail.com' |
string | __doc__ = 'Script for drawing LArG4Validation N tuples' |
string | usage = "usage: %prog [options] root1 [root2 ...]" |
parser = OptionParser(usage=usage, version="%prog v1.0 $Id: LArG4AODNtuplePlotter.py 505706 2012-06-15 11:48:02Z gsedov $") | |
dest | |
help | |
action | |
split_canvas | |
plots = createPlots(parsedPlots,parsedRoots) | |
files | |
outputfile | |
divide | |
False | |
zero | |
options | |
args | |
split_canv = options.split_canvas.split(":") | |
parsedRoots = parseRoots(options.files) | |
parsedPlots = parsePlots(options.plots,varname) | |
list | parsedRestricts = [] |
list | listvars = ["hadrleak","e237oe277","weta2","f1","e2tsts1","e2tsts1demins","wtots1","fracs1","weta1"] |
dictionary | capvars = {} |
list | listmax = [0.02,1.0,0.015,0.7,3.0,1500.0,4.0,0.6,0.8] |
list | listmin = [-0.007,0.84,0.005,0.0,0.0,0.0,1.0,0.0,0.4] |
list | listlogy = [0,0,0,0,1,1,0,0,0] |
pe = PlotEntry() | |
display_name | |
givenmin | |
givenmax | |
logy | |
maxperlist = split_canv[0]*split_canv[1] | |
numplots = len(parsedPlots) | |
root = TFile(rootopt.filename,"read") | |
rootfile | |
tree | |
rootopt1 = parsedRoots.pop(0) | |
canv | |
leg | |
def LArG4AODNtuplePlotter.eventext | ( | event, | |
hname | |||
) |
Definition at line 12 of file LArG4AODNtuplePlotter.py.
def LArG4AODNtuplePlotter.varname | ( | hname | ) |
Definition at line 37 of file LArG4AODNtuplePlotter.py.
|
private |
Definition at line 8 of file LArG4AODNtuplePlotter.py.
|
private |
Definition at line 9 of file LArG4AODNtuplePlotter.py.
|
private |
Definition at line 7 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.action |
Definition at line 71 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.args |
Definition at line 77 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.canv |
Definition at line 170 of file LArG4AODNtuplePlotter.py.
dictionary LArG4AODNtuplePlotter.capvars = {} |
Definition at line 109 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.dest |
Definition at line 67 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.display_name |
Definition at line 119 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.divide |
Definition at line 75 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.False |
Definition at line 75 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.files |
Definition at line 75 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.givenmax |
Definition at line 121 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.givenmin |
Definition at line 120 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.help |
Definition at line 67 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.leg |
Definition at line 170 of file LArG4AODNtuplePlotter.py.
list LArG4AODNtuplePlotter.listlogy = [0,0,0,0,1,1,0,0,0] |
Definition at line 114 of file LArG4AODNtuplePlotter.py.
list LArG4AODNtuplePlotter.listmax = [0.02,1.0,0.015,0.7,3.0,1500.0,4.0,0.6,0.8] |
Definition at line 112 of file LArG4AODNtuplePlotter.py.
list LArG4AODNtuplePlotter.listmin = [-0.007,0.84,0.005,0.0,0.0,0.0,1.0,0.0,0.4] |
Definition at line 113 of file LArG4AODNtuplePlotter.py.
list LArG4AODNtuplePlotter.listvars = ["hadrleak","e237oe277","weta2","f1","e2tsts1","e2tsts1demins","wtots1","fracs1","weta1"] |
Definition at line 108 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.logy |
Definition at line 122 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.maxperlist = split_canv[0]*split_canv[1] |
Definition at line 128 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.numplots = len(parsedPlots) |
Definition at line 131 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.options |
Definition at line 77 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.outputfile |
Definition at line 75 of file LArG4AODNtuplePlotter.py.
list LArG4AODNtuplePlotter.parsedPlots = parsePlots(options.plots,varname) |
Definition at line 103 of file LArG4AODNtuplePlotter.py.
list LArG4AODNtuplePlotter.parsedRestricts = [] |
Definition at line 107 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.parsedRoots = parseRoots(options.files) |
Definition at line 96 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.parser = OptionParser(usage=usage, version="%prog v1.0 $Id: LArG4AODNtuplePlotter.py 505706 2012-06-15 11:48:02Z gsedov $") |
Definition at line 65 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.pe = PlotEntry() |
Definition at line 116 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.plots = createPlots(parsedPlots,parsedRoots) |
Definition at line 75 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.root = TFile(rootopt.filename,"read") |
Definition at line 144 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.rootfile |
Definition at line 148 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.rootopt1 = parsedRoots.pop(0) |
Definition at line 160 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.split_canv = options.split_canvas.split(":") |
Definition at line 79 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.split_canvas |
Definition at line 75 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.tree |
Definition at line 149 of file LArG4AODNtuplePlotter.py.
string LArG4AODNtuplePlotter.usage = "usage: %prog [options] root1 [root2 ...]" |
Definition at line 63 of file LArG4AODNtuplePlotter.py.
LArG4AODNtuplePlotter.zero |
Definition at line 75 of file LArG4AODNtuplePlotter.py.