Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
Provenance
src
FileID.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/FileID.h
"
2
#include <ostream>
3
4
namespace
edm {
5
std::ostream&
6
operator<<
(std::ostream& os,
FileID
const
&
id
) {
7
os <<
id
.fid();
8
return
os;
9
}
10
}
edm::FileID
Definition:
FileID.h:14
FileID.h
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition:
HLTGlobalStatus.h:117
Generated for CMSSW Reference Manual by
1.8.5