#include <tst/Verify.h>
#include <cppunit/extensions/HelperMacros.h>
#include <utl/RandomSamplerFromPDF.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 | TestRandomSamplerFromPDF |
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 (TestRandomSamplerFromPDF) | |
#define CLOSE | ( | x, | |
y | |||
) | CPPUNIT_ASSERT(Verify<CloseTo>(x, y)) |
Definition at line 24 of file testRandomSamplerFromPDF.cc.
Referenced by TestRandomSamplerFromPDF::TestTabulatedFunction().
Definition at line 25 of file testRandomSamplerFromPDF.cc.
Referenced by TestRandomSamplerFromPDF::TestTabulatedFunction().
#define EQUAL | ( | x, | |
y | |||
) | CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Definition at line 23 of file testRandomSamplerFromPDF.cc.
Referenced by TestRandomSamplerFromPDF::TestTabulatedFunction().
CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestRandomSamplerFromPDF | ) |