A struct which stores the parameters of a TProfile. 
Definition at line 126 of file HistoModels.hxx.
 | 
|   | TProfile1DModel ()=default | 
|   | 
|   | TProfile1DModel (const ::TProfile &h) | 
|   | 
|   | TProfile1DModel (const char *name, const char *title, int nbinsx, const double *xbins, const char *option="") | 
|   | 
|   | TProfile1DModel (const char *name, const char *title, int nbinsx, const double *xbins, double ylow, double yup, const char *option="") | 
|   | 
|   | TProfile1DModel (const char *name, const char *title, int nbinsx, const float *xbins, const char *option="") | 
|   | 
|   | TProfile1DModel (const char *name, const char *title, int nbinsx, double xlow, double xup, const char *option="") | 
|   | 
|   | TProfile1DModel (const char *name, const char *title, int nbinsx, double xlow, double xup, double ylow, double yup, const char *option="") | 
|   | 
|   | TProfile1DModel (const TProfile1DModel &)=default | 
|   | 
|   | ~TProfile1DModel () | 
|   | 
| std::shared_ptr<::TProfile >  | GetProfile () const | 
|   | 
#include <ROOT/RDF/HistoModels.hxx>
◆ TProfile1DModel() [1/8]
  
  
      
        
          | ROOT::RDF::TProfile1DModel::TProfile1DModel  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ TProfile1DModel() [2/8]
◆ ~TProfile1DModel()
      
        
          | ROOT::RDF::TProfile1DModel::~TProfile1DModel  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ TProfile1DModel() [3/8]
◆ TProfile1DModel() [4/8]
◆ TProfile1DModel() [5/8]
◆ TProfile1DModel() [6/8]
      
        
          | ROOT::RDF::TProfile1DModel::TProfile1DModel  | 
          ( | 
          const char * |           name,  | 
        
        
           | 
           | 
          const char * |           title,  | 
        
        
           | 
           | 
          int |           nbinsx,  | 
        
        
           | 
           | 
          const float * |           xbins,  | 
        
        
           | 
           | 
          const char * |           option = "" ) | 
        
      
 
 
◆ TProfile1DModel() [7/8]
      
        
          | ROOT::RDF::TProfile1DModel::TProfile1DModel  | 
          ( | 
          const char * |           name,  | 
        
        
           | 
           | 
          const char * |           title,  | 
        
        
           | 
           | 
          int |           nbinsx,  | 
        
        
           | 
           | 
          const double * |           xbins,  | 
        
        
           | 
           | 
          const char * |           option = "" ) | 
        
      
 
 
◆ TProfile1DModel() [8/8]
◆ GetProfile()
      
        
          | std::shared_ptr<::TProfile > ROOT::RDF::TProfile1DModel::GetProfile  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ fBinXEdges
      
        
          | std::vector<double> ROOT::RDF::TProfile1DModel::fBinXEdges | 
        
      
 
 
◆ fName
      
        
          | TString ROOT::RDF::TProfile1DModel::fName | 
        
      
 
 
◆ fNbinsX
      
        
          | int ROOT::RDF::TProfile1DModel::fNbinsX = 128 | 
        
      
 
 
◆ fOption
      
        
          | TString ROOT::RDF::TProfile1DModel::fOption | 
        
      
 
 
◆ fTitle
      
        
          | TString ROOT::RDF::TProfile1DModel::fTitle | 
        
      
 
 
◆ fXLow
      
        
          | double ROOT::RDF::TProfile1DModel::fXLow = 0. | 
        
      
 
 
◆ fXUp
      
        
          | double ROOT::RDF::TProfile1DModel::fXUp = 64. | 
        
      
 
 
◆ fYLow
      
        
          | double ROOT::RDF::TProfile1DModel::fYLow = 0. | 
        
      
 
 
◆ fYUp
      
        
          | double ROOT::RDF::TProfile1DModel::fYUp = 0. | 
        
      
 
 
The documentation for this class was generated from the following files: