#include "YODA/Utils/BinUtils.h"
#include "YODA/Utils/Traits.h"
#include <iostream>
Go to the source code of this file.
|
struct | YODA::ArithmeticWrapper< T > |
| Arithmetic wrapper to emulate inheritance from arithmetic types. More...
|
|
class | YODA::BinBase< T, BinningT > |
| Bin base class consisting of mix of histogram bin content and space characteristics of this bin (widths, min, max, mid, etc...) More...
|
|
class | YODA::Bin< N, T, BinningT > |
| generic Bin version that derives from BinBase More...
|
|
class | YODA::Bin< 1, T, BinningT > |
| CRTP specialisation in 1D. More...
|
|
class | YODA::Bin< 2, T, BinningT > |
| CRTP specialisation in 2D. More...
|
|
class | YODA::Bin< 3, T, BinningT > |
| CRTP specialisation in 3D. More...
|
|
|
namespace | YODA |
| Anonymous namespace to limit visibility.
|
|