Dear experts,
I’m new to using JSROOT. I was wondering if there is a way to draw a TH1, from a TBranch of a TTree, by applying a selection directly from the web interface, without modifying the JavaScript code.
For instance, by opening this sample file:
https://root.cern.ch/js/latest/api.htm#url_syntax_open_file
I would like to display the following histogram:
ntuple->Draw(“px”, “py>0”)
Thank you in advance for your assistance.
Best regards,
Marco