Project
Loading...
Searching...
No Matches
TreeMergerTool.cxx File Reference
#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[])
 

Function Documentation

◆ checkFiles()

bool checkFiles ( std::vector< std::string > const &  filenames,
std::string const &  treename 
)

Definition at line 85 of file TreeMergerTool.cxx.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 248 of file TreeMergerTool.cxx.

◆ merge()

void merge ( Options const &  options)

Definition at line 162 of file TreeMergerTool.cxx.

◆ parseOptions()

bool parseOptions ( int  argc,
char argv[],
Options optvalues 
)

Definition at line 43 of file TreeMergerTool.cxx.