Skip to content

Commit

Permalink
Fix - support RooEllipse
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jan 22, 2025
1 parent aeda010 commit 0a93aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/draw.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ drawFuncs = { lst: [
{ name: clTCutG, sameas: clTGraph },
{ name: /^RooHist/, sameas: clTGraph },
{ name: /^RooCurve/, sameas: clTGraph },
{ name: /^RooEllipse/, sameas: clTGraph },
{ name: 'TScatter', icon: 'img_graph', class: () => import('./hist2d/TScatterPainter.mjs').then(h => h.TScatterPainter), opt: ';A' },
{ name: 'RooPlot', icon: 'img_canvas', func: drawRooPlot },
{ name: 'TRatioPlot', icon: 'img_mgraph', class: () => import('./draw/TRatioPlotPainter.mjs').then(h => h.TRatioPlotPainter), opt: '' },
Expand Down

0 comments on commit 0a93aee

Please sign in to comment.