From c9d347c0e9ddcb46462b77dcda703e956d8d8124 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Wed, 28 Jun 2017 14:50:31 +0200 Subject: [PATCH] Be more explicit about the type change, so people can ajust their code if needed. --- README/ReleaseNotes/v612/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README/ReleaseNotes/v612/index.md b/README/ReleaseNotes/v612/index.md index a26f0bb60a619..260c448d6ae7d 100644 --- a/README/ReleaseNotes/v612/index.md +++ b/README/ReleaseNotes/v612/index.md @@ -61,7 +61,7 @@ or will be set to the address of the histogram read from the file. - Resolved O(N^2) scaling problem in ```TTree::Draw()``` observed when a branch that contains a large TClonesArray where each element contains another small vector container. -- `TTree::Draw()` now creates double precision histograms by default; this can be configured in etc/system.rootrc / .rootrc as `Hist.Precision.1D` (or `2D` or `3D`). +- `TTree::Draw()` now creates double precision histograms (TH1D, TH2D, TH3D) by default (instead of TH1F etc); this can be configured in etc/system.rootrc / .rootrc as `Hist.Precision.1D` (or `2D` or `3D`). ## Histogram Libraries