ATLAS Offline Software
hadd.h
Go to the documentation of this file.
1 #ifndef ROOT_CORE_UTILS__HADD_H
2 #define ROOT_CORE_UTILS__HADD_H
3 
4 //
5 // Distributed under the Boost Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
8 
9 // Please feel free to contact me (krumnack@iastate.edu) for bug
10 // reports, feature suggestions, praise and complaints.
11 
12 
13 #include <RootCoreUtils/Global.h>
14 
15 #include <string>
16 #include <vector>
17 
18 namespace RCU
19 {
24  void hadd (const std::string& output_file,
25  const std::vector<std::string>& input_files,
26  unsigned max_files = 0);
27 }
28 
29 #endif
Global.h
RCU
This module defines a variety of assert style macros.
Definition: Assert.cxx:26
sg-dump.input_files
list input_files
Definition: sg-dump.py:124
RCU::hadd
void hadd(const std::string &output_file, const std::vector< std::string > &input_files, unsigned max_files)
effects: perform the hadd functionality guarantee: basic failures: out of memory III failures: i/o er...
Definition: hadd.cxx:28
mergePhysValFiles.output_file
output_file
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:27