How do draw scale in histogram in version 6?

In ROOT 6, the TH1::Scale method automatically executes the TH1::Sumw2 method.

If you want the old ROOT 5 behaviour, try: h11->Scale(1.2, "nosw2");

@couet The “L” drawing option is broken for weighted histograms (in both ROOT versions).