Main Page
Namespaces
Classes
Package Documentation
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
}
hybridSuperClusters_cfi.xi
xi
Definition:
hybridSuperClusters_cfi.py:10
OpticalAlignMeasurements.h
OpticalAlignMeasurements::oaMeasurements_
std::vector< OpticalAlignMeasurementInfo > oaMeasurements_
Definition:
OpticalAlignMeasurements.h:27
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:178
operator<<
std::ostream & operator<<(std::ostream &os, const OpticalAlignMeasurements &r)
Definition:
OpticalAlignMeasurements.cc:3
alignCSCRings.r
r
Definition:
alignCSCRings.py:93
OpticalAlignMeasurements
Definition:
OpticalAlignMeasurements.h:22
Generated for CMSSW Reference Manual by
1.8.11