{ h = new TH1F("h","title",10,0.,20.); h -> Fill(2.8); h -> Fill(12.5,3); h -> Draw(); c1 -> Print("test.png"); }