ROOT
v6-36
Reference Guide
Loading...
Searching...
No Matches
hsimpleProxy.C
Go to the documentation of this file.
1
/// \file
2
/// \ingroup tutorial_tree
3
/// \notebook -nodraw
4
/// Used by hsimpleProxyDriver.C.
5
///
6
/// To use this file, generate hsimple.root:
7
/// ~~~ {.cpp}
8
/// root.exe -b -l -q hsimple.C
9
/// ~~~
10
/// and do
11
/// ~~~ {.cpp}
12
/// TFile *file = TFile::Open("hsimple.root");
13
/// TTree *ntuple ; file->GetObject("ntuple",ntuple);
14
/// ntuple->Draw("hsimpleProxy.C+");
15
/// ~~~
16
///
17
/// \macro_code
18
///
19
/// \author Rene Brun
20
21
double
hsimpleProxy
() {
22
return
px;
23
}
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
tutorials
io
tree
hsimpleProxy.C
ROOT v6-36 - Reference Guide Generated on Thu Aug 21 2025 04:30:47 (GVA Time) using Doxygen 1.10.0