#include <ROOT/RLogger.hxx>#include "logging.hxx"#include "optparse.hxx"#include <TRint.h>#include <TBrowser.h>#include <TError.h>#include <TFile.h>#include <TGFrame.h>#include <TROOT.h>#include <TSystem.h>#include <chrono>#include <cstring>#include <iostream>#include <memory>#include <thread>#include <string_view>Classes | |
| struct | RootBrowseArgs |
Functions | |
| int | main (int argc, char **argv) |
| static RootBrowseArgs | ParseArgs (const char **args, int nArgs) |
Variables | |
| static const char *const | kLongHelp |
| static const char *const | kShortHelp = "usage: rootbrowse [-w WEB|-wf] <file.root>\n" |
| Command line tool to open a ROOT file on a TBrowser. | |
Definition at line 93 of file rootbrowse.cxx.
|
static |
Definition at line 59 of file rootbrowse.cxx.
Definition at line 28 of file rootbrowse.cxx.
Command line tool to open a ROOT file on a TBrowser.
Definition at line 27 of file rootbrowse.cxx.