Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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
#define b(i)
Definition: RSha256.hxx:100
float * q
Definition: THbookFile.cxx:87
auto * l
Definition: textangle.C:4

and do

TFile *file = TFile::Open("hsimple.root");
TTree *ntuple ; file->GetObject("ntuple",ntuple);
ntuple->Draw("hsimpleProxy.C+");
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
Definition: TFile.h:53
static TFile * Open(const char *name, Option_t *option="", const char *ftitle="", Int_t compress=ROOT::RCompressionSetting::EDefaults::kUseCompiledDefault, Int_t netopt=0)
Create / open a file.
Definition: TFile.cxx:3942
A TTree represents a columnar dataset.
Definition: TTree.h:78
virtual void Draw(Option_t *opt)
Default Draw method for all objects.
Definition: TTree.h:426
Definition: file.py:1
double hsimpleProxy() {
return px;
}
Author
Rene Brun

Definition in file hsimpleProxy.C.