#include <EventEntryInfo.h>
Public Member Functions | |
BranchID const & | branchID () const |
EntryDescriptionID const & | entryDescriptionID () const |
EventEntryInfo () | |
ProductID const & | productID () const |
ProductStatus const & | productStatus () const |
void | write (std::ostream &os) const |
~EventEntryInfo () | |
Private Attributes | |
BranchID | branchID_ |
EntryDescriptionID | entryDescriptionID_ |
ProductID | productID_ |
ProductStatus | productStatus_ |
Definition at line 24 of file EventEntryInfo.h.
edm::EventEntryInfo::EventEntryInfo | ( | ) |
Definition at line 9 of file EventEntryInfo.cc.
edm::EventEntryInfo::~EventEntryInfo | ( | ) |
Definition at line 16 of file EventEntryInfo.cc.
|
inline |
Definition at line 31 of file EventEntryInfo.h.
References branchID_.
Referenced by edm::operator<(), edm::operator==(), and write().
|
inline |
Definition at line 34 of file EventEntryInfo.h.
References entryDescriptionID_.
Referenced by edm::operator==(), and write().
|
inline |
Definition at line 32 of file EventEntryInfo.h.
References productID_.
Referenced by edm::operator==(), and write().
|
inline |
Definition at line 33 of file EventEntryInfo.h.
References productStatus_.
Referenced by edm::operator==(), and write().
void edm::EventEntryInfo::write | ( | std::ostream & | os | ) | const |
Definition at line 19 of file EventEntryInfo.cc.
References branchID(), entryDescriptionID(), productID(), and productStatus().
Referenced by edm::operator<<().
|
private |
Definition at line 38 of file EventEntryInfo.h.
Referenced by branchID().
|
private |
Definition at line 41 of file EventEntryInfo.h.
Referenced by entryDescriptionID().
|
private |
Definition at line 39 of file EventEntryInfo.h.
Referenced by productID().
|
private |
Definition at line 40 of file EventEntryInfo.h.
Referenced by productStatus().