CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
CLHEP::Hep4RotationInterface Class Reference

#include <RotationInterfaces.h>

+ Inheritance diagram for CLHEP::Hep4RotationInterface:

Static Public Member Functions

static double getTolerance ()
 
static double setTolerance (double tol)
 

Static Public Attributes

static double tolerance
 
static const int ToleranceTicks = 100
 

Protected Member Functions

 ~Hep4RotationInterface ()
 

Friends

class HepRotation
 
class HepRotationX
 
class HepRotationY
 
class HepRotationZ
 
class HepLorentzRotation
 
class HepBoost
 
class HepBoostX
 
class HepBoostY
 
class HepBoostZ
 

Detailed Description

Author

Definition at line 99 of file RotationInterfaces.h.

Constructor & Destructor Documentation

◆ ~Hep4RotationInterface()

CLHEP::Hep4RotationInterface::~Hep4RotationInterface ( )
inlineprotected

Definition at line 200 of file RotationInterfaces.h.

200{} // protect destructor to forbid instatiation

Member Function Documentation

◆ getTolerance()

double CLHEP::Hep4RotationInterface::getTolerance ( )
static

Definition at line 22 of file RotationInterfaces.cc.

22{return tolerance;}

◆ setTolerance()

double CLHEP::Hep4RotationInterface::setTolerance ( double  tol)
static

Definition at line 23 of file RotationInterfaces.cc.

23 {
24 double t = tolerance; tolerance = tol; return t;
25}

Friends And Related Function Documentation

◆ HepBoost

friend class HepBoost
friend

Definition at line 110 of file RotationInterfaces.h.

◆ HepBoostX

friend class HepBoostX
friend

Definition at line 111 of file RotationInterfaces.h.

◆ HepBoostY

friend class HepBoostY
friend

Definition at line 112 of file RotationInterfaces.h.

◆ HepBoostZ

friend class HepBoostZ
friend

Definition at line 113 of file RotationInterfaces.h.

◆ HepLorentzRotation

friend class HepLorentzRotation
friend

Definition at line 109 of file RotationInterfaces.h.

◆ HepRotation

friend class HepRotation
friend

Definition at line 105 of file RotationInterfaces.h.

◆ HepRotationX

friend class HepRotationX
friend

Definition at line 106 of file RotationInterfaces.h.

◆ HepRotationY

friend class HepRotationY
friend

Definition at line 107 of file RotationInterfaces.h.

◆ HepRotationZ

friend class HepRotationZ
friend

Definition at line 108 of file RotationInterfaces.h.

Member Data Documentation

◆ tolerance

double CLHEP::Hep4RotationInterface::tolerance
static

◆ ToleranceTicks

const int CLHEP::Hep4RotationInterface::ToleranceTicks = 100
static

Definition at line 196 of file RotationInterfaces.h.


The documentation for this class was generated from the following files: