#include <EventEntryDescription.h>
Public Member Functions | |
EventEntryDescription () | |
EntryDescriptionID | id () const |
std::vector< BranchID > const & | parents () const |
void | setParents (std::vector< BranchID > const &parents) |
void | write (std::ostream &os) const |
~EventEntryDescription () | |
Private Attributes | |
Hash< ModuleDescriptionType > | moduleDescriptionID_ |
std::vector< BranchID > | parents_ |
Definition at line 28 of file EventEntryDescription.h.
edm::EventEntryDescription::EventEntryDescription | ( | ) |
Definition at line 11 of file EventEntryDescription.cc.
|
inline |
EntryDescriptionID edm::EventEntryDescription::id | ( | ) | const |
Definition at line 16 of file EventEntryDescription.cc.
References cms::Digest::digest(), MillePedeFileConverter_cfg::e, mps_fire::i, moduleDescriptionID_, parents_, AlCaHLTBitMon_QueryRunRegistry::string, and cms::MD5Result::toString().
Referenced by edm::RootFile::readEntryDescriptionTree(), and ~EventEntryDescription().
|
inline |
Definition at line 39 of file EventEntryDescription.h.
References parents_.
Referenced by edm::operator==(), edm::RootFile::readEntryDescriptionTree(), and setParents().
|
inline |
Definition at line 41 of file EventEntryDescription.h.
References parents(), and parents_.
void edm::EventEntryDescription::write | ( | std::ostream & | os | ) | const |
Definition at line 37 of file EventEntryDescription.cc.
Referenced by pkg.AbstractPkg::generate(), edm::operator<<(), and ~EventEntryDescription().
|
private |
Definition at line 48 of file EventEntryDescription.h.
Referenced by id().
|
private |
Definition at line 46 of file EventEntryDescription.h.
Referenced by id(), parents(), and setParents().