#include <EventEntryInfo.h>
Public Member Functions | |
BranchID const & | branchID () const |
EntryDescriptionID const & | entryDescriptionID () const |
EventEntryInfo () | |
ProductID const & | productID () const |
void | write (std::ostream &os) const |
~EventEntryInfo () | |
Private Attributes | |
BranchID | branchID_ |
EntryDescriptionID | entryDescriptionID_ |
ProductID | productID_ |
Definition at line 23 of file EventEntryInfo.h.
edm::EventEntryInfo::EventEntryInfo | ( | ) |
Definition at line 9 of file EventEntryInfo.cc.
edm::EventEntryInfo::~EventEntryInfo | ( | ) |
Definition at line 15 of file EventEntryInfo.cc.
|
inline |
Definition at line 30 of file EventEntryInfo.h.
References branchID_.
Referenced by edm::operator<(), edm::operator==(), and write().
|
inline |
Definition at line 32 of file EventEntryInfo.h.
References entryDescriptionID_.
Referenced by edm::operator==(), and write().
|
inline |
Definition at line 31 of file EventEntryInfo.h.
References productID_.
Referenced by edm::operator==(), and write().
void edm::EventEntryInfo::write | ( | std::ostream & | os | ) | const |
Definition at line 18 of file EventEntryInfo.cc.
References branchID(), entryDescriptionID(), and productID().
Referenced by pkg.AbstractPkg::generate(), and edm::operator<<().
|
private |
Definition at line 36 of file EventEntryInfo.h.
Referenced by branchID().
|
private |
Definition at line 38 of file EventEntryInfo.h.
Referenced by entryDescriptionID().
|
private |
Definition at line 37 of file EventEntryInfo.h.
Referenced by productID().