ATLAS Offline Software
TrigMatchToolCore Member List

This is the complete list of members for TrigMatchToolCore, including all inherited members.

anyMatch(const U *matchObject, const std::vector< const T * > &targetObjects, float maxDistance, const DistanceFunctor< T, U > *metric) constObjectMatching
anyMatch(const U *matchObject, const std::vector< const T * > &targetObjects, float maxDistance) constObjectMatching
ATLAS_THREAD_SAFETrigMatchToolCoremutableprivate
ATLAS_THREAD_SAFETrigMatchToolCoremutableprivate
ATLAS_THREAD_SAFETrigMatchToolCoremutableprivate
chainNameToIndex(const std::string &chainName) constTrigMatchToolCoreprivate
chainPassedByObject(const baseType *baseObject, const std::string &chainName, float maxDistance, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
chainPassedByObject(const baseType *baseObject, const std::string &chainName, float maxDistance=0.1) constTrigMatchToolCore
chainPassedByObject(const baseType *baseObject, size_t chainIndex, float maxDistance, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCoreprivate
chainsPassedByObject(const baseType *baseObject, float maxDistance, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
chainsPassedByObject(const baseType *baseObject, float maxDistance=0.1) constTrigMatchToolCore
changedDecisionAware() constTrigMatchToolCoreinlineprivatevirtual
clearChainIndex()TrigMatchToolCoreprotected
collectObjects(const std::string &featureLabel, std::vector< const trigType * > &objects, const Trig::FeatureContainer &featureContainer, bool onlyPassedFeatures, const TrigMatch::DirectAttached *) constTrigMatchToolCoreprivate
collectObjects(const std::string &featureLabel, std::vector< const trigType * > &objects, const Trig::FeatureContainer &featureContainer, bool onlyPassedFeatures, const contType *) constTrigMatchToolCoreprivate
collectObjects(const std::string &featureLabel, std::vector< const trigType * > &objects, const Trig::FeatureContainer &featureContainer, bool onlyPassedFeatures, const TrigMatch::AncestorAttached *) constTrigMatchToolCoreprivate
distance(const T *t, const U *u, const DistanceFunctor< T, U > *metric) constObjectMatching
distance(const T *t, const U *u) constObjectMatching
endEvent()TrigMatchToolCoreprotectedvirtual
getCache(int type_key, SlotCache &slotCache, const SlotCache::lock_t &lock) constTrigMatchToolCoreprivate
getCache1(const std::type_info *tid, int type_key, SlotCache &slotCache, const SlotCache::lock_t &lock) constTrigMatchToolCoreprivate
getCachedFeatureContainer(size_t chainIndex, SlotCache &cache, const SlotCache::lock_t &lock) constTrigMatchToolCoreprivate
getConfiguredChainNames() const =0TrigMatchToolCoreprivatepure virtual
getFeatureContainer(const std::string &chainName, const int condition) const =0TrigMatchToolCoreprivatepure virtual
getObjects(std::vector< const trigType * > &objects, const std::string &chainName, bool onlyPassedFeatures) constTrigMatchToolCoreprivate
getObjects(std::vector< const trigType * > &objects, size_t chainIndex, bool onlyPassedFeatures) constTrigMatchToolCoreprivate
getTriggerObjects(const std::string &chainName, bool onlyPassedFeatures) constTrigMatchToolCore
getTriggerObjects(size_t chainIndex, bool onlyPassedFeatures) constTrigMatchToolCoreprivate
lowerChainName(const std::string &chainName) const =0TrigMatchToolCoreprivatepure virtual
m_trigDecisionToolCoreTrigMatchToolCoreprivate
matchedTriggerObjects(const DataVector< baseType > &baseObjects, const std::string &chainName, float maxDistance, bool onlyBestMatch, bool onlyPassedFeatures, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
matchedTriggerObjects(const DataVector< baseType > &baseObjects, const std::string &chainName, float maxDistance=0.1, bool onlyBestMatch=true, bool onlyPassedFeatures=false) constTrigMatchToolCore
matchedTriggerObjects(const std::vector< const baseType * > &baseObjects, const std::string &chainName, float maxDistance, bool onlyBestMatch, bool onlyPassedFeatures, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
matchedTriggerObjects(const std::vector< const baseType * > &baseObjects, const std::string &chainName, float maxDistance=0.1, bool onlyBestMatch=true, bool onlyPassedFeatures=false) constTrigMatchToolCore
matchToAllTriggerObjects(const baseType *baseObject, float maxDistance, bool onlyPassedFeatures, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
matchToAllTriggerObjects(const baseType *baseObject, float maxDistance=0.1, bool onlyPassedFeatures=false) constTrigMatchToolCore
matchToObject(const U *matchObject, const std::vector< const T * > &targetObjects, float maxDistance, const DistanceFunctor< T, U > *metric) constObjectMatching
matchToObject(const U *matchObject, const std::vector< const T * > &targetObjects, float maxDistance=0.1) constObjectMatching
matchToObject(const U *matchObject, const DataVector< T > &targetObjects, float maxDistance, const DistanceFunctor< T, U > *metric) constObjectMatching
matchToObject(const U *matchObject, const DataVector< T > &targetObjects, float maxDistance=0.1) constObjectMatching
matchToObjects(const U *matchObject, const std::vector< const T * > &targetObjects, float maxDistance, const DistanceFunctor< T, U > *metric) constObjectMatching
matchToObjects(const U *matchObject, const std::vector< const T * > &targetObjects, float maxDistance=0.1) constObjectMatching
matchToObjects(const U *matchObject, const DataVector< T > &targetObjects, float maxDistance, const DistanceFunctor< T, U > *metric) constObjectMatching
matchToObjects(const U *matchObject, const DataVector< T > &targetObjects, float maxDistance=0.1) constObjectMatching
matchToTriggerObject(const baseType *baseObject, const std::string &chainName, float maxDistance, bool onlyPassedFeatures, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
matchToTriggerObject(const baseType *baseObject, const std::string &chainName, float maxDistance=0.1, bool onlyPassedFeatures=false) constTrigMatchToolCore
matchToTriggerObject(const baseType *, const std::string &, bool) constTrigMatchToolCoreinline
matchToTriggerObjects(const baseType *baseObject, const std::string &chainName, float maxDistance, bool onlyPassedFeatures, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
matchToTriggerObjects(const baseType *baseObject, const std::string &chainName, float maxDistance=0.1, bool onlyPassedFeatures=false) constTrigMatchToolCore
matchToTriggerObjects(const baseType *baseObject, size_t chainIndex, float maxDistance, bool onlyPassedFeatures, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCoreprivate
ObjectMatching()ObjectMatchinginline
objectsInChain(const std::vector< const baseType * > &baseObjects, const std::string &chainName, bool onlyPassedFeatures, float maxDistance, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
objectsInChain(const std::vector< const baseType * > &baseObjects, const std::string &chainName, bool onlyPassedFeatures=false, float maxDistance=0.1) constTrigMatchToolCore
prepareMetric() constObjectMatchingprotected
propagateChainNames(const std::string &chainName, const trait *) constTrigMatchToolCoreinlineprivate
propagateChainNames(const std::string &chainName, const TrigMatch::AncestorAttached *) constTrigMatchToolCoreinlineprivate
propagateChainNames(const std::string &chainName) constTrigMatchToolCoreprivatevirtual
setFeatureLabel(const std::string &label)TrigMatchToolCoreinline
setTDT(Trig::TrigDecisionToolCore *tdt)TrigMatchToolCoreinlineprotected
TrigMatchToolCore()TrigMatchToolCore
unmatchedTriggerObjects(const DataVector< baseType > &baseObjects, const std::string &chainName, float maxDistance, bool onlyBestMatch, bool onlyPassedFeatures, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
unmatchedTriggerObjects(const DataVector< baseType > &baseObjects, const std::string &chainName, float maxDistance=0.1, bool onlyBestMatch=true, bool onlyPassedFeatures=false) constTrigMatchToolCore
unmatchedTriggerObjects(const std::vector< const baseType * > &baseObjects, const std::string &chainName, float maxDistance, bool onlyBestMatch, bool onlyPassedFeatures, const DistanceFunctor< trigType, baseType > *metric) constTrigMatchToolCore
unmatchedTriggerObjects(const std::vector< const baseType * > &baseObjects, const std::string &chainName, float maxDistance=0.1, bool onlyBestMatch=true, bool onlyPassedFeatures=false) constTrigMatchToolCore
warning(const std::string &w) const =0TrigMatchToolCoreprivatepure virtual
~ObjectMatching()ObjectMatchinginlinevirtual
~TrigMatchToolCore()TrigMatchToolCorevirtual