Geant4-11
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | Static Public Attributes | Private Member Functions | Friends
CLHEP::Hep3RotationInterface Class Reference

#include <RotationInterfaces.h>

Inheritance diagram for CLHEP::Hep3RotationInterface:
CLHEP::Hep4RotationInterface

Public Types

enum  { ToleranceTicks = 100 }
 

Static Public Member Functions

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

Static Public Attributes

static DLL_API double tolerance
 

Private Member Functions

 ~Hep3RotationInterface ()
 

Friends

class HepRotation
 
class HepRotationX
 
class HepRotationY
 
class HepRotationZ
 

Detailed Description

Author

Definition at line 214 of file RotationInterfaces.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited
Enumerator
ToleranceTicks 

Definition at line 195 of file RotationInterfaces.h.

Constructor & Destructor Documentation

◆ ~Hep3RotationInterface()

CLHEP::Hep3RotationInterface::~Hep3RotationInterface ( )
inlineprivate

Definition at line 297 of file RotationInterfaces.h.

297{} // private destructor to forbid instatiation

Member Function Documentation

◆ getTolerance()

double CLHEP::Hep4RotationInterface::getTolerance ( )
staticinherited

Definition at line 23 of file RotationInterfaces.cc.

23{return tolerance;}
static DLL_API double tolerance

References CLHEP::Hep4RotationInterface::tolerance.

◆ setTolerance()

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

Definition at line 24 of file RotationInterfaces.cc.

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

References CLHEP::Hep4RotationInterface::tolerance.

Friends And Related Function Documentation

◆ HepRotation

friend class HepRotation
friend

Definition at line 219 of file RotationInterfaces.h.

◆ HepRotationX

friend class HepRotationX
friend

Definition at line 220 of file RotationInterfaces.h.

◆ HepRotationY

friend class HepRotationY
friend

Definition at line 221 of file RotationInterfaces.h.

◆ HepRotationZ

friend class HepRotationZ
friend

Definition at line 222 of file RotationInterfaces.h.

Field Documentation

◆ tolerance

double CLHEP::Hep4RotationInterface::tolerance
staticinherited

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