DataFormats
GeometryVector
src
print.cc
Go to the documentation of this file.
1
#include <iostream>
2
3
4
namespace
geometryDetails
{
5
std::ostream &
print3D
(std::ostream&
s
,
double
x,
double
y,
double
z) {
6
return
s
<<
" ("
<<
x
<<
','
<< y <<
','
<< z <<
") "
;
7
}
8
std::ostream &
print2D
(std::ostream&
s
,
double
x,
double
y) {
9
return
s
<<
" ("
<<
x
<<
','
<< y <<
") "
;
10
}
11
12
}
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
geometryDetails
Definition:
extTkRotation.h:22
geometryDetails::print2D
std::ostream & print2D(std::ostream &s, double x, double y)
Definition:
print.cc:8
x
float x
Definition:
beamSpotDipStandalone.cc:55
geometryDetails::print3D
std::ostream & print3D(std::ostream &s, double x, double y, double z)
Definition:
print.cc:5
Generated for CMSSW Reference Manual by
1.8.14