EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eicpy.qaplots.THWrapper Class Reference
+ Inheritance diagram for eicpy.qaplots.THWrapper:
+ Collaboration diagram for eicpy.qaplots.THWrapper:

Public Member Functions

def __init__
 
def draw
 

Public Attributes

 h
 
 log
 

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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


The documentation for this class was generated from the following file: