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