#include <BranchKey.h>
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 31 of file BranchKey.h.
|
default |
|
inline |
Definition at line 50 of file BranchKey.h.
|
explicit |
Definition at line 14 of file BranchKey.cc.
std::string art::BranchKey::branchName | ( | ) | const |
Definition at line 23 of file BranchKey.cc.
int art::BranchKey::branchType_ {NumBranchTypes} |
Definition at line 47 of file BranchKey.h.
std::string art::BranchKey::friendlyClassName_ {} |
Definition at line 43 of file BranchKey.h.
std::string art::BranchKey::moduleLabel_ {} |
Definition at line 44 of file BranchKey.h.
std::string art::BranchKey::processName_ {} |
Definition at line 46 of file BranchKey.h.
std::string art::BranchKey::productInstanceName_ {} |
Definition at line 45 of file BranchKey.h.