#include <RootCoreUtils/hadd.h>
#include <sstream>
#include <TFileMerger.h>
#include <TList.h>
#include <TSystem.h>
#include <RootCoreUtils/Assert.h>
#include <RootCoreUtils/PrintMsg.h>
#include <filesystem>
Go to the source code of this file.
|
| RCU |
| This module defines a variety of assert style macros.
|
|
|
void | RCU::hadd (const std::string &output_file, const std::vector< std::string > &input_files, unsigned max_files=0) |
| effects: perform the hadd functionality guarantee: basic failures: out of memory III failures: i/o errors More...
|
|