![]() |
![]() |
#include <EntryDescription.h>
Public Member Functions | |
EntryDescription () | |
EntryDescriptionID | id () const |
std::vector< ProductID > const & | parents () const |
std::vector< ProductID > & | parents () |
void | write (std::ostream &os) const |
~EntryDescription () | |
Private Attributes | |
Hash< ModuleDescriptionType > | moduleDescriptionID_ |
std::vector< ProductID > | parents_ |
Definition at line 28 of file EntryDescription.h.
edm::EntryDescription::EntryDescription | ( | ) |
Definition at line 11 of file EntryDescription.cc.
|
inline |
Definition at line 32 of file EntryDescription.h.
EntryDescriptionID edm::EntryDescription::id | ( | void | ) | const |
Definition at line 17 of file EntryDescription.cc.
References cms::Digest::digest(), ExpressReco_HICollisions_FallBack::e, i, moduleDescriptionID_, parents_, and cms::MD5Result::toString().
|
inline |
|
inline |
void edm::EntryDescription::write | ( | std::ostream & | os | ) | const |
Definition at line 38 of file EntryDescription.cc.
Referenced by edm::operator<<().
|
private |
Definition at line 48 of file EntryDescription.h.
Referenced by id().
|
private |
Definition at line 44 of file EntryDescription.h.