00001 #ifndef ROOT_CORE_UTILS__HADD_H
00002 #define ROOT_CORE_UTILS__HADD_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #include <RootCoreUtils/Global.h>
00014
00015 #include <string>
00016 #include <vector>
00017
00018 namespace RCU
00019 {
00024 void hadd (std::string output_file,
00025 std::vector<std::string> input_files,
00026 unsigned max_files = 0);
00027
00028
00033 void hadd_core (std::string output_file,
00034 std::vector<std::string> input_files,
00035 unsigned max_files);
00036 }
00037
00038 #endif