Demo for quantiles. 
  
 
   TH1F *
h = 
new TH1F(
"h",
"demo quantiles",50,-3,3);
 
 
      h->FillRandom(
"gaus",50);
 
   }
 
   
 
   
 
   
   gr98->SetMarkerStyle(22);
 
   gr90->SetMarkerStyle(21);
 
   gr70->SetMarkerStyle(20);
 
   
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
virtual void SetMarkerColor(Color_t mcolor=1)
Set the marker color.
 
virtual void SetMarkerStyle(Style_t mstyle=1)
Set the marker style.
 
virtual void SetMarkerSize(Size_t msize=1)
Set the marker size.
 
A TGraph is an object made of two arrays X and Y with npoints each.
 
void Draw(Option_t *chopt="") override
Draw this graph with its current attributes.
 
void SetTitle(const char *title="") override
Change (i.e.
 
1-D histogram with a float per channel (see TH1 documentation)
 
This class displays a legend box (TPaveText) containing several legend entries.
 
- Authors
 - Rene Brun, Eddy Offermann 
 
Definition in file quantiles.C.