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
5#ifndef SAMPLE_HANDLER_TOOLS_JOIN_H
6#define SAMPLE_HANDLER_TOOLS_JOIN_H
7
8//
9// Distributed under the Boost Software License, Version 1.0.
10// (See accompanying file LICENSE_1_0.txt or copy at
11// http://www.boost.org/LICENSE_1_0.txt)
12
13// Please feel free to contact me (krumnack@iastate.edu) for bug
14// reports, feature suggestions, praise and complaints.
15
16
20
21
22
23//protect
25
26#include <string>
27
28namespace SH
29{
35 void mergeSamples (SampleHandler& sh, const std::string& sampleName,
36 const std::string& pattern);
37}
38
39#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:31