CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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().

10  {
11  std::stringstream ss;
12  beam.print(ss);
13  os << ss.str();
14  return os;
15 }
void print(std::stringstream &ss) const