CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OpticalAlignMeasurements.cc
Go to the documentation of this file.
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 }
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
const T & max(const T &a, const T &b)
std::vector< OpticalAlignMeasurementInfo > oaMeasurements_