#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) | |
std::string const & | friendlyClassName () const |
std::string const & | moduleLabel () const |
std::string const & | processName () const |
std::string const & | productInstanceName () const |
Private Attributes | |
std::string | friendlyClassName_ |
std::string | moduleLabel_ |
std::string | processName_ |
std::string | productInstanceName_ |
Definition at line 17 of file BranchKey.h.
|
inline |
|
inline |
|
explicit |
Definition at line 12 of file BranchKey.cc.
|
inline |
Definition at line 32 of file BranchKey.h.
References friendlyClassName_.
Referenced by edm::operator<(), and edm::operator<<().
|
inline |
Definition at line 33 of file BranchKey.h.
References moduleLabel_.
Referenced by edm::operator<(), and edm::operator<<().
|
inline |
Definition at line 35 of file BranchKey.h.
References processName_.
Referenced by edm::operator<(), and edm::operator<<().
|
inline |
Definition at line 34 of file BranchKey.h.
References productInstanceName_.
Referenced by edm::operator<(), and edm::operator<<().
|
private |
Definition at line 38 of file BranchKey.h.
Referenced by friendlyClassName().
|
private |
Definition at line 39 of file BranchKey.h.
Referenced by ExternalGeneratorFilter.ExternalGeneratorFilter::insertInto(), Modules.SwitchProducer::insertInto(), Mixins._TypedParameterizable::insertInto(), moduleLabel(), Modules.ESSource::nameInProcessDesc_(), and Modules.ESProducer::nameInProcessDesc_().
|
private |
Definition at line 41 of file BranchKey.h.
Referenced by processName().
|
private |
Definition at line 40 of file BranchKey.h.
Referenced by productInstanceName().