- Dec 05, 2016
-
-
Olivier Couet authored
-
Olivier Couet authored
* Rearragement of TCandle-code - split into calculate and paint * Implementation for a "raw-data candle" inside TCandle - to be used from TTreeViewer in the future * Implementation of 1D histograms along each candle (left, right and violin) - to be used for violin-charts * Implementation of a zero indicator line for TCandle - to be used for violin-charts * Reimplementation if THistPainter draw option VIOLIN * Implementations of presets and individual options for VIOLIN-charts * Implementation of VIOLIN-charts in THStack - can be combined with CANDLE * Update of the docs (THistPainter and THStack) * New tutorials
-
Sergey Linev authored
Signed-off-by:
Bertrand Bellenot <bertrand.bellenot@cern.ch>
-
- Nov 29, 2016
-
-
Olivier Couet authored
-
Pere Mato Vila authored
-
- Nov 25, 2016
-
-
Olivier Couet authored
-
- Nov 24, 2016
-
-
Olivier Couet authored
-
- Nov 23, 2016
-
-
Olivier Couet authored
More work was needed to: - Create the index.md file - Make the source files are Doxygen Compliant (formatting, Math formulae) - Spell check
-
- Nov 18, 2016
-
-
Olivier Couet authored
histograms or graphs are painted in the same canvas thanks to the option "SAME" via a `THStack` or `TMultigraph` it might be useful to have an easy and automatic way to choose their color. The simplest way is to pick colors in the current active color palette. Palette coloring for histogram is activated thanks to the options `PFC` (Palette Fill Color), `PLC` (Palette Line Color) and `AMC` (Palette Marker Color). When one of these options is given to `TH1::Draw` the histogram get its color from the current color palette defined by `gStyle->SetPalette(…)`. The color is determined according to the number of objects having palette coloring in the current pad.
-
- Nov 02, 2016
-
-
Lorenzo Moneta authored
-
- Nov 01, 2016
-
-
Pere Mato Vila authored
-
- Oct 31, 2016
-
-
Lorenzo Moneta authored
-
Paul Seyfert authored
-
Paul Seyfert authored
-
Paul Seyfert authored
-
Simon Pfreundschuh authored
-
Stefan Wunsch authored
-
- Oct 24, 2016
-
-
Bertrand Bellenot authored
-
- Oct 20, 2016
-
-
Gerardo Ganis authored
-
- Oct 14, 2016
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Stefan Wunsch authored
-
- Oct 13, 2016
-
-
Olivier Couet authored
-
- Oct 12, 2016
-
-
Olivier Couet authored
-
- Oct 07, 2016
-
-
Fons Rademakers authored
-
- Oct 06, 2016
-
-
Danilo Piparo authored
-
- Oct 04, 2016
-
-
Danilo Piparo authored
-
Xavier Valls Pla authored
-
- Oct 03, 2016
-
-
Danilo Piparo authored
-
- Sep 30, 2016
-
-
Olivier Couet authored
-
Enric Tejedor Saavedra authored
(cherry picked from 85f38d54)
-
Danilo Piparo authored
-
Olivier Couet authored
-
Olivier Couet authored
- TSpectrum.cxx now refers to the new examples. - Remove useless pictures.
-
- Sep 29, 2016
-
-
Olivier Couet authored
-
Enric Tejedor Saavedra authored
-
- Sep 28, 2016
-
-
Olivier Couet authored
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
Fix a bug in the definition of the range for a coefficient a1 in the Roofit tutorial and stressRooFit. The parameter was considered constant instead should have been varying. Need to update stressRooFit file since the fit now are different (parameter a1 is varying in the fit instead of being constant )
-
- Sep 27, 2016
-
-
Pere Mato Vila authored
-