Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::TestAxis Class Reference
+ Inheritance diagram for Acts::TestAxis:
+ Collaboration diagram for Acts::TestAxis:

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< ActsScalargetBinEdges () 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
 

Detailed Description

Definition at line 110 of file NavigationStateUpdatorsTests.cpp.

View newest version in sPHENIX GitHub at line 110 of file NavigationStateUpdatorsTests.cpp

Member Function Documentation

std::vector<ActsScalar> Acts::TestAxis::getBinEdges ( ) const
inlinefinalvirtual

Return a vector of bin edges.

Returns
Vector which contains the 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

detail::AxisBoundaryType Acts::TestAxis::getBoundaryType ( ) const
inlinefinalvirtual

returns the boundary type set in the template param

Returns
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

ActsScalar Acts::TestAxis::getMax ( ) const
inlinefinalvirtual

get maximum of binning range

Returns
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

ActsScalar Acts::TestAxis::getMin ( ) const
inlinefinalvirtual

get minimum of binning range

Returns
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

size_t Acts::TestAxis::getNBins ( ) const
inlinefinalvirtual

get total number of bins

Returns
total number of bins (excluding under-/overflow 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

bool Acts::TestAxis::isEquidistant ( ) const
inlinefinalvirtual

returns whether the axis is equidistant

Returns
bool 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

bool Acts::TestAxis::isVariable ( ) const
inlinefinalvirtual

returns whether the axis is variable

Returns
bool 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


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