CMS 3D CMS Logo

Classes | Functions
LHCInfoPerFill.h File Reference
#include "CondFormats/Serialization/interface/Serializable.h"
#include "CondFormats/RunInfo/interface/LHCInfoVectorizedFields.h"
#include "CondFormats/Common/interface/Time.h"
#include <bitset>
#include <iostream>
#include <string>
#include <sstream>
#include <vector>

Go to the source code of this file.

Classes

class  LHCInfoPerFill
 

Functions

std::ostream & operator<< (std::ostream &, LHCInfoPerFill lhcInfoPerFill)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
LHCInfoPerFill  lhcInfoPerFill 
)

Definition at line 460 of file LHCInfoPerFill.cc.

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

460  {
461  std::stringstream ss;
462  beamInfo.print(ss);
463  os << ss.str();
464  return os;
465 }