Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
OptAlignObjects
src
OpticalAlignMeasurements.cc
Go to the documentation of this file.
1
#include "
CondFormats/OptAlignObjects/interface/OpticalAlignMeasurements.h
"
2
3
std::ostream &
operator<<
(std::ostream & os,
const
OpticalAlignMeasurements
&
r
)
4
{
5
6
os <<
" There are "
<< r.
oaMeasurements_
.size() <<
" optical alignment objects."
<< std::endl;
7
size_t
max
= r.
oaMeasurements_
.size();
8
size_t
xi = 0;
9
while
( xi < max ) {
10
os <<
"\t"
<< r.
oaMeasurements_
[xi];
11
xi++;
12
}
13
return
os;
14
}
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:187
OpticalAlignMeasurements.h
OpticalAlignMeasurements::oaMeasurements_
std::vector< OpticalAlignMeasurementInfo > oaMeasurements_
Definition:
OpticalAlignMeasurements.h:27
bookConverter.max
max
Definition:
bookConverter.py:166
OpticalAlignMeasurements
Definition:
OpticalAlignMeasurements.h:22
alignCSCRings.r
list r
Definition:
alignCSCRings.py:92
Generated for CMSSW Reference Manual by
1.8.5