#include <map>#include <sstream>#include <iostream>#include <string>#include <vector>#include <det/Detector.h>#include <sdet/SDetector.h>#include <fwk/CentralConfig.h>#include <utl/TimeStamp.h>#include <utl/UTCDateTime.h>#include <utl/TabulatedFunction.h>#include <utl/Reader.h>#include <utl/CoordinateSystem.h>#include <utl/Point.h>#include <utl/AugerException.h>#include <utl/ErrorLogger.h>#include <fwk/CoordinateSystemRegistry.h>#include <evt/Event.h>#include <sevt/SEvent.h>#include <sevt/Station.h>#include <cppunit/extensions/HelperMacros.h>#include <tst/Verify.h>Go to the source code of this file.
Classes | |
| class | SDetectorTest |
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 (SDetectorTest) | |
Definition at line 34 of file testSDetector.cc.
Referenced by SDetectorTest::testBasic().
| #define ASSERT_EQUAL | ( | x, | |
| y | |||
| ) | CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Definition at line 35 of file testSDetector.cc.
Referenced by SDetectorTest::testBasic(), and SDetectorTest::testGroups().
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | SDetectorTest | ) |