#include <BranchKey.h>
Public Member Functions | |
BranchKey () | |
BranchKey (std::string const &cn, std::string const &ml, std::string const &pin, std::string const &pn) | |
BranchKey (BranchDescription const &desc) | |
BranchKey (ConstBranchDescription const &desc) | |
Public Attributes | |
std::string | friendlyClassName_ |
std::string | moduleLabel_ |
std::string | processName_ |
std::string | productInstanceName_ |
Definition at line 18 of file BranchKey.h.
|
inline |
Definition at line 19 of file BranchKey.h.
|
inline |
Definition at line 22 of file BranchKey.h.
|
explicit |
Definition at line 15 of file BranchKey.cc.
|
explicit |
Definition at line 21 of file BranchKey.cc.
std::string edm::BranchKey::friendlyClassName_ |
Definition at line 33 of file BranchKey.h.
Referenced by edm::operator<(), and edm::operator<<().
std::string edm::BranchKey::moduleLabel_ |
Definition at line 34 of file BranchKey.h.
Referenced by Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), edm::operator<(), and edm::operator<<().
std::string edm::BranchKey::processName_ |
Definition at line 36 of file BranchKey.h.
Referenced by edm::operator<(), and edm::operator<<().
std::string edm::BranchKey::productInstanceName_ |
Definition at line 35 of file BranchKey.h.
Referenced by edm::operator<(), and edm::operator<<().