CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/CondFormats/BeamSpotObjects/interface/SimBeamSpotObjects.h File Reference

#include <sstream>
#include "CLHEP/Units/GlobalSystemOfUnits.h"
#include "CLHEP/Units/GlobalPhysicalConstants.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"

Go to the source code of this file.

Classes

class  SimBeamSpotObjects

Functions

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

Function Documentation

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

Definition at line 10 of file SimBeamSpotObjects.cc.

References SimBeamSpotObjects::print().

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