13 #include "GaudiKernel/GaudiException.h"
14 #include "GaudiKernel/SystemOfUnits.h"
18 #include "GaudiMath/GaudiMath.h"
22 #include "CLHEP/GenericFunctions/Sin.hh"
26 using namespace CLHEP;
42 " Test for embedded exceptions ( 2 exception shoudl be catched) "
49 std::cout <<
"One should never see this line!! " << std::endl ;
52 catch(
const std::exception& e )
54 std::cout <<
" OK 1) The exception is catched with 'what'='"
55 << e.what() <<
"'" << std::endl;
62 std::cout <<
"One should never see this line!! " << std::endl ;
67 std::cout <<
" OK 2) " << e << std::endl ;
Define general base for Gaudi exception.
Genfun::AbsFunction Function
Genfun::GaudiMathImplementation::NumericalDerivative Derivative