17   TH2F *
hpxpy = 
new TH2F(
"hpxpy", 
"py vs px", 40, -4, 4, 40, -4, 4);
 
   20   for (
Int_t i = 0; i < 25000; i++) {
 
   33   h->GetXaxis()->SetLabelOffset(999);
 
   34   h->GetXaxis()->SetTickLength(0);
 
   39                                h->GetXaxis()->GetXmin(), 
h->GetXaxis()->GetXmax(), 510, 
"-");
 
   47   h->GetYaxis()->SetLabelOffset(999);
 
   48   h->GetYaxis()->SetTickLength(0);
 
   53                                h->GetYaxis()->GetXmin(), 
h->GetYaxis()->GetXmax(), 510, 
"+");
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
TH1 is the base class of all histogram classes in ROOT.
2-D histogram with a float per channel (see TH1 documentation)
This is the base class for the ROOT Random number generators.