ATLAS Offline Software
Loading...
Searching...
No Matches
ToolsJoin.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef SAMPLE_HANDLER_TOOLS_JOIN_H
8#define SAMPLE_HANDLER_TOOLS_JOIN_H
9
11
12
13
14//protect
16
17#include <string>
18
19namespace SH
20{
26 void mergeSamples (SampleHandler& sh, const std::string& sampleName,
27 const std::string& pattern);
28}
29
30#endif
A class that manages a list of Sample objects.
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
void mergeSamples(SampleHandler &sh, const std::string &sampleName, const std::string &pattern)
effects: remove all samples matching the name pattern, and join them into a single sample named sampl...
Definition ToolsJoin.cxx:24