#include <tst/Verify.h>#include <cppunit/extensions/HelperMacros.h>#include <utl/RandomSamplerFromCDF.h>#include <utl/AugerException.h>#include <utl/TabulatedFunction.h>#include <CLHEP/Random/Randomize.h>#include <boost/lexical_cast.hpp>Go to the source code of this file.
Classes | |
| class | TestRandomSamplerFromCDF |
Macros | |
| #define | CLOSE(x, y) CPPUNIT_ASSERT(Verify<CloseTo>(x, y)) |
| #define | CLOSE_AT(x, y, eps) CPPUNIT_ASSERT(Verify<CloseTo>(x, y, eps)) |
| #define | EQUAL(x, y) CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TestRandomSamplerFromCDF) | |
| #define CLOSE | ( | x, | |
| y | |||
| ) | CPPUNIT_ASSERT(Verify<CloseTo>(x, y)) |
Definition at line 24 of file testRandomSamplerFromCDF.cc.
Referenced by TestRandomSamplerFromCDF::TestFunction(), TestRandomSamplerFromCDF::TestFunction2(), and TestRandomSamplerFromCDF::TestTabulatedFunction().
Definition at line 25 of file testRandomSamplerFromCDF.cc.
Referenced by TestRandomSamplerFromCDF::TestFunction().
| #define EQUAL | ( | x, | |
| y | |||
| ) | CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Definition at line 23 of file testRandomSamplerFromCDF.cc.
Referenced by TestRandomSamplerFromCDF::TestTabulatedFunction().
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestRandomSamplerFromCDF | ) |