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

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

Definition at line 8 of file print.cc.

Referenced by operator<<().

                                                          {
    return s << " (" << x << ',' << y << ") ";
  } 
std::ostream & geometryDetails::print3D ( std::ostream &  s,
double  x,
double  y,
double  z 
)

Definition at line 5 of file print.cc.

Referenced by operator<<().

                                                                    {
    return s << " (" << x << ',' << y << ',' << z << ") ";
  } 
void geometryDetails::TkRotationErr1 ( )

Definition at line 29 of file TkRotation.cc.

References dtNoiseDBValidation_cfg::cerr.

                        {
    std::cerr << "TkRotation: zero axis" << std::endl;
  }
void geometryDetails::TkRotationErr2 ( )

Definition at line 32 of file TkRotation.cc.

References dtNoiseDBValidation_cfg::cerr.

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

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