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

Public Member Functions

def __init__
 

Public Attributes

 n
 
 lower
 
 upper
 

Detailed Description

Base class for generating bin boundaries in some range.

Definition at line 6 of file binning.py.

View newest version in sPHENIX GitHub at line 6 of file binning.py

Constructor & Destructor Documentation

def eicpy.binning.Bins.__init__ (   self,
  n,
  lower,
  upper 
)
Initialise with the number of ranges for which
to generate bin edges, in the range [lower, upper].

Definition at line 10 of file binning.py.

View newest version in sPHENIX GitHub at line 10 of file binning.py

Member Data Documentation

eicpy.binning.Bins.lower

Definition at line 16 of file binning.py.

View newest version in sPHENIX GitHub at line 16 of file binning.py

Referenced by eicpy.binning.BinsLog10.edges(), eicpy.binning.BinsLog10.lower_edges(), and eicpy.binning.BinsLog10.upper_edges().

eicpy.binning.Bins.n

Definition at line 15 of file binning.py.

View newest version in sPHENIX GitHub at line 15 of file binning.py

Referenced by eicpy.binning.BinsLog10.edges(), eicpy.binning.BinsLog10.lower_edges(), and eicpy.binning.BinsLog10.upper_edges().

eicpy.binning.Bins.upper

Definition at line 17 of file binning.py.

View newest version in sPHENIX GitHub at line 17 of file binning.py


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