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

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

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