Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
bool | isEquidistant () const final |
returns whether the axis is equidistant | |
bool | isVariable () const final |
returns whether the axis is variable | |
detail::AxisBoundaryType | getBoundaryType () const final |
returns the boundary type set in the template param | |
std::vector< ActsScalar > | getBinEdges () const final |
Return a vector of bin edges. | |
ActsScalar | getMin () const final |
get minimum of binning range | |
ActsScalar | getMax () const final |
get maximum of binning range | |
size_t | getNBins () const final |
get total number of bins | |
Definition at line 110 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 110 of file NavigationStateUpdatorsTests.cpp
|
inlinefinalvirtual |
Return a vector of bin edges.
Implements Acts::IAxis.
Definition at line 120 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 120 of file NavigationStateUpdatorsTests.cpp
|
inlinefinalvirtual |
returns the boundary type set in the template param
AxisBoundaryType
of this axis Implements Acts::IAxis.
Definition at line 116 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 116 of file NavigationStateUpdatorsTests.cpp
|
inlinefinalvirtual |
get maximum of binning range
Implements Acts::IAxis.
Definition at line 124 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 124 of file NavigationStateUpdatorsTests.cpp
|
inlinefinalvirtual |
get minimum of binning range
Implements Acts::IAxis.
Definition at line 122 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 122 of file NavigationStateUpdatorsTests.cpp
|
inlinefinalvirtual |
get total number of bins
Implements Acts::IAxis.
Definition at line 126 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 126 of file NavigationStateUpdatorsTests.cpp
|
inlinefinalvirtual |
returns whether the axis is equidistant
Implements Acts::IAxis.
Definition at line 112 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 112 of file NavigationStateUpdatorsTests.cpp
|
inlinefinalvirtual |
returns whether the axis is variable
Implements Acts::IAxis.
Definition at line 114 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 114 of file NavigationStateUpdatorsTests.cpp