Skip to content

Commit d1803b1

Browse files
committed
Fix - support RooEllipse
1 parent 7af7685 commit d1803b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/draw.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ drawFuncs = { lst: [
8484
{ name: clTCutG, sameas: clTGraph },
8585
{ name: /^RooHist/, sameas: clTGraph },
8686
{ name: /^RooCurve/, sameas: clTGraph },
87+
{ name: /^RooEllipse/, sameas: clTGraph },
8788
{ name: 'TScatter', icon: 'img_graph', class: () => import('./hist2d/TScatterPainter.mjs').then(h => h.TScatterPainter), opt: ';A' },
8889
{ name: 'RooPlot', icon: 'img_canvas', func: drawRooPlot },
8990
{ name: 'TRatioPlot', icon: 'img_mgraph', class: () => import('./draw/TRatioPlotPainter.mjs').then(h => h.TRatioPlotPainter), opt: '' },

0 commit comments

Comments
 (0)