Definition at line 81 of file FEAssociationTool.h.
◆ make()
Definition at line 69 of file FEAssociationTool.cxx.
71{
72 const bool aFirst =
73 std::less<const xAOD::IParticleContainer*>{}(
a,
b) || (
a == b && ia <= ib);
74
75 return aFirst ? PairKey{
a, ia,
b,
ib} : PairKey{
b,
ib,
a, ia};
76}
◆ operator==()
| bool ORUtils::FEAssociationTool::PairKey::operator== |
( |
const PairKey & | o | ) |
const |
|
noexcept |
◆ c1
◆ c2
◆ i1
| std::size_t ORUtils::FEAssociationTool::PairKey::i1 = 0 |
◆ i2
| std::size_t ORUtils::FEAssociationTool::PairKey::i2 = 0 |
The documentation for this struct was generated from the following files: