26   TH2F *
ha = 
new TH2F(
"ha", 
"Aitoff", 180, -180, 180, 179, -89.5, 89.5);
 
   27   TH2F *
hm = 
new TH2F(
"hm", 
"Mercator", 180, -180, 180, 161, -80.5, 80.5);
 
   28   TH2F *
hs = 
new TH2F(
"hs", 
"Sinusoidal", 180, -180, 180, 181, -90.5, 90.5);
 
   29   TH2F *
hp = 
new TH2F(
"hp", 
"Parabolic", 180, -180, 180, 181, -90.5, 90.5);
 
   30   TH2F *
hw = 
new TH2F(
"hw", 
"Mollweide", 180, -180, 180, 181, -90.5, 90.5);
 
   33   dat.Append(
"/visualisation/graphics/earth.dat");
 
   34   dat.ReplaceAll(
"/./", 
"/");
 
   56   hs->Draw(
"sinusoidal");
 
   58   hp->Draw(
"parabolic");
 
   60   hw->Draw(
"mollweide");
 
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)
void SetOptTitle(Int_t tit=1)
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...