ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::AxisSpec Member List

This is the complete list of members for Acts::AxisSpec, including all inherited members.

asDeferredVariable() constActs::AxisSpec
asEquidistant() constActs::AxisSpec
asVariable() constActs::AxisSpec
boundaryType() constActs::AxisSpec
buildAxis(const Options &options={}) constActs::AxisSpec
DeferredEquidistant(std::size_t nBins, std::optional< AxisDirection > direction=std::nullopt)Acts::AxisSpecstatic
DeferredVariable(std::vector< double > normalizedEdges, std::optional< AxisBoundaryType > boundaryType=std::nullopt, std::optional< AxisDirection > direction=std::nullopt)Acts::AxisSpecstatic
direction() constActs::AxisSpec
Equidistant(std::size_t nBins, std::optional< double > min=std::nullopt, std::optional< double > max=std::nullopt, std::optional< AxisBoundaryType > boundaryType=std::nullopt, std::optional< AxisDirection > direction=std::nullopt)Acts::AxisSpecstatic
FromAxis(const IAxis &axis)Acts::AxisSpecstatic
isDeferred() constActs::AxisSpec
isDeferredVariable() constActs::AxisSpec
isEquidistant() constActs::AxisSpec
isVariable() constActs::AxisSpec
nBins() constActs::AxisSpec
operator<<(std::ostream &os, const AxisSpec &axisSpec)Acts::AxisSpecfriend
operator==(const AxisSpec &lhs, const AxisSpec &rhs)=defaultActs::AxisSpecfriend
Options typedefActs::AxisSpec
toDeferred() constActs::AxisSpec
toString() constActs::AxisSpec
Variable(std::vector< double > edges, std::optional< AxisBoundaryType > boundaryType=std::nullopt, std::optional< AxisDirection > direction=std::nullopt)Acts::AxisSpecstatic
withDirection(AxisDirection direction) constActs::AxisSpec