![]() |
Diana Software
|
Go to the source code of this file.
Classes | |
| struct | arg_t |
Functions | |
| struct arg_t * | Cmdline (int, char **) |
| void | usage (char *) |
| void | free_args (struct arg_t *) |
| struct arg_t * | Cmdline (int argc, char *argv[]) |
| std::string | RemoveDuplicates (const std::string &input, char d) |
| std::vector< std::string > | GetTrees (TFile *file) |
| void | ParseDirAndFileName (const std::string &iinput, std::string &dir, std::string &file) |
| int | main (int argc, char *argv[]) |
| struct arg_t * Cmdline | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void free_args | ( | struct arg_t * | my_args | ) |
| std::vector< std::string > GetTrees | ( | TFile * | file | ) |
Definition at line 542 of file diana-rootfilehandler.cxx.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 90 of file diana-rootfilehandler.cxx.
References arg_t::a, ap, arg_t::b, arg_t::c, arg_t::C, Cmdline(), dm, err, QGlobalDataManager::Get(), QBaseTree::GetSoftwareRevision(), GetTrees(), QBaseTree::GetVersionTag(), arg_t::l, optind, arg_t::optind, ParseDirAndFileName(), QERR_SUCCESS, QTREE_NAME, arg_t::r, QFileList::Read(), arg_t::S, QFrameWorkConfig::SaveAllFiles(), QFrameWorkConfig::SaveAllSequences(), QStringHandler::Split(), arg_t::t, usage(), and arg_t::v.
| void ParseDirAndFileName | ( | const std::string & | iinput, |
| std::string & | dir, | ||
| std::string & | file | ||
| ) |
Definition at line 58 of file diana-rootfilehandler.cxx.
References RemoveDuplicates().
Referenced by main().
| std::string RemoveDuplicates | ( | const std::string & | input, |
| char | d | ||
| ) |
Definition at line 74 of file diana-rootfilehandler.cxx.
Referenced by ParseDirAndFileName().
| void usage | ( | char * | executable | ) |
Definition at line 367 of file diana-rootfilehandler.cxx.