TSpider example.
void spider() {
printf("Please run <ROOT location>/tutorials/hsimple.C before.");
return;
}
TString varexp =
"px:py:pz:random:sin(px):log(px/py):log(pz)";
TString selection =
"px>0 && py>0 && pz>0";
}
- Author
- Bastien Dallapiazza
Definition in file spider.C.