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.

References alignCSCRings::s, and x.

Referenced by operator<<().

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

◆ print3D()

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

Definition at line 5 of file print.cc.

References alignCSCRings::s, and x.

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

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

◆ TkRotationErr1()

void geometryDetails::TkRotationErr1 ( )

◆ TkRotationErr2()

void geometryDetails::TkRotationErr2 ( )