#include <ROOT/RDF/HistoModels.hxx>
#include <ROOT/TSeq.hxx>
#include <TProfile.h>
#include <TProfile2D.h>
#include <stddef.h>
#include <vector>
#include "TAxis.h"
#include "TH1.h"
#include "TH2.h"
#include "TH3.h"
#include "THn.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::RDF |
Functions | |
template<typename T > | |
void | FillVector (std::vector< double > &v, int size, T *a) |
template<> | |
void | FillVector< double > (std::vector< double > &v, int size, double *a) |
void | SetAxisProperties (const TAxis *axis, double &low, double &up, std::vector< double > &edges) |
Definition at line 51 of file RDFHistoModels.cxx.
Definition at line 59 of file RDFHistoModels.cxx.