YODA::XBinMixin< Derived, EdgeT > Struct Template Reference CRTP mixin introducing convenience aliases along X axis. More...
Detailed Descriptiontemplate<class Derived, typename EdgeT = double> struct YODA::XBinMixin< Derived, EdgeT > CRTP mixin introducing convenience aliases along X axis. Definition at line 18 of file BinUtils.h. Member Function Documentation◆ xEdge()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin edge along X axis.
Definition at line 59 of file BinUtils.h. 59 {
60 return static_cast<const Derived*>(this)->template edge<0>();
61 }
◆ xMax()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Upper bin edge along X axis.
Definition at line 27 of file BinUtils.h. 27 {
28 return static_cast<const Derived*>(this)->template max<0>();
29 }
◆ xMid()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin centre along X axis.
Definition at line 43 of file BinUtils.h. 43 {
44 return static_cast<const Derived*>(this)->template mid<0>();
45 }
◆ xMin()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Lower bin edge along X axis.
Definition at line 35 of file BinUtils.h. 35 {
36 return static_cast<const Derived*>(this)->template min<0>();
37 }
◆ xWidth()
template<class Derived , typename EdgeT = double>
template<typename T = EdgeT>
Bin width along X axis.
Definition at line 51 of file BinUtils.h. 51 {
52 return static_cast<const Derived*>(this)->template width<0>();
53 }
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 |