#include <fwk/RunController.h>#include <fwk/CentralConfig.h>#include <fwk/CoordinateSystemRegistry.h>#include <det/Detector.h>#include <sdet/SDetector.h>#include <sdet/Station.h>#include <utl/TimeStamp.h>#include <utl/UTCDateTime.h>#include <utl/Point.h>#include <utl/ReferenceEllipsoid.h>#include <utl/CoordinateSystem.h>#include <mdet/MDetector.h>#include <mdet/Module.h>#include <mdet/Counter.h>#include <mdet/Scintillator.h>#include <mdet/Channel.h>#include <mdet/PMT.h>#include <mdet/Fiber.h>#include <tst/Verify.h>#include <cppunit/extensions/HelperMacros.h>#include <bitset>Go to the source code of this file.
Classes | |
| class | MDetectorTest |
Macros | |
| #define | ASSERT_CLOSE(x, y, eps) CPPUNIT_ASSERT(Verify<CloseTo>(x, y, eps)) |
| #define | ASSERT_EQUAL(x, y) CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (MDetectorTest) | |
Definition at line 43 of file testMDetector.cc.
Referenced by MDetectorTest::testBasic().
| #define ASSERT_EQUAL | ( | x, | |
| y | |||
| ) | CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Definition at line 44 of file testMDetector.cc.
Referenced by MDetectorTest::testBasic(), and MDetectorTest::testComponentAssignment().
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | MDetectorTest | ) |