How to open TBrowser on remote machine

Since now ROOT defaults to web-page based TBrowser, is it possible to launch it remotely and port foward to see the .root file contents on the remote machine without X? I get error “TBrowser::TBrowser:0: RuntimeWarning: The ROOT browser cannot run in batch mode” but how do I specify non-batch mode?

ROOT Version: 6.26/02
_Platform: Linux
_Compiler:gcc


Hi,

See here: ROOT 7 - ROOT

If you need to run in batch mode, just use RBrowser class directly.

Regards,
Sergey

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.