Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
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
os <<
" There are "
<< r.
oaMeasurements_
.size() <<
" optical alignment objects."
<< std::endl;
5
size_t
max
= r.
oaMeasurements_
.size();
6
size_t
xi = 0;
7
while
(xi < max) {
8
os <<
"\t"
<< r.
oaMeasurements_
[xi];
9
xi++;
10
}
11
return
os;
12
}
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:167
OpticalAlignMeasurements.h
OpticalAlignMeasurements::oaMeasurements_
std::vector< OpticalAlignMeasurementInfo > oaMeasurements_
Definition:
OpticalAlignMeasurements.h:27
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:169
OpticalAlignMeasurements
Definition:
OpticalAlignMeasurements.h:22
alignCSCRings.r
list r
Definition:
alignCSCRings.py:93
Generated for CMSSW Reference Manual by
1.8.5