ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hsimpleProxy.C
Go to the documentation of this file.
1 // To use this file, generate hsimple.root:
2 // root.exe -b -l -q hsimple.C
3 // and do
4 // TFile *file = TFile::Open("hsimple.root");
5 // TTree *ntuple ; file->GetObject("ntuple",ntuple);
6 // ntuple->Draw("hsimpleProxy.C+");
7 //
8 double hsimpleProxy() {
9  return px;
10 }
double hsimpleProxy()
Definition: hsimpleProxy.C:8
Float_t px
Definition: hprod.C:33