15   dir.ReplaceAll(
"/./",
"/");
 
   18   TH1F *
h1 = 
new TH1F(
"h1",
"x distribution",100,-4,4);
 
   19   TTree *T = 
new TTree(
"ntuple",
"data from ascii file");
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
 
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
 
1-D histogram with a float per channel (see TH1 documentation)
 
A TTree represents a columnar dataset.