Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
HistoModels.hxx File Reference
#include <TString.h>
#include <memory>
Include dependency graph for HistoModels.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::RDF::TH1DModel
 A struct which stores the parameters of a TH1D. More...
 
class  ROOT::RDF::TH2DModel
 A struct which stores the parameters of a TH2D. More...
 
class  ROOT::RDF::TH3DModel
 A struct which stores the parameters of a TH3D. More...
 
class  ROOT::RDF::THnDModel
 A struct which stores the parameters of a THnD. More...
 
class  ROOT::RDF::TProfile1DModel
 A struct which stores the parameters of a TProfile. More...
 
class  ROOT::RDF::TProfile2DModel
 A struct which stores the parameters of a TProfile2D. More...
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::RDF
 

Typedefs

using THnD = THnT< double >
 

Typedef Documentation

◆ THnD

using THnD = THnT<double>

Definition at line 22 of file HistoModels.hxx.