|
ACTS
Experiment-independent tracking
|
This is the complete list of members for Acts::AxisSpec, including all inherited members.
| asDeferredVariable() const | Acts::AxisSpec | |
| asEquidistant() const | Acts::AxisSpec | |
| asVariable() const | Acts::AxisSpec | |
| boundaryType() const | Acts::AxisSpec | |
| buildAxis(const Options &options={}) const | Acts::AxisSpec | |
| DeferredEquidistant(std::size_t nBins, std::optional< AxisDirection > direction=std::nullopt) | Acts::AxisSpec | static |
| DeferredVariable(std::vector< double > normalizedEdges, std::optional< AxisBoundaryType > boundaryType=std::nullopt, std::optional< AxisDirection > direction=std::nullopt) | Acts::AxisSpec | static |
| direction() const | Acts::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::AxisSpec | static |
| FromAxis(const IAxis &axis) | Acts::AxisSpec | static |
| isDeferred() const | Acts::AxisSpec | |
| isDeferredVariable() const | Acts::AxisSpec | |
| isEquidistant() const | Acts::AxisSpec | |
| isVariable() const | Acts::AxisSpec | |
| nBins() const | Acts::AxisSpec | |
| operator<<(std::ostream &os, const AxisSpec &axisSpec) | Acts::AxisSpec | friend |
| operator==(const AxisSpec &lhs, const AxisSpec &rhs)=default | Acts::AxisSpec | friend |
| Options typedef | Acts::AxisSpec | |
| toDeferred() const | Acts::AxisSpec | |
| toString() const | Acts::AxisSpec | |
| Variable(std::vector< double > edges, std::optional< AxisBoundaryType > boundaryType=std::nullopt, std::optional< AxisDirection > direction=std::nullopt) | Acts::AxisSpec | static |
| withDirection(AxisDirection direction) const | Acts::AxisSpec |