#include <tst/Verify.h>
#include <utl/AugerUnits.h>
#include <utl/TimeDistribution.h>
#include <utl/Trace.h>
#include <sdet/StationTriggerAlgorithm.h>
#include <cppunit/extensions/HelperMacros.h>
#include <vector>
#include <bitset>
Go to the source code of this file.
Classes | |
class | TestStationTriggerAlgorithm |
Macros | |
#define | ASSERT_EQUAL(x, y) CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (TestStationTriggerAlgorithm) | |
ostream & | operator<< (ostream &os, const StationTriggerInfo &info) |
#define ASSERT_EQUAL | ( | x, | |
y | |||
) | CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Definition at line 26 of file testStationTriggerAlgorithm.cc.
Referenced by TestStationTriggerAlgorithm::Match().
CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestStationTriggerAlgorithm | ) |
ostream& operator<< | ( | ostream & | os, |
const StationTriggerInfo & | info | ||
) |