src
DataFormats
Provenance
src
RunID.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/RunID.h
"
2
#include <ostream>
3
4
namespace
edm
{
5
std::ostream&
operator<<
(std::ostream& oStream,
RunID
const
& iID) {
6
oStream <<
"run: "
<< iID.
run
();
7
return
oStream;
8
}
9
}
// namespace edm
RunID.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger table.
Definition:
HLTGlobalStatus.h:102
edm::RunID::run
RunNumber_t run() const
Definition:
RunID.h:26
edm::RunID
Definition:
RunID.h:20
Generated for CMSSW Reference Manual by
1.8.14