YODA::YBinMixin< Derived, EdgeT > Struct Template Reference CRTP mixin introducing convenience aliases along Y axis. More...
Detailed Descriptiontemplate<class Derived, typename EdgeT = double> struct YODA::YBinMixin< Derived, EdgeT > CRTP mixin introducing convenience aliases along Y axis. Definition at line 70 of file BinUtils.h. Member Function Documentation◆ yEdge()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin edge along Y axis.
Definition at line 111 of file BinUtils.h. 111 {
112 return static_cast<const Derived*>(this)->template edge<1>();
113 }
◆ yMax()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Upper bin edge along Y axis.
Definition at line 79 of file BinUtils.h. 79 {
80 return static_cast<const Derived*>(this)->template max<1>();
81 }
◆ yMid()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin centre along Y axis.
Definition at line 95 of file BinUtils.h. 95 {
96 return static_cast<const Derived*>(this)->template mid<1>();
97 }
◆ yMin()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Lower bin edge along Y axis.
Definition at line 87 of file BinUtils.h. 87 {
88 return static_cast<const Derived*>(this)->template min<1>();
89 }
◆ yWidth()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin width along Y axis.
Definition at line 103 of file BinUtils.h. 103 {
104 return static_cast<const Derived*>(this)->template width<1>();
105 }
The documentation for this struct was generated from the following file:
Generated on Mon Oct 28 2024 13:47:24 for YODA - Yet more Objects for Data Analysis by 1.9.8 |