![]() |
Project
|
#include <TTree.h>#include <TFile.h>#include <boost/program_options.hpp>#include <set>#include <vector>#include <iostream>Go to the source code of this file.
Classes | |
| struct | Options |
| class | MyTTreeHelper |
Functions | |
| bool | parseOptions (int argc, char *argv[], Options &optvalues) |
| bool | checkFiles (std::vector< std::string > const &filenames, std::string const &treename) |
| void | merge (Options const &options) |
| int | main (int argc, char *argv[]) |
| bool checkFiles | ( | std::vector< std::string > const & | filenames, |
| std::string const & | treename | ||
| ) |
Definition at line 85 of file TreeMergerTool.cxx.
Definition at line 248 of file TreeMergerTool.cxx.
Definition at line 162 of file TreeMergerTool.cxx.
Definition at line 43 of file TreeMergerTool.cxx.