AlbertoPdRF / root-file-viewer

View ROOT files directly in VS Code!
https://marketplace.visualstudio.com/items?itemName=albertopdrf.root-file-viewer
MIT License
47 stars 5 forks source link

More TTree::Draw options support #35

Open RalfKliemt opened 2 months ago

RalfKliemt commented 2 months ago

Hi,

It would be great to have more of the functionality of TTree::Draw() accessible in the viewer. Histogram dimensions (bins, min, max) as well as cut expressions are extremely valuable.

Cheers!