Hsimple Proxy


To use this file, generate hsimple.root:

root.exe -b -l -q hsimple.C

and do

TFile *file = TFile::Open("hsimple.root");
   TTree *ntuple ;  file->GetObject("ntuple",ntuple);
   ntuple->Draw("hsimpleProxy.C+");

Author: Rene Brun
This notebook tutorial was automatically generated with ROOTBOOK-izer (Beta) from the macro found in the ROOT repository on Tuesday, January 17, 2017 at 02:43 PM.


In [1]:
return px;



input_line_25:2:3: error: use of undeclared identifier 'px'
 (px)
  ^