CMS 3D CMS Logo

Functions
BeamSpotObjects.cc File Reference
#include "CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, BeamSpotObjects beam)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
BeamSpotObjects  beam 
)

Definition at line 23 of file BeamSpotObjects.cc.

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

23  {
24  std::stringstream ss;
25  beam.print(ss);
26  os << ss.str();
27  return os;
28 }