18   double np_ph[
Nph]  = {353.4,300.2,254.3,215.2,181.0,151.3,125.2,102.7,
 
   19      83.3, 66.7, 52.5, 40.2, 30.2, 22.0};
 
   20   double nc_ph[
Nph]  = {3.890,3.734,3.592,3.453,3.342,3.247,3.151,3.047,
 
   21      2.965,2.858,2.701,2.599,2.486,2.328};
 
   22   double npe_ph[
Nph] = {10.068,9.004,8.086,7.304,6.620,6.026,5.504,5.054,
 
   23      4.666,4.334,4.050,3.804,3.604,3.440};
 
   24   double nce_ph[
Nph] = {0.235,0.217,0.210,0.206,0.213,0.223,0.239,0.260,
 
   25      0.283,0.318,0.356,0.405,0.465,0.545};
 
   28   double np_br[
Nbr]  = {357.0,306.0,239.0,168.0,114.0, 73.0};
 
   29   double nc_br[
Nbr]  = {3.501,3.275,3.155,3.060,3.053,3.014};
 
   30   double npe_br[
Nbr] = {8.000,11.000,10.000,9.000,9.000,8.000};
 
   31   double nce_br[
Nbr] = {0.318,0.311,0.306,0.319,0.370,0.429};
 
   74   frameNcUP->GetYaxis()->SetLabelOffset(0.005);
 
   75   frameNcUP->GetYaxis()->SetLabelSize(0.10);
 
   82   brUP->SetMarkerStyle(22);
 
   83   brUP->SetMarkerSize (2.0);
 
   86   phDN->SetMarkerStyle(23);
 
   87   phDN->SetMarkerSize (2);
 
  102   padNcDN->SetBottomMargin(0.30);
 
  105   frameNcDN->GetYaxis()->SetLabelOffset(0.005);
 
  106   frameNcDN->GetYaxis()->SetLabelSize(0.07);
 
  107   frameNcDN->GetXaxis()->SetLabelOffset(0.005);
 
  108   frameNcDN->GetXaxis()->SetLabelSize(0.07);
 
  115   brDN->SetMarkerStyle(23);
 
  116   brDN->SetMarkerSize (2.0);
 
  119   phUP->SetMarkerStyle(22);
 
  120   phUP->SetMarkerSize (2);
 
  124   t1.SetTextFont(12); 
t1.SetTextSize(0.0525);
 
  125   t1.DrawLatex(-5,0.6,
"Non-symmetric symbols should be used carefully in plotting." 
  126                        "These two graphs show how misleading");
 
  127   t1.DrawLatex(-5,0.4,
"a careless use of symbols can be. The two plots represent " 
  128                       "the same data sets but because of a bad");
 
  129   t1.DrawLatex(-5,0.2,
"symbol choice, the two plots on the top appear further apart " 
  130                       "than for the bottom example.");
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
R__EXTERN TStyle * gStyle
 
A TGraphErrors is a TGraph with error bars.
 
1-D histogram with a float per channel (see TH1 documentation)
 
To draw Mathematical Formula.
 
The most important graphics class in the ROOT system.
 
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...