CMS 3D CMS Logo

OpticalAlignMeasurements.h File Reference

#include "CondFormats/OptAlignObjects/interface/OpticalAlignMeasurementInfo.h"
#include <vector>
#include <iostream>

Go to the source code of this file.

Classes

class  OpticalAlignMeasurements
 Description: Class for OpticalAlignMeasurements for use by COCOA. More...

Functions

std::ostream & operator<< (std::ostream &, const OpticalAlignMeasurements &)


Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const OpticalAlignMeasurements  
)

Definition at line 3 of file OpticalAlignMeasurements.cc.

References lat::endl(), max, and OpticalAlignMeasurements::oaMeasurements_.

00004 {
00005 
00006   os << " There are " << r.oaMeasurements_.size() << " optical alignment objects." << std::endl;
00007   size_t max = r.oaMeasurements_.size();
00008   size_t xi = 0;
00009   while ( xi < max ) {
00010     os << "\t" << r.oaMeasurements_[xi];
00011     xi++;
00012   }
00013   return os;
00014 }


Generated on Tue Jun 9 17:51:43 2009 for CMSSW by  doxygen 1.5.4