EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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 | |
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
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
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.
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().