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: LArG4ValidationPlotter.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 = [] |
pe = PlotEntry() | |
vars_to_draw | |
display_name | |
profile | |
maxperlist = split_canv[0]*split_canv[1] | |
numplots = len(parsedPlots) | |
root = TFile(rootopt.filename,"read") | |
rootfile | |
tree | |
rootopt1 = parsedRoots.pop(0) | |
canv | |
leg | |
def LArG4ValidationPlotter.eventext | ( | event, | |
hname | |||
) |
Definition at line 12 of file LArG4ValidationPlotter.py.
def LArG4ValidationPlotter.varname | ( | hname | ) |
Definition at line 32 of file LArG4ValidationPlotter.py.
|
private |
Definition at line 8 of file LArG4ValidationPlotter.py.
|
private |
Definition at line 9 of file LArG4ValidationPlotter.py.
|
private |
Definition at line 7 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.action |
Definition at line 65 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.args |
Definition at line 71 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.canv |
Definition at line 167 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.dest |
Definition at line 61 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.display_name |
Definition at line 106 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.divide |
Definition at line 69 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.False |
Definition at line 69 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.files |
Definition at line 69 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.help |
Definition at line 61 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.leg |
Definition at line 167 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.maxperlist = split_canv[0]*split_canv[1] |
Definition at line 126 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.numplots = len(parsedPlots) |
Definition at line 129 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.options |
Definition at line 71 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.outputfile |
Definition at line 69 of file LArG4ValidationPlotter.py.
list LArG4ValidationPlotter.parsedPlots = parsePlots(options.plots,varname) |
Definition at line 97 of file LArG4ValidationPlotter.py.
list LArG4ValidationPlotter.parsedRestricts = [] |
Definition at line 101 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.parsedRoots = parseRoots(options.files) |
Definition at line 90 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.parser = OptionParser(usage=usage, version="%prog v1.0 $Id: LArG4ValidationPlotter.py 505706 2012-06-15 11:48:02Z gsedov $") |
Definition at line 59 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.pe = PlotEntry() |
Definition at line 103 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.plots = createPlots(parsedPlots,parsedRoots) |
Definition at line 69 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.profile |
Definition at line 113 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.root = TFile(rootopt.filename,"read") |
Definition at line 142 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.rootfile |
Definition at line 146 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.rootopt1 = parsedRoots.pop(0) |
Definition at line 157 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.split_canv = options.split_canvas.split(":") |
Definition at line 73 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.split_canvas |
Definition at line 69 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.tree |
Definition at line 147 of file LArG4ValidationPlotter.py.
string LArG4ValidationPlotter.usage = "usage: %prog [options] root1 [root2 ...]" |
Definition at line 57 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.vars_to_draw |
Definition at line 104 of file LArG4ValidationPlotter.py.
LArG4ValidationPlotter.zero |
Definition at line 69 of file LArG4ValidationPlotter.py.