1 #ifndef DataFormats_Provenance_BranchKey_h 2 #define DataFormats_Provenance_BranchKey_h 15 class BranchDescription;
39 return a.friendlyClassName() <
b.friendlyClassName() ?
true 40 :
a.friendlyClassName() >
b.friendlyClassName() ?
false 41 :
a.moduleLabel() <
b.moduleLabel() ?
true 42 :
a.moduleLabel() >
b.moduleLabel() ?
false 43 :
a.productInstanceName() <
b.productInstanceName() ?
true 44 :
a.productInstanceName() >
b.productInstanceName() ?
false 45 :
a.processName() <
b.processName() ?
true bool operator<(DetSet< T > const &x, DetSet< T > const &y)
constexpr bool operator==(ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept
BranchKey(std::string const &cn, std::string const &ml, std::string const &pin, std::string const &pn)
std::string const & friendlyClassName() const
std::string productInstanceName_
std::string friendlyClassName_
std::string const & moduleLabel() const
constexpr bool operator!=(ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept
std::string const & productInstanceName() const
std::string const & processName() const
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger table.