Skip to content

Commit babaed0

Browse files
committed
Build with RooEllipse support
1 parent 86d8741 commit babaed0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build/jsroot.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const version_id = 'dev',
1212

1313
/** @summary version date
1414
* @desc Release date in format day/month/year like '14/04/2022' */
15-
version_date = '17/01/2025',
15+
version_date = '22/01/2025',
1616

1717
/** @summary version id and date
1818
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
@@ -142993,6 +142993,7 @@ drawFuncs = { lst: [
142993142993
{ name: clTCutG, sameas: clTGraph },
142994142994
{ name: /^RooHist/, sameas: clTGraph },
142995142995
{ name: /^RooCurve/, sameas: clTGraph },
142996+
{ name: /^RooEllipse/, sameas: clTGraph },
142996142997
{ name: 'TScatter', icon: 'img_graph', class: () => Promise.resolve().then(function () { return TScatterPainter$1; }).then(h => h.TScatterPainter), opt: ';A' },
142997142998
{ name: 'RooPlot', icon: 'img_canvas', func: drawRooPlot },
142998142999
{ name: 'TRatioPlot', icon: 'img_mgraph', class: () => Promise.resolve().then(function () { return TRatioPlotPainter$1; }).then(h => h.TRatioPlotPainter), opt: '' },

modules/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const version_id = 'dev',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */
7-
version_date = '17/01/2025',
7+
version_date = '22/01/2025',
88

99
/** @summary version id and date
1010
* @desc Produced by concatenation of {@link version_id} and {@link version_date}

0 commit comments

Comments
 (0)