CMS 3D CMS Logo

Functions
geometryDetails Namespace Reference

Functions

std::ostream & print2D (std::ostream &s, double x, double y)
 
std::ostream & print3D (std::ostream &s, double x, double y, double z)
 
void TkRotationErr1 ()
 
void TkRotationErr2 ()
 

Function Documentation

◆ print2D()

std::ostream & geometryDetails::print2D ( std::ostream &  s,
double  x,
double  y 
)

Definition at line 8 of file print.cc.

8  {
9  return s << " (" << x << ',' << y << ") ";
10  }

References alignCSCRings::s.

Referenced by operator<<().

◆ print3D()

std::ostream & geometryDetails::print3D ( std::ostream &  s,
double  x,
double  y,
double  z 
)

Definition at line 5 of file print.cc.

5  {
6  return s << " (" << x << ',' << y << ',' << z << ") ";
7  }

References alignCSCRings::s.

Referenced by mathVector(), operator==(), and x().

◆ TkRotationErr1()

void geometryDetails::TkRotationErr1 ( )

Definition at line 29 of file TkRotation.cc.

29 { std::cerr << "TkRotation: zero axis" << std::endl; }

References beam_dqm_sourceclient-live_cfg::cerr.

◆ TkRotationErr2()

void geometryDetails::TkRotationErr2 ( )

Definition at line 30 of file TkRotation.cc.

30 { std::cerr << "TkRotation::rotateAxes: bad axis vectors" << std::endl; }

References beam_dqm_sourceclient-live_cfg::cerr.

Referenced by TkRotation< align::Scalar >::rotateAxes().

detailsBasic3DVector::z
float float float z
Definition: extBasic3DVector.h:14
alignCSCRings.s
s
Definition: alignCSCRings.py:92
vertices_cff.x
x
Definition: vertices_cff.py:29
beam_dqm_sourceclient-live_cfg.cerr
cerr
Definition: beam_dqm_sourceclient-live_cfg.py:17
detailsBasic3DVector::y
float float y
Definition: extBasic3DVector.h:14