YODA::ZBinMixin< Derived, EdgeT > Struct Template Reference CRTP mixin introducing convenience aliases along Z axis. More...
Detailed Descriptiontemplate<class Derived, typename EdgeT = double> struct YODA::ZBinMixin< Derived, EdgeT > CRTP mixin introducing convenience aliases along Z axis. Definition at line 122 of file BinUtils.h. Member Function Documentation◆ zEdge()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin edge along Z axis.
Definition at line 161 of file BinUtils.h. 161 {
162 return static_cast<const Derived*>(this)->template edge<2>();
163 }
◆ zMax()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Upper bin edge along Z axis. Definition at line 129 of file BinUtils.h. 129 {
130 return static_cast<const Derived*>(this)->template max<2>();
131 }
◆ zMid()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin centre along Z axis.
Definition at line 145 of file BinUtils.h. 145 {
146 return static_cast<const Derived*>(this)->template mid<2>();
147 }
◆ zMin()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Lower bin edge along Z axis.
Definition at line 137 of file BinUtils.h. 137 {
138 return static_cast<const Derived*>(this)->template min<2>();
139 }
◆ zWidth()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin width along Z axis.
Definition at line 153 of file BinUtils.h. 153 {
154 return static_cast<const Derived*>(this)->template width<2>();
155 }
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 |