CMS 3D CMS Logo

Classes | Functions
LHCInfoPerLS.h File Reference
#include "CondFormats/Serialization/interface/Serializable.h"
#include "CondFormats/RunInfo/interface/LHCInfoVectorizedFields.h"
#include "CondCore/CondDB/interface/Types.h"
#include <bitset>
#include <iostream>
#include <string>
#include <sstream>
#include <vector>

Go to the source code of this file.

Classes

class  LHCInfoPerLS
 

Functions

std::ostream & operator<< (std::ostream &, LHCInfoPerLS lhcInfo)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
LHCInfoPerLS  lhcInfo 
)

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 }