Example showing how to customize a context menu for a class.
{
cl =
gROOT->GetClass(
"TH1F");
cl->MakeCustomMenuList();
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
- Author
- Ilka antcheva
Definition in file customTH1Fmenu.C.