CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/CondFormats/BeamSpotObjects/src/SimBeamSpotObjects.cc File Reference

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 10 of file SimBeamSpotObjects.cc.

References SimBeamSpotObjects::print().

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