Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.24
master
v6.36
v6.34
v6.32
v6.30
v6.28
v6.26
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
hsimpleProxy.C
Go to the documentation of this file.
1
/// \file
2
/// \ingroup tutorial_tree
3
/// \notebook -nodraw
4
///
5
/// To use this file, generate hsimple.root:
6
/// ~~~ {.cpp}
7
/// root.exe -b -l -q hsimple.C
8
/// ~~~
9
/// and do
10
/// ~~~ {.cpp}
11
/// TFile *file = TFile::Open("hsimple.root");
12
/// TTree *ntuple ; file->GetObject("ntuple",ntuple);
13
/// ntuple->Draw("hsimpleProxy.C+");
14
/// ~~~
15
///
16
/// \macro_code
17
///
18
/// \author Rene Brun
19
20
double
hsimpleProxy() {
21
return
px;
22
}
tutorials
tree
hsimpleProxy.C
ROOT v6-24 - Reference Guide Generated on Tue Aug 22 2023 03:07:00 (GVA Time) using Doxygen 1.9.8