CMS 3D CMS Logo

Classes | Functions

CMSSW_4_4_3_patch1/src/CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h File Reference

#include <math.h>
#include <sstream>
#include <cstring>

Go to the source code of this file.

Classes

class  BeamSpotObjects

Functions

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

Function Documentation

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

Definition at line 23 of file BeamSpotObjects.cc.

References BeamSpotObjects::print().

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