ROOT
6.10/09
Reference Guide
tutorials
tree
hsimpleProxy.C File Reference
Tutorials
»
Tree tutorials
Detailed Description
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+"
);
double
hsimpleProxy() {
return
px;
}
Author
Rene Brun
Definition in file
hsimpleProxy.C
.