#include <ROOT/RLogger.hxx>#include "logging.hxx"#include "optparse.hxx"#include "RootObjTree.hxx"#include "RootObjTree.cxx"#include <TClass.h>#include <TError.h>#include <TFile.h>#include <TROOT.h>#include <TSystem.h>#include <TTree.h>#include <algorithm>#include <iostream>#include <memory>#include <string_view>#include <vector>Classes | |
| struct | RootCpArgs |
Functions | |
| static void | CopyNode (const RootSource &src, const RootCpDestination &dest, NodeIdx_t nodeIdx, const RootCpArgs &args) |
| static std::pair< std::string_view, std::string_view > | DecomposePath (std::string_view path) |
| int | main (int argc, char **argv) |
| static std::unique_ptr< TFile > | OpenFile (const char *fileName, const char *mode) |
| static RootCpArgs | ParseArgs (const char **args, int nArgs) |
Variables | |
| static const char *const | kLongHelp |
| static const char *const | kShortHelp |
Command line tool to copy objects from ROOT files to others.
Definition in file rootcp.cxx.
|
static |
Definition at line 178 of file rootcp.cxx.
|
static |
Definition at line 165 of file rootcp.cxx.
Definition at line 307 of file rootcp.cxx.
Definition at line 140 of file rootcp.cxx.
|
static |
Definition at line 92 of file rootcp.cxx.
Definition at line 31 of file rootcp.cxx.
Definition at line 29 of file rootcp.cxx.