CMS 3D CMS Logo

Functions
LHCInfoPerLS.cc File Reference
#include "CondFormats/RunInfo/interface/LHCInfoPerLS.h"
#include <algorithm>
#include <iterator>
#include <vector>
#include <stdexcept>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, LHCInfoPerLS beamInfo)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
LHCInfoPerLS  beamInfo 
)

Definition at line 81 of file LHCInfoPerLS.cc.

References LHCInfoPerLS::print(), and contentValuesCheck::ss.

81  {
82  std::stringstream ss;
83  beamInfo.print(ss);
84  os << ss.str();
85  return os;
86 }
void print(std::stringstream &ss) const
Definition: LHCInfoPerLS.cc:71