EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
def | __init__ |
def | output |
def | fill |
Public Attributes | |
hists | |
A collection of standard histograms for event-wise properties.
Definition at line 83 of file qaplots.py.
View newest version in sPHENIX GitHub at line 83 of file qaplots.py
def eicpy.qaplots.EventHists.__init__ | ( | self | ) |
Definition at line 87 of file qaplots.py.
View newest version in sPHENIX GitHub at line 87 of file qaplots.py
def eicpy.qaplots.EventHists.fill | ( | self, | |
event | |||
) |
Definition at line 139 of file qaplots.py.
View newest version in sPHENIX GitHub at line 139 of file qaplots.py
References eicpy.qaplots.EventHists.hists.
def eicpy.qaplots.EventHists.output | ( | self, | |
pad, | |||
filename | |||
) |
Print all histograms to an output PostScript file.
Definition at line 128 of file qaplots.py.
View newest version in sPHENIX GitHub at line 128 of file qaplots.py
References draw(), and eicpy.qaplots.EventHists.hists.
Referenced by pepsimainerhic(), and pygdir().
eicpy.qaplots.EventHists.hists |
Definition at line 88 of file qaplots.py.
View newest version in sPHENIX GitHub at line 88 of file qaplots.py
Referenced by eicpy.qaplots.EventHists.fill(), and eicpy.qaplots.EventHists.output().