![]() |
Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
|
00001 00020 using namespace std; 00021 #ifndef ASSERT_H 00022 #define ASSERT_H //!<Inclusion guard. 00023 #include <assert.h> 00024 #endif 00025 00026 #ifndef IOSTREAM 00027 #define IOSTREAM //!<Inclusion guard. 00028 #include <iostream> 00029 #endif 00030 00031 #ifndef LIST 00032 #define LIST //!<Inclusion guard. 00033 #include <list> 00034 #endif 00035 00036 #ifndef STRING 00037 #define STRING //!<Inclusion guard. 00038 #include <string> 00039 #endif 00040 00041 #include "GenericUnitTest.hh" 00042 #include "FileEventParser_TEST.hh" 00043 #include "EventHit_TEST.hh" 00044 00045 #ifndef RUNTESTS_H 00046 #define RUNTESTS_H //!<Inclusion guard. 00047 int main(); 00048 void addTests(); 00049 list<GenericUnitTest*> myTests; 00050 #endif