Main Page
Namespaces
Classes
Package Documentation
CondFormats
OptAlignObjects
src
OpticalAlignments.cc
Go to the documentation of this file.
1
#include "
CondFormats/OptAlignObjects/interface/OpticalAlignments.h
"
2
3
std::ostream &
operator<<
(std::ostream & os,
const
OpticalAlignments
&
r
)
4
{
5
6
os <<
" There are "
<< r.
opticalAlignments_
.size() <<
" optical alignment objects."
<< std::endl;
7
size_t
max
= r.
opticalAlignments_
.size();
8
size_t
oAi = 0;
9
while
( oAi < max ) {
10
os <<
"\t"
<< r.
opticalAlignments_
[oAi];
11
oAi++;
12
}
13
return
os;
14
}
OpticalAlignments
Definition:
OpticalAlignments.h:22
OpticalAlignments::opticalAlignments_
std::vector< OpticalAlignInfo > opticalAlignments_
Definition:
OpticalAlignments.h:30
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:178
alignCSCRings.r
r
Definition:
alignCSCRings.py:92
OpticalAlignments.h
operator<<
std::ostream & operator<<(std::ostream &os, const OpticalAlignments &r)
Definition:
OpticalAlignments.cc:3
Generated for CMSSW Reference Manual by
1.8.11