20   std::string 
inputFile = std::string(
gROOT->GetTutorialDir()) + 
"/machine_learning/data/tmva_class_example.root";
 
   32   TH1F h1(
"h1", 
";x_{4};N_{Events}", 20, -4, 4);
 
   33   h2(
"h2", 
";x_{4};N_{Events}", 20, -4, 4);
 
   34   for (std::size_t i = 0; i < 
x.GetShape()[0]; i++) {
 
   44   auto c = 
new TCanvas(
"", 
"", 800, 800);
 
   50   legend.AddEntry(
"h1", 
"Unscaled", 
"l");
 
   51   legend.AddEntry(
"h2", 
"Scaled", 
"l");
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
R__EXTERN TStyle * gStyle
 
ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree ,...
 
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
 
virtual void SetLineColor(Color_t lcolor)
Set the line color.
 
1-D histogram with a float per channel (see TH1 documentation)
 
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
 
void Draw(Option_t *option="") override
Draw this histogram with options.
 
This class displays a legend box (TPaveText) containing several legend entries.
 
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...