Logo ROOT   6.14/05
Reference Guide
hsimpleProxy.C File Reference

Detailed Description

View in nbviewer Open in SWAN

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.