Public Member Functions | |
BranchKey ()=default | |
BranchKey (std::string cn, std::string ml, std::string pin, std::string pn, BranchType bt=NumBranchTypes) | |
BranchKey (BranchDescription const &desc) | |
std::string | branchName () const |
Public Attributes | |
std::string | friendlyClassName_ {} |
std::string | moduleLabel_ {} |
std::string | productInstanceName_ {} |
std::string | processName_ {} |
int | branchType_ {NumBranchTypes} |
Definition at line 30 of file BranchKey.h.
|
default |
|
inline |
Definition at line 49 of file BranchKey.h.
References branchType_, moduleLabel_, processName_, and productInstanceName_.
|
explicit |
std::string art::BranchKey::branchName | ( | ) | const |
int art::BranchKey::branchType_ {NumBranchTypes} |
Definition at line 46 of file BranchKey.h.
Referenced by BranchKey(), and art::operator<().
std::string art::BranchKey::friendlyClassName_ {} |
Definition at line 42 of file BranchKey.h.
Referenced by art::operator<().
std::string art::BranchKey::moduleLabel_ {} |
Definition at line 43 of file BranchKey.h.
Referenced by BranchKey(), and art::operator<().
std::string art::BranchKey::processName_ {} |
Definition at line 45 of file BranchKey.h.
Referenced by BranchKey(), and art::operator<().
std::string art::BranchKey::productInstanceName_ {} |
Definition at line 44 of file BranchKey.h.
Referenced by BranchKey(), and art::operator<().