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

Public Member Functions

def __init__
 
def edges
 
def lower_edges
 
def upper_edges
 
- Public Member Functions inherited from eicpy.binning.Bins
def __init__
 

Public Attributes

 width
 
 lower
 
 upper
 
- Public Attributes inherited from eicpy.binning.Bins
 n
 
 lower
 
 upper
 

Detailed Description

Generator class for bins with equal intervals in log10.

Definition at line 20 of file binning.py.

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

Constructor & Destructor Documentation

def eicpy.binning.BinsLog10.__init__ (   self,
  n,
  lower,
  upper 
)

Definition at line 24 of file binning.py.

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

Member Function Documentation

def eicpy.binning.BinsLog10.edges (   self)
Generator function for (n+1) bin edges.

Definition at line 31 of file binning.py.

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

References eicpy.binning.Bins.lower, ActsExamples::Options::Interval.lower, eicpy.binning.Bins.n, ActsExamples::FixedMultiplicityGenerator.n, Acts::detail::SpacePointParameters.n, and eicpy.binning.BinsLog10.width.

def eicpy.binning.BinsLog10.lower_edges (   self)
Generator function for n bin lower edges.

Definition at line 38 of file binning.py.

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

References eicpy.binning.Bins.lower, ActsExamples::Options::Interval.lower, eicpy.binning.Bins.n, ActsExamples::FixedMultiplicityGenerator.n, Acts::detail::SpacePointParameters.n, and eicpy.binning.BinsLog10.width.

def eicpy.binning.BinsLog10.upper_edges (   self)
Generator function for n bin upper edges.

Definition at line 45 of file binning.py.

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

References eicpy.binning.Bins.lower, ActsExamples::Options::Interval.lower, eicpy.binning.Bins.n, ActsExamples::FixedMultiplicityGenerator.n, Acts::detail::SpacePointParameters.n, and eicpy.binning.BinsLog10.width.

Member Data Documentation

eicpy.binning.BinsLog10.lower

Definition at line 28 of file binning.py.

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

eicpy.binning.BinsLog10.upper

Definition at line 29 of file binning.py.

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

eicpy.binning.BinsLog10.width

Definition at line 26 of file binning.py.

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

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


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