CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 26 of file SimBeamSpotHLLHCObjects.cc.

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

26  {
27  std::stringstream ss;
28  beam.print(ss);
29  os << ss.str();
30  return os;
31 }