#include <tst/Verify.h>
#include <utl/AugerUnits.h>
#include <utl/AugerException.h>
#include <iostream>
#include <cmath>
#include <vector>
#include <cppunit/extensions/HelperMacros.h>
#include <boost/tuple/tuple.hpp>
#include <utl/NumericalErrorPropagator.h>
#include <utl/CovarianceMatrix.h>
Go to the source code of this file.
Classes | |
class | testErrorPropagator |
class | testErrorPropagator::TestFunctor |
Macros | |
#define | ASSERT_EQUAL(x, y) CPPUNIT_ASSERT(x == y) |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (testErrorPropagator) | |
#define ASSERT_EQUAL | ( | x, | |
y | |||
) | CPPUNIT_ASSERT(x == y) |
Definition at line 29 of file testErrorPropagator.cc.
Referenced by testErrorPropagator::TestCovarianceMatrix(), and testErrorPropagator::TestErrorPropagator().
CPPUNIT_TEST_SUITE_REGISTRATION | ( | testErrorPropagator | ) |