00001 #ifndef SAMPLE_HANDLER__TOOLS_DUPLICATES_H
00002 #define SAMPLE_HANDLER__TOOLS_DUPLICATES_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include <SampleHandler/Global.h>
00020
00021 namespace SH
00022 {
00028 void printDuplicateEvents (const Sample& sample);
00029
00030
00036 void printDuplicateEventsSplit (const SampleHandler& sh);
00037
00038
00044 void printDuplicateEventsJoint (const SampleHandler& sh);
00045 }
00046
00047 #endif