CMS 3D CMS Logo

Classes | Functions
SimBeamSpotObjects.h File Reference
#include "CondFormats/Serialization/interface/Serializable.h"
#include <sstream>

Go to the source code of this file.

Classes

class  SimBeamSpotObjects
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 44 of file SimBeamSpotObjects.cc.

References EcalCondDBWriter_cfi::beam, and contentValuesCheck::ss.

44  {
45  std::stringstream ss;
46  beam.print(ss);
47  os << ss.str();
48  return os;
49 }