ATLAS Offline Software
Loading...
Searching...
No Matches
IPartCombItr.cxx File Reference
Include dependency graph for IPartCombItr.cxx:

Go to the source code of this file.

Namespaces

namespace  TrigCompositeUtils

Functions

bool TrigCompositeUtils::uniqueObjects (const std::vector< LinkInfo< xAOD::IParticleContainer > > &links)
 Helper fucntion that returns true if no objects are repeated.
bool TrigCompositeUtils::uniqueInitialRoIs (const std::vector< LinkInfo< xAOD::IParticleContainer > > &links)
 Helper function that returns true if no objects share an initial RoI.
bool TrigCompositeUtils::uniqueRoIs (const std::vector< LinkInfo< xAOD::IParticleContainer > > &links)
 Helper function that returns true if no objects share a final RoI.
std::function< bool(const std::vector< LinkInfo< xAOD::IParticleContainer > > &)> TrigCompositeUtils::getFilter (FilterType filter)
 Get a lambda corresponding to the specified FilterType enum.