CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/BeamSpotObjects/src/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 23 of file BeamSpotObjects.cc.

References BeamSpotObjects::print().

                                                                {
  std::stringstream ss;
  beam.print(ss);
  os << ss.str();
  return os;
}