Skip to content

Commit

Permalink
Be more explicit about the type change, so people can ajust their cod…
Browse files Browse the repository at this point in the history
…e if needed.
  • Loading branch information
Axel-Naumann committed Jun 28, 2017
1 parent 0ad637e commit c9d347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README/ReleaseNotes/v612/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c9d347c

Please sign in to comment.