ATLAS Offline Software
Loading...
Searching...
No Matches
ToolsDuplicates.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_DUPLICATES_H
8#define SAMPLE_HANDLER__TOOLS_DUPLICATES_H
9
11
12namespace SH
13{
19 void printDuplicateEvents (const Sample& sample);
20
21
28
29
36}
37
38#endif
A class that manages a list of Sample objects.
a base class that manages a set of files belonging to a particular data set and the associated meta-d...
Definition Sample.h:49
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
void printDuplicateEventsSplit(const SampleHandler &sh)
effects: check each sample for duplicate events and then print them out guarantee: basic,...
void printDuplicateEvents(const Sample &sample)
effects: check the given sample for duplicate events and then print them out guarantee: basic,...
void printDuplicateEventsJoint(const SampleHandler &sh)
effects: check for duplicate events between all the samples and then print them out guarantee: basic,...