ATLAS Offline Software
Loading...
Searching...
No Matches
hadd.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef ROOT_CORE_UTILS__HADD_H
8#define ROOT_CORE_UTILS__HADD_H
9
11
12#include <string>
13#include <vector>
14
15namespace RCU
16{
21 void hadd (const std::string& output_file,
22 const std::vector<std::string>& input_files,
23 unsigned max_files = 0);
24}
25
26#endif
This module defines a variety of assert style macros.
Definition Assert.cxx:23
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