Functions | |
def | drawhistos (lists, start, particle, histos) |
def | allparticlehistos (lists, start, histos) |
Variables | |
string | usage = "usage: %prog[options]" |
parser = OptionParser(usage=usage) | |
dest | |
help | |
default | |
options | |
args | |
pathname = options.filename | |
list | output_objects = [] |
f = ROOT.TFile(str(pathname)) | |
def interactionmap.allparticlehistos | ( | lists, | |
start, | |||
histos | |||
) |
Definition at line 62 of file interactionmap.py.
def interactionmap.drawhistos | ( | lists, | |
start, | |||
particle, | |||
histos | |||
) |
Definition at line 21 of file interactionmap.py.
interactionmap.args |
Definition at line 9 of file interactionmap.py.
interactionmap.default |
Definition at line 7 of file interactionmap.py.
interactionmap.dest |
Definition at line 7 of file interactionmap.py.
Definition at line 16 of file interactionmap.py.
interactionmap.help |
Definition at line 7 of file interactionmap.py.
interactionmap.options |
Definition at line 9 of file interactionmap.py.
list interactionmap.output_objects = [] |
Definition at line 12 of file interactionmap.py.
Definition at line 5 of file interactionmap.py.
interactionmap.pathname = options.filename |
Definition at line 10 of file interactionmap.py.
Definition at line 4 of file interactionmap.py.