yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
BinnedAxis.h File Reference
#include "YODA/Utils/BinEstimators.h"
#include "YODA/Utils/BinningUtils.h"
#include "YODA/Utils/MathUtils.h"
#include "YODA/Utils/MetaUtils.h"
#include <cmath>
#include <cstdlib>
#include <limits>
#include <memory>
#include <algorithm>
#include <set>
#include <string>
#include <stdexcept>
#include <type_traits>
#include <vector>
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Classes

struct  YODA::YODAConcepts::AxisImpl< T >
 Axis concept. More...
 
class  YODA::Axis< T, typename >
 Discrete axis with edges of non-floating-point-type. More...
 
class  YODA::Axis< T, isCAxis< T > >
 Continuous axis with floating-point-type edges. More...
 

Namespaces

namespace  YODA
 Anonymous namespace to limit visibility.
 
namespace  YODA::YODAConcepts
 

Variables

const size_t YODA::SEARCH_SIZElc = 16
 
const size_t YODA::BISECT_LINEAR_THRESHOLDlc = 32