![]() |
ATLAS Offline Software
|
#include "TrigCompositeUtils/IPartCombItr.h"#include <set>#include "TrigSteeringEvent/TrigRoiDescriptorCollection.h"#include "TrigCompositeUtils/TrigCompositeUtils.h"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. | |