YODA::YAxisMixin< Derived, EdgeT > Struct Template Reference CRTP mixin introducing convenience aliases along Y axis. More...
Detailed Descriptiontemplate<class Derived, typename EdgeT = double> struct YODA::YAxisMixin< Derived, EdgeT > CRTP mixin introducing convenience aliases along Y axis. Definition at line 109 of file BinnedUtils.h. Member Function Documentation◆ numBinsY()
template<class Derived , typename EdgeT = double>
Number of bins along the Y axis. Definition at line 115 of file BinnedUtils.h. 115 {
116 return static_cast<const Derived*>(this)->numBinsAt(1, includeOverflows);
117 }
◆ rebinY() [1/2]
template<class Derived , typename EdgeT = double>
Definition at line 153 of file BinnedUtils.h. 153 {
154 static_cast<Derived*>(this)->template rebinTo<1>(newedges);
155 }
◆ rebinY() [2/2]
template<class Derived , typename EdgeT = double>
Definition at line 149 of file BinnedUtils.h. 149 {
150 static_cast<Derived*>(this)->template rebinBy<1>(n, begin, end);
151 }
◆ rebinYBy()
template<class Derived , typename EdgeT = double>
Definition at line 141 of file BinnedUtils.h. 141 {
142 static_cast<Derived*>(this)->template rebinBy<1>(n, begin, end);
143 }
◆ rebinYTo()
template<class Derived , typename EdgeT = double>
Definition at line 145 of file BinnedUtils.h. 145 {
146 static_cast<Derived*>(this)->template rebinTo<1>(newedges);
147 }
◆ yEdges()
template<class Derived , typename EdgeT = double>
All bin edges on Y axis. +-inf edges are included. Definition at line 128 of file BinnedUtils.h. 128 {
129 return static_cast<const Derived*>(this)->template edges<1>(includeOverflows);
130 }
◆ yMax()
template<class Derived , typename EdgeT = double>
template<class T = EdgeT>
High edge of second histo's axis. Definition at line 125 of file BinnedUtils.h. 125{ return static_cast<const Derived*>(this)->template max<1>(); }
◆ yMin()
template<class Derived , typename EdgeT = double>
template<class T = EdgeT>
Low edge of second histo's axis. Definition at line 121 of file BinnedUtils.h. 121{ return static_cast<const Derived*>(this)->template min<1>(); }
◆ yWidths()
template<class Derived , typename EdgeT = double>
template<class T = EdgeT>
All widths on Y axis.
Definition at line 137 of file BinnedUtils.h. 137 {
138 return static_cast<const Derived*>(this)->template widths<1>(includeOverflows);
139 }
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 |