![]() |
ATLAS Offline Software
|
#include <SampleHandler/Global.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 | |