![]() |
ATLAS Offline Software
|
Typedefs | |
| typedef SG::AuxElement::Accessor< ElementLink< BTaggingContainer > > | Accessor_t |
| Convenience type for the accessor. | |
| typedef SG::AuxElement::Decorator< ElementLink< BTaggingContainer > > | Decorator_t |
| Convenience type for the decorator. | |
Functions | |
| const BTagging * | getBTagging (const SG::AuxElement &part) |
Access the default xAOD::BTagging object associated to an object. | |
| const BTagging * | getBTagging (const SG::AuxElement &part, const std::string &linkName) |
Access a non-standard xAOD::BTagging object associated to an object. | |
| const ElementLink< xAOD::BTaggingContainer > & | getBTaggingLink (const SG::AuxElement &part) |
Access the default xAOD::BTagging link for an object. | |
| const ElementLink< xAOD::BTaggingContainer > & | getBTaggingLink (const SG::AuxElement &part, const std::string &linkName) |
Access a non-standard xAOD::BTagging link for an object. | |
| void | setBTaggingLink (const SG::AuxElement &part, const ElementLink< BTaggingContainer > &link) |
Set the default xAOD::BTagging link for an object. | |
| void | setBTaggingLink (const SG::AuxElement &part, const ElementLink< BTaggingContainer > &link, const std::string &linkName) |
Set a non-standard xAOD::BTagging link for an object. | |
Variables | |
| static const Accessor_t | DEFAULT_ACC (DEFAULT_BTAG_LINK_NAME) |
Accessor for the default xAOD::BTagging link. | |
| static const Decorator_t | DEFAULT_DEC (DEFAULT_BTAG_LINK_NAME) |
Decorator for the default xAOD::BTagging link. | |
| static const std::string | DEFAULT_BTAG_LINK_NAME = "btaggingLink" |
The default key for the xAOD::BTagging link. | |
| typedef SG::AuxElement::Accessor< ElementLink< BTaggingContainer > > xAOD::BTaggingUtilities::Accessor_t |
Convenience type for the accessor.
Definition at line 12 of file BTaggingUtilities.cxx.
| typedef SG::AuxElement::Decorator< ElementLink< BTaggingContainer > > xAOD::BTaggingUtilities::Decorator_t |
Convenience type for the decorator.
Definition at line 18 of file BTaggingUtilities.cxx.
| const BTagging * xAOD::BTaggingUtilities::getBTagging | ( | const SG::AuxElement & | part | ) |
Access the default xAOD::BTagging object associated to an object.
Definition at line 37 of file BTaggingUtilities.cxx.
| const BTagging * xAOD::BTaggingUtilities::getBTagging | ( | const SG::AuxElement & | part, |
| const std::string & | linkName ) |
Access a non-standard xAOD::BTagging object associated to an object.
Definition at line 42 of file BTaggingUtilities.cxx.
| const ElementLink< BTaggingContainer > & xAOD::BTaggingUtilities::getBTaggingLink | ( | const SG::AuxElement & | part | ) |
Access the default xAOD::BTagging link for an object.
Definition at line 50 of file BTaggingUtilities.cxx.
| const ElementLink< BTaggingContainer > & xAOD::BTaggingUtilities::getBTaggingLink | ( | const SG::AuxElement & | part, |
| const std::string & | linkName ) |
Access a non-standard xAOD::BTagging link for an object.
Definition at line 57 of file BTaggingUtilities.cxx.
| void xAOD::BTaggingUtilities::setBTaggingLink | ( | const SG::AuxElement & | part, |
| const ElementLink< xAOD::BTaggingContainer > & | el ) |
Set the default xAOD::BTagging link for an object.
Definition at line 64 of file BTaggingUtilities.cxx.
| void xAOD::BTaggingUtilities::setBTaggingLink | ( | const SG::AuxElement & | part, |
| const ElementLink< xAOD::BTaggingContainer > & | el, | ||
| const std::string & | linkName ) |
Set a non-standard xAOD::BTagging link for an object.
Definition at line 70 of file BTaggingUtilities.cxx.
|
static |
Accessor for the default xAOD::BTagging link.
|
static |
The default key for the xAOD::BTagging link.
Definition at line 20 of file BTaggingUtilities.h.
|
static |
Decorator for the default xAOD::BTagging link.