![]() |
ATLAS Offline Software
|
#include <SampleHandler/ToolsDuplicates.h>#include <memory>#include <set>#include <sstream>#include <utility>#include <TChain.h>#include <TFile.h>#include <RootCoreUtils/Assert.h>#include <RootCoreUtils/ThrowMsg.h>#include <SampleHandler/Sample.h>#include <SampleHandler/SampleHandler.h>#include <CxxUtils/checker_macros.h>Go to the source code of this file.
Namespaces | |
| namespace | SH |
| This module provides a lot of global definitions, forward declarations and includes that are used by all modules. | |
Functions | |
| void | SH::printDuplicateEvents (const Sample &sample) |
| effects: check the given sample for duplicate events and then print them out guarantee: basic, may print partially failures: out of memory III failures: i/o errors | |
| void | SH::printDuplicateEventsSplit (const SampleHandler &sh) |
| effects: check each sample for duplicate events and then print them out guarantee: basic, may print partially failures: out of memory III failures: i/o errors | |
| void | SH::printDuplicateEventsJoint (const SampleHandler &sh) |
| effects: check for duplicate events between all the samples and then print them out guarantee: basic, may print partially failures: out of memory III failures: i/o errors | |