CMS 3D CMS Logo

Classes | Functions
LHCInfoCombined.h File Reference
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "CondFormats/RunInfo/interface/LHCInfo.h"
#include "CondFormats/RunInfo/interface/LHCInfoPerLS.h"
#include "CondFormats/RunInfo/interface/LHCInfoPerFill.h"
#include "CondFormats/DataRecord/interface/LHCInfoPerLSRcd.h"
#include "CondFormats/DataRecord/interface/LHCInfoPerFillRcd.h"
#include "CondFormats/DataRecord/interface/LHCInfoRcd.h"
#include <bitset>
#include <iostream>
#include <string>
#include <sstream>
#include <vector>

Go to the source code of this file.

Classes

class  LHCInfoCombined
 

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 l1tGTMenu_BTagSeeds_cff::os, and LHCInfoCombined::print().

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