23 #include "CLHEP/GenericFunctions/Sin.hh"
27 using namespace CLHEP;
43 " Test for embedded exceptions ( 2 exception shoudl be catched) "
50 std::cout <<
"One should never see this line!! " << std::endl ;
53 catch(
const std::exception& e )
55 std::cout <<
" OK 1) The exception is catched with 'what'='"
56 << e.what() <<
"'" << std::endl;
63 std::cout <<
"One should never see this line!! " << std::endl ;
68 std::cout <<
" OK 2) " << e << std::endl ;
Define general base for Gaudi exception.
Genfun::AbsFunction Function
Genfun::GaudiMathImplementation::NumericalDerivative Derivative