EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
def | __init__ |
def | draw |
Public Attributes | |
h | |
log | |
Simple wrapper around ROOT histogram adding some functionality.
Definition at line 56 of file qaplots.py.
View newest version in sPHENIX GitHub at line 56 of file qaplots.py
def eicpy.qaplots.THWrapper.__init__ | ( | self, | |
h, | |||
log, | |||
option | |||
) |
Initialise with a histogram and a LogAxis giving whether each axis (x, y, z) should be log10 (1) or not (0).
Definition at line 60 of file qaplots.py.
View newest version in sPHENIX GitHub at line 60 of file qaplots.py
def eicpy.qaplots.THWrapper.draw | ( | self, | |
pad | |||
) |
Draw the histogram to a ROOT pad.
Definition at line 72 of file qaplots.py.
View newest version in sPHENIX GitHub at line 72 of file qaplots.py
eicpy.qaplots.THWrapper.h |
Definition at line 65 of file qaplots.py.
View newest version in sPHENIX GitHub at line 65 of file qaplots.py
eicpy.qaplots.THWrapper.log |
Definition at line 66 of file qaplots.py.
View newest version in sPHENIX GitHub at line 66 of file qaplots.py