{ TH1* h = new TH1F("h","; something ; events/2",5,-5,5); h->FillRandom("gaus",30000); h->Draw(); }