ATLAS Offline Software
Namespaces | Typedefs | Functions
BTaggingUtilities.cxx File Reference
#include "xAODBTagging/BTaggingUtilities.h"
Include dependency graph for BTaggingUtilities.cxx:

Go to the source code of this file.

Namespaces

 xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
 
 xAOD::BTaggingUtilities
 

Typedefs

typedef SG::AuxElement::Accessor< ElementLink< BTaggingContainer > > xAOD::BTaggingUtilities::Accessor_t
 Convenience type for the accessor. More...
 
typedef SG::AuxElement::Decorator< ElementLink< BTaggingContainer > > xAOD::BTaggingUtilities::Decorator_t
 Convenience type for the decorator. More...
 

Functions

const BTaggingxAOD::BTaggingUtilities::getBTagging (const SG::AuxElement &part)
 Access the default xAOD::BTagging object associated to an object. More...
 
const BTaggingxAOD::BTaggingUtilities::getBTagging (const SG::AuxElement &part, const std::string &linkName)
 Access a non-standard xAOD::BTagging object associated to an object. More...
 
const ElementLink< xAOD::BTaggingContainer > & xAOD::BTaggingUtilities::getBTaggingLink (const SG::AuxElement &part)
 Access the default xAOD::BTagging link for an object. More...
 
const ElementLink< xAOD::BTaggingContainer > & xAOD::BTaggingUtilities::getBTaggingLink (const SG::AuxElement &part, const std::string &linkName)
 Access a non-standard xAOD::BTagging link for an object. More...
 
void xAOD::BTaggingUtilities::setBTaggingLink (const SG::AuxElement &part, const ElementLink< BTaggingContainer > &link)
 Set the default xAOD::BTagging link for an object. More...
 
void xAOD::BTaggingUtilities::setBTaggingLink (const SG::AuxElement &part, const ElementLink< BTaggingContainer > &link, const std::string &linkName)
 Set a non-standard xAOD::BTagging link for an object. More...