CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_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;
}