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 20 of file SimBeamSpotObjects.cc.

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

20  {
21  std::stringstream ss;
22  beam.print(ss);
23  os << ss.str();
24  return os;
25 }