Go to the documentation of this file. 1 #ifndef DataFormats_Provenance_BranchKey_h
2 #define DataFormats_Provenance_BranchKey_h
15 class BranchDescription;
39 return a.friendlyClassName() <
b.friendlyClassName()
41 :
a.friendlyClassName() >
b.friendlyClassName()
43 :
a.moduleLabel() <
b.moduleLabel()
45 :
a.moduleLabel() >
b.moduleLabel()
47 :
a.productInstanceName() <
b.productInstanceName()
49 :
a.productInstanceName() >
b.productInstanceName()
51 :
a.processName() <
b.processName() ?
true :
false;
58 std::ostream&
operator<<(std::ostream& os, BranchKey
const&
bk);
std::string const & processName() const
std::string productInstanceName_
std::string const & friendlyClassName() const
std::string friendlyClassName_
BranchKey(std::string const &cn, std::string const &ml, std::string const &pin, std::string const &pn)
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
std::string const & productInstanceName() const
std::string const & moduleLabel() const