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

Public Member Functions

def name
 
def __init__
 
def page
 
def make
 
def close
 

Public Attributes

 file
 
 out
 
 window
 
 histograms
 

Detailed Description

A collection of basic histograms.

Definition at line 80 of file verify.py.

View newest version in sPHENIX GitHub at line 80 of file verify.py

Constructor & Destructor Documentation

def eicpy.verify.Histograms.__init__ (   self,
  rootfile 
)
Initialise histograms and associate them with a ROOT file.

Definition at line 87 of file verify.py.

View newest version in sPHENIX GitHub at line 87 of file verify.py

Member Function Documentation

def eicpy.verify.Histograms.close (   self)
Cloes the ROOT file and image file.

Definition at line 189 of file verify.py.

View newest version in sPHENIX GitHub at line 189 of file verify.py

References eicpy.verify.Histograms.page().

+ Here is the call graph for this function:

def eicpy.verify.Histograms.make (   self)
Fill and print all histograms.

Definition at line 180 of file verify.py.

View newest version in sPHENIX GitHub at line 180 of file verify.py

References eicpy.verify.Histograms.histograms, and eicpy.verify.Histograms.page().

+ Here is the call graph for this function:

def eicpy.verify.Histograms.name (   self,
  string 
)
Return the string prepended by this object's file basename.

Definition at line 83 of file verify.py.

View newest version in sPHENIX GitHub at line 83 of file verify.py

References caen_correction.base, and nanoflann::PooledAllocator.base.

Referenced by eicpy.verify.PythiaHistograms.__init__(), and eicpy.verify.DjangohHistograms.__init__().

+ Here is the caller graph for this function:

def eicpy.verify.Histograms.page (   self,
  open = False,
  close = False,
  log = '' 
)
Print the current contents of the window.

Definition at line 168 of file verify.py.

View newest version in sPHENIX GitHub at line 168 of file verify.py

References eicpy.verify.Histograms.out.

Referenced by eicpy.verify.Histograms.close(), and eicpy.verify.Histograms.make().

+ Here is the caller graph for this function:

Member Data Documentation

eicpy.verify.Histograms.file

Definition at line 90 of file verify.py.

View newest version in sPHENIX GitHub at line 90 of file verify.py

eicpy.verify.Histograms.histograms

Definition at line 97 of file verify.py.

View newest version in sPHENIX GitHub at line 97 of file verify.py

Referenced by eicpy.verify.PythiaHistograms.__init__(), eicpy.verify.DjangohHistograms.__init__(), and eicpy.verify.Histograms.make().

eicpy.verify.Histograms.out

Definition at line 92 of file verify.py.

View newest version in sPHENIX GitHub at line 92 of file verify.py

Referenced by eicpy.verify.Histograms.page().

eicpy.verify.Histograms.window

Definition at line 94 of file verify.py.

View newest version in sPHENIX GitHub at line 94 of file verify.py


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