TSpider example.
{
auto c1 =
new TCanvas(
"c1",
"TSpider example", 200, 10, 700, 700);
if (!
f ||
f->IsZombie()) {
printf(
"Please run <ROOT location>/tutorials/hsimple.C before.");
return;
}
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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.
A simple TTree restricted to a list of float variables only.
const char * Data() const
- Author
- Bastien Dallapiazza
Definition in file tree140_spider.C.