Classes | Macros | Functions
testRandomSamplerFromCDF.cc File Reference
#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)
 

Macro Definition Documentation

#define CLOSE (   x,
 
)    CPPUNIT_ASSERT(Verify<CloseTo>(x, y))
#define CLOSE_AT (   x,
  y,
  eps 
)    CPPUNIT_ASSERT(Verify<CloseTo>(x, y, eps))

Definition at line 25 of file testRandomSamplerFromCDF.cc.

Referenced by TestRandomSamplerFromCDF::TestFunction().

#define EQUAL (   x,
 
)    CPPUNIT_ASSERT(Verify<Equal>(x, y))

Function Documentation

CPPUNIT_TEST_SUITE_REGISTRATION ( TestRandomSamplerFromCDF  )

, generated on Tue Sep 26 2023.