ATLAS Offline Software
Namespaces | Functions
ToolsOther.h File Reference
#include <SampleHandler/Global.h>
#include <memory>
Include dependency graph for ToolsOther.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SH
 This module provides a lot of global definitions, forward declarations and includes that are used by all modules.
 

Functions

std::unique_ptr< TFile > SH::openFile (const std::string &name, const MetaObject &options)
 open a file with the given options More...
 
std::unique_ptr< SampleLocal > SH::mergeFiles (const Sample &sample, const std::string &location, bool overwrite)
 merge all the files in the sample into a single file in the given location More...
 
SampleHandler SH::mergeFiles (const SampleHandler &sh, const std::string &location, bool overwrite)
 merge all the files in the sample handles into a single file per sample in the given location More...