CMS 3D CMS Logo

Functions
LHCInfoCombined.cc File Reference
#include "CondTools/RunInfo/interface/LHCInfoCombined.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 71 of file LHCInfoCombined.cc.

References LHCInfoCombined::print().

71  {
72  beamInfo.print(os);
73  return os;
74 }
void print(std::ostream &os) const