Go to the source code of this file.
|
| | SH |
| | This module provides a lot of global definitions, forward declarations and includes that are used by all modules.
|
| |
|
| 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 More...
|
| |
| 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 More...
|
| |
| 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 More...
|
| |