Skip to content

Commit 0a93aee

Browse files
committed
Fix - support RooEllipse
1 parent aeda010 commit 0a93aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/draw.mjs

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

0 commit comments

Comments
 (0)