Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
GenericUnitTest.hh
Go to the documentation of this file.
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
 All Classes Files Functions Variables Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark