CMS 3D CMS Logo

BeamSpotObjects.cc File Reference

#include "CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, BeamSpotObjects beam)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
BeamSpotObjects  beam 
)

Definition at line 18 of file BeamSpotObjects.cc.

References BeamSpotObjects::print(), and ss.

00018                                                                 {
00019   std::stringstream ss;
00020   beam.print(ss);
00021   os << ss.str();
00022   return os;
00023 }


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