23   auto h1 = 
new TH2F(
"h1", 
"h1", 20, 0, 6, 20, -4, 4);
 
   26   auto h4 = 
new TH2F(
"h4", 
"h4", 20, 0, 6, 20, -4, 4);
 
   27   auto h5 = 
new TH2F(
"h5", 
"h5", 20, 0, 6, 20, -4, 4);
 
   32   auto hs = 
new THStack(
"hs", 
"Test of palette colored lego stack");
 
   38   hs->Draw(
"0lego1 PFC");
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
R__EXTERN TStyle * gStyle
 
2-D histogram with a float per channel (see TH1 documentation)
 
The Histogram stack class.
 
void SetPalette(Int_t ncolors=kBird, Int_t *colors=nullptr, Float_t alpha=1.)
See TColor::SetPalette.