![]() |
Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
|
00001 00012 using namespace std; 00013 00014 #ifndef GENERIC_UNIT_TEST_H 00015 #define GENERIC_UNIT_TEST_H //!<Inclusion guard 00016 00017 class GenericUnitTest 00018 { 00019 public: 00020 virtual int runUnitTests() const = 0; 00021 GenericUnitTest(); 00022 }; 00023 #endif