Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
Provenance
src
EventID.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/EventID.h
"
2
#include <ostream>
3
4
namespace
edm {
5
std::ostream&
operator<<
(std::ostream& oStream,
EventID
const
& iID) {
6
oStream <<
"run: "
<< iID.
run
() <<
" lumi: "
<< iID.
luminosityBlock
() <<
" event: "
<< iID.
event
();
7
return
oStream;
8
}
9
}
edm::EventID::run
RunNumber_t run() const
Definition:
EventID.h:42
edm::EventID::event
EventNumber_t event() const
Definition:
EventID.h:44
EventID.h
edm::EventID::luminosityBlock
LuminosityBlockNumber_t luminosityBlock() const
Definition:
EventID.h:43
edm::EventID
Definition:
EventID.h:34
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition:
HLTGlobalStatus.h:115
Generated for CMSSW Reference Manual by
1.8.5