CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

excDblThrow.cc File Reference

#include <iostream>

Go to the source code of this file.

Classes

struct  B
struct  D

Defines

#define single(obj)
#define double(obj)

Functions

void f (void g())
void test1 ()
void test2 ()
void test3 ()
void test4 ()
int main ()


Define Documentation

#define double ( obj   ) 

Value:

cerr << "\ndouble( " #obj " )\n"; \
  try  { throw obj; }               \
  catch ( const B & x )  { throw; }

Definition at line 32 of file excDblThrow.cc.

Referenced by CLHEP::RanluxEngine::flat(), CLHEP::RanluxEngine::flatArray(), CLHEP::RanecuEngine::flatArray(), heapAddresses(), main(), CLHEP::RandPoissonT::operator()(), CLHEP::RandPoisson::operator()(), test1(), test2(), and testRandMultiGauss().

#define single ( obj   ) 

Value:

cerr << "\nsingle( " #obj " )\n"; \
  const B &  ref = obj;             \
  throw ref;

Definition at line 26 of file excDblThrow.cc.

Referenced by test3(), and test4().


Function Documentation

void f ( void   g()  ) 

Definition at line 38 of file excDblThrow.cc.

References g(), and B::type().

Referenced by aSequence(), main(), Genfun::operator *(), Genfun::VoigtProfile::operator()(), Genfun::RKIntegrator::RKFunction::operator()(), Genfun::RelativisticBWDistribution::operator()(), Genfun::Power::operator()(), Genfun::NonrelativisticBWDistribution::operator()(), Genfun::operator+(), Genfun::operator-(), Genfun::operator/(), Genfun::LikelihoodFunctional::operator[](), Genfun::EfficiencyFunctional::operator[](), Genfun::Variable::partial(), symmatrix_test(), n_spt_pimpl::test(), vectorRestore(), vectorRestore1(), and vectorTest64().

int main (  ) 

Definition at line 53 of file excDblThrow.cc.

References f(), test1(), test2(), test3(), and test4().

void test1 (  ) 

Definition at line 47 of file excDblThrow.cc.

References double.

Referenced by main().

void test2 (  ) 

Definition at line 48 of file excDblThrow.cc.

References double.

Referenced by main().

void test3 (  ) 

Definition at line 49 of file excDblThrow.cc.

References single.

Referenced by main().

void test4 (  ) 

Definition at line 50 of file excDblThrow.cc.

References single.

Referenced by main().


Generated on 15 Nov 2012 for CLHEP by  doxygen 1.4.7