Definition at line 18 of file Monitoring.h.
 
|  | 
|  | Monitoring () | 
|  | 
|  | ~Monitoring () | 
|  | 
| void | addPoint (std::string histoName, double x) | 
|  | 
| void | addPoint (std::string histoName, double x, double y) | 
|  | 
| void | clear (std::string histoName) | 
|  | 
| void | create (std::string histoName, int bins, double min, double max) | 
|  | 
| void | create (std::string histoName, int bins, double min, double max, int bins2, double min2, double max2) | 
|  | 
| bool | exists (std::string histoName) | 
|  | 
| bool | exists (TH1F *dummy, std::string histoName) | 
|  | 
| bool | exists (TH2F *dummy, std::string histoName) | 
|  | 
| TCanvas * | GetCanvas () | 
|  | 
| void | pads (int numPads) | 
|  | 
| void | plot (std::string histoName, std::string options="L", int pad=0, EColor color=kBlue) | 
|  | 
| void | ProcessEvents () | 
|  | 
| void | Start () | 
|  | 
|  | 
| TH1F * | getHistogram (const TH1F *dummy, std::string histoName, int bins=0, double min=0, double max=0) | 
|  | 
| TH2F * | getHistogram (const TH2F *dummy, std::string histoName, int bins=0, double min=0, double max=0, int bins2=0, double min2=0, double max2=0) | 
|  | 
#include <TMVA/Monitoring.h>
◆ Monitoring()
  
  | 
        
          | TMVA::Monitoring::Monitoring | ( |  | ) |  |  | inline | 
 
 
◆ ~Monitoring()
  
  | 
        
          | TMVA::Monitoring::~Monitoring | ( |  | ) |  |  | inline | 
 
 
◆ addPoint() [1/2]
  
  | 
        
          | void TMVA::Monitoring::addPoint | ( | std::string | histoName, |  
          |  |  | double | x |  
          |  | ) |  |  |  | inline | 
 
 
◆ addPoint() [2/2]
  
  | 
        
          | void TMVA::Monitoring::addPoint | ( | std::string | histoName, |  
          |  |  | double | x, |  
          |  |  | double | y |  
          |  | ) |  |  |  | inline | 
 
 
◆ clear()
  
  | 
        
          | void TMVA::Monitoring::clear | ( | std::string | histoName | ) |  |  | inline | 
 
 
◆ create() [1/2]
  
  | 
        
          | void TMVA::Monitoring::create | ( | std::string | histoName, |  
          |  |  | int | bins, |  
          |  |  | double | min, |  
          |  |  | double | max |  
          |  | ) |  |  |  | inline | 
 
 
◆ create() [2/2]
◆ exists() [1/3]
  
  | 
        
          | bool TMVA::Monitoring::exists | ( | std::string | histoName | ) |  |  | inline | 
 
 
◆ exists() [2/3]
  
  | 
        
          | bool TMVA::Monitoring::exists | ( | TH1F * | dummy, |  
          |  |  | std::string | histoName |  
          |  | ) |  |  |  | inline | 
 
 
◆ exists() [3/3]
  
  | 
        
          | bool TMVA::Monitoring::exists | ( | TH2F * | dummy, |  
          |  |  | std::string | histoName |  
          |  | ) |  |  |  | inline | 
 
 
◆ GetCanvas()
  
  | 
        
          | TCanvas * TMVA::Monitoring::GetCanvas | ( |  | ) |  |  | inline | 
 
 
◆ getHistogram() [1/2]
  
  | 
        
          | TH1F * TMVA::Monitoring::getHistogram | ( | const TH1F * | dummy, |  
          |  |  | std::string | histoName, |  
          |  |  | int | bins = 0, |  
          |  |  | double | min = 0, |  
          |  |  | double | max = 0 |  
          |  | ) |  |  |  | inlineprotected | 
 
 
◆ getHistogram() [2/2]
◆ pads()
  
  | 
        
          | void TMVA::Monitoring::pads | ( | int | numPads | ) |  |  | inline | 
 
 
◆ plot()
  
  | 
        
          | void TMVA::Monitoring::plot | ( | std::string | histoName, |  
          |  |  | std::string | options = "L", |  
          |  |  | int | pad = 0, |  
          |  |  | EColor | color = kBlue |  
          |  | ) |  |  |  | inline | 
 
 
◆ ProcessEvents()
  
  | 
        
          | void TMVA::Monitoring::ProcessEvents | ( |  | ) |  |  | inline | 
 
 
◆ Start()
  
  | 
        
          | void TMVA::Monitoring::Start | ( |  | ) |  |  | inline | 
 
 
◆ fCanvas
◆ m_histos1D
  
  | 
        
          | std::map<std::string, TH1F*> TMVA::Monitoring::m_histos1D |  | private | 
 
 
◆ m_histos2D
  
  | 
        
          | std::map<std::string, TH2F*> TMVA::Monitoring::m_histos2D |  | private | 
 
 
The documentation for this class was generated from the following file: