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