30 h =
new TH1F(
"Foo",
"Bar", 51, 0, 1);
31 for (
Int_t i = 0; i < 500; ++i)
37 h =
new TH1F(
"Fooes",
"Baros", 51, 0, 1);
38 for (
Int_t i = 0; i < 2000; ++i) {
45 h =
new TH1F(
"Fooesoto",
"Barosana", 51, 0, 1);
46 for (
Int_t i = 0; i < 4000; ++i) {
58 m->AddLine(
"{ g_hlt_canvas->Clear();"
59 " g_hlt_canvas->cd();"
60 " g_hlt_canvas->Update(); }");
61 m->SetName(
"Clear Canvas");
65 m->AddLine(
"{ g_hlt_canvas->Clear();"
66 " g_hlt_canvas->Divide(2,2);"
67 " g_hlt_canvas->cd(1);"
68 " g_hlt_canvas->Update(); }");
69 m->SetName(
"Split Canvas");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TEveManager * gEve
R__EXTERN TRandom * gRandom
TGFileBrowser * MakeFileBrowser(Bool_t make_default=kFALSE)
Create a file-browser.
TEveBrowser * GetBrowser() const
static TEveManager * Create(Bool_t map_window=kTRUE, Option_t *opt="FIV")
If global TEveManager* gEve is not set initialize it.
<div class="legacybox"><h2>Legacy Code</h2> TFolder is a legacy interface: there will be no bug fixes...
System file browser, used as TRootBrowser plug-in.
1-D histogram with a float per channel (see TH1 documentation)
Class supporting a collection of lines with C++ code.
virtual Double_t Gaus(Double_t mean=0, Double_t sigma=1)
Samples a random number from the standard Normal (Gaussian) Distribution with the given mean and sigm...
void StartEmbedding(Int_t pos=kRight, Int_t subpos=-1) override
Start embedding external frame in the tab "pos" and tab element "subpos".
void StopEmbedding(const char *name=nullptr) override