YODA::ZAxisMixin< Derived, EdgeT > Struct Template Reference CRTP mixin introducing convenience aliases along Z axis. More...
Detailed Descriptiontemplate<class Derived, typename EdgeT = double> struct YODA::ZAxisMixin< Derived, EdgeT > CRTP mixin introducing convenience aliases along Z axis. Definition at line 198 of file BinnedUtils.h. Member Function Documentation◆ numBinsZ()
template<class Derived , typename EdgeT = double>
Number of bins along the Z axis. Definition at line 204 of file BinnedUtils.h. 204 {
205 return static_cast<const Derived*>(this)->numBinsAt(2, includeOverflows);
206 }
◆ rebinZ() [1/2]
template<class Derived , typename EdgeT = double>
Definition at line 242 of file BinnedUtils.h. 242 {
243 static_cast<Derived*>(this)->template rebinTo<2>(newedges);
244 }
◆ rebinZ() [2/2]
template<class Derived , typename EdgeT = double>
Definition at line 238 of file BinnedUtils.h. 238 {
239 static_cast<Derived*>(this)->template rebinBy<2>(n, begin, end);
240 }
◆ rebinZBy()
template<class Derived , typename EdgeT = double>
Definition at line 230 of file BinnedUtils.h. 230 {
231 static_cast<Derived*>(this)->template rebinBy<2>(n, begin, end);
232 }
◆ rebinZTo()
template<class Derived , typename EdgeT = double>
Definition at line 234 of file BinnedUtils.h. 234 {
235 static_cast<Derived*>(this)->template rebinTo<2>(newedges);
236 }
◆ zEdges()
template<class Derived , typename EdgeT = double>
All bin edges on Z axis. +-inf edges are included. Definition at line 217 of file BinnedUtils.h. 217 {
218 return static_cast<const Derived*>(this)->template edges<2>(includeOverflows);
219 }
◆ zMax()
template<class Derived , typename EdgeT = double>
template<class T = EdgeT>
High edge of second histo's axis. Definition at line 214 of file BinnedUtils.h. 214{ return static_cast<const Derived*>(this)->template max<2>(); }
◆ zMin()
template<class Derived , typename EdgeT = double>
template<class T = EdgeT>
Low edge of second histo's axis. Definition at line 210 of file BinnedUtils.h. 210{ return static_cast<const Derived*>(this)->template min<2>(); }
◆ zWidths()
template<class Derived , typename EdgeT = double>
template<class T = EdgeT>
All widths on Z axis.
Definition at line 226 of file BinnedUtils.h. 226 {
227 return static_cast<const Derived*>(this)->template widths<2>(includeOverflows);
228 }
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 |