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

ZMxpv.h File Reference
#include <string>
#include <exception>

Go to the source code of this file.

Classes

class  CLHEP_vector_exception
 

Macros

#define ZMthrowA(A)
 
#define ZMthrowC(A)
 
#define CLHEP_vector_exception_header(NAME)
 

Macro Definition Documentation

◆ CLHEP_vector_exception_header

#define CLHEP_vector_exception_header ( NAME)
Value:
class NAME : public CLHEP_vector_exception { \
public: \
NAME ( const std::string & s ) throw(); \
virtual const char* name() const throw(); \
virtual ~NAME() throw() {} \
};
virtual const char * name() const =0

Definition at line 147 of file Geometry/CLHEP/Vector/ZMxpv.h.

◆ ZMthrowA

#define ZMthrowA ( A)
Value:
do { std::cerr << A.name() << " thrown:\n" \
<< A.what() << "\n" \
<< "at line " << __LINE__ << " in file " << __FILE__ << "\n"; \
throw A;} while (0)

Definition at line 127 of file Geometry/CLHEP/Vector/ZMxpv.h.

Referenced by CLHEP::Hep3Vector::beta(), CLHEP::HepLorentzVector::beta(), CLHEP::HepLorentzVector::boost(), CLHEP::HepLorentzVector::boostVector(), CLHEP::HepLorentzRotation::boostX(), CLHEP::HepLorentzVector::boostX(), CLHEP::HepLorentzRotation::boostY(), CLHEP::HepLorentzVector::boostY(), CLHEP::HepLorentzRotation::boostZ(), CLHEP::HepLorentzVector::boostZ(), CLHEP::Hep3Vector::coLinearRapidity(), CLHEP::HepLorentzVector::coLinearRapidity(), CLHEP::Hep3Vector::eta(), CLHEP::HepLorentzVector::findBoostToCM(), CLHEP::Hep3Vector::gamma(), CLHEP::HepLorentzVector::gamma(), CLHEP::HepLorentzVector::invariantMass(), CLHEP::HepLorentzVector::minus(), CLHEP::Hep2Vector::operator()(), CLHEP::Hep2Vector::operator()(), CLHEP::operator/(), CLHEP::operator/(), CLHEP::Hep3Vector::operator/=(), CLHEP::HepLorentzVector::operator/=(), CLHEP::HepLorentzVector::plus(), CLHEP::Hep3Vector::project(), CLHEP::Hep3Vector::rapidity(), CLHEP::Hep3Vector::rapidity(), CLHEP::HepLorentzVector::rapidity(), CLHEP::HepLorentzVector::rapidity(), CLHEP::HepLorentzRotation::rectify(), CLHEP::HepRotation::rectify(), CLHEP::Hep3Vector::rotate(), CLHEP::HepBoost::set(), CLHEP::HepBoost::set(), CLHEP::HepBoostX::set(), CLHEP::HepBoostY::set(), CLHEP::HepBoostZ::set(), CLHEP::HepLorentzRotation::set(), CLHEP::Hep3Vector::setMag(), and CLHEP::Hep3Vector::setRhoPhiTheta().

◆ ZMthrowC