27   delete gROOT->GetListOfFiles()->FindObject(
"hsimple.root");
 
   28   delete gROOT->GetListOfCanvases()->FindObject(
"c1");
 
   35   dir.Append(
"/hsimple.C");
 
   36   dir.ReplaceAll(
"/./",
"/");
 
   44   TPad *
pad1 = 
new TPad(
"pad1",
"This is pad1",0.02,0.52,0.48,0.98,21);
 
   45   TPad *
pad2 = 
new TPad(
"pad2",
"This is pad2",0.52,0.52,0.98,0.98,21);
 
   46   TPad *
pad3 = 
new TPad(
"pad3",
"This is pad3",0.02,0.02,0.48,0.48,21);
 
   47   TPad *
pad4 = 
new TPad(
"pad4",
"This is pad4",0.52,0.02,0.98,0.48,1);
 
   64   ntuple->SetFillStyle(1001);
 
   66   ntuple->Draw(
"3*px+2",
"px**2+py**2>1");
 
   68   ntuple->Draw(
"2*px+2",
"pz>2",
"same");
 
   70   ntuple->Draw(
"1.3*px+2",
"(px^2+py^2>4) && py>0",
"same");
 
   78   ntuple->Draw(
"pz:px>>hprofs",
"",
"goffprofs");
 
   81   hprofs->SetMarkerSize(0.7);
 
   82   hprofs->SetMarkerStyle(21);
 
   86   fpol2->SetLineWidth(4);
 
   87   fpol2->SetLineColor(2);
 
   92   pad3->GetFrame()->SetBorderSize(8);
 
   94   ntuple->Draw(
"py:px",
"pz>1");
 
   96   ntuple->Draw(
"py:px",
"pz<1",
"same");
 
  100   ntuple->Draw(
"pz:py:px",
"(pz<10 && pz>6)+(pz<4 && pz>3)");
 
  101   ntuple->SetMarkerColor(4);
 
  102   ntuple->Draw(
"pz:py:px",
"pz<6 && pz>4",
"same");
 
  103   ntuple->SetMarkerColor(5);
 
  104   ntuple->Draw(
"pz:py:px",
"pz<4 && pz>3",
"same");
 
  106   l4->SetFillColor(42);
 
  107   l4->SetTextAlign(12);
 
  108   l4->AddText(
"You can interactively rotate this view in 2 ways:");
 
  109   l4->AddText(
"  - With the RotateCube in clicking in this pad");
 
  110   l4->AddText(
"  - Selecting View with x3d in the View menu");
 
R__EXTERN TBenchmark * gBenchmark
 
R__EXTERN TStyle * gStyle
 
Int_t GetBench(const char *name) const
Returns index of Benchmark name.
 
virtual void Start(const char *name)
Starts Benchmark with the specified name.
 
virtual void Show(const char *name)
Stops Benchmark name and Prints results.
 
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
 
A simple TTree restricted to a list of float variables only.
 
The most important graphics class in the ROOT system.
 
A Pave (see TPave) with text, lines or/and boxes inside.
 
void SetStatH(Float_t h=0.1)
 
void SetStatColor(Color_t color=19)
 
void SetStatW(Float_t w=0.19)