![]() |
ATLAS Offline Software
|
Typedefs | |
typedef SG::AuxElement::Accessor< ElementLink< BTaggingContainer > > | Accessor_t |
Convenience type for the accessor. More... | |
typedef SG::AuxElement::Decorator< ElementLink< BTaggingContainer > > | Decorator_t |
Convenience type for the decorator. More... | |
Functions | |
const BTagging * | getBTagging (const SG::AuxElement &part) |
Access the default xAOD::BTagging object associated to an object. More... | |
const BTagging * | 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 > & | getBTaggingLink (const SG::AuxElement &part) |
Access the default xAOD::BTagging link for an object. More... | |
const ElementLink< xAOD::BTaggingContainer > & | getBTaggingLink (const SG::AuxElement &part, const std::string &linkName) |
Access a non-standard xAOD::BTagging link for an object. More... | |
void | setBTaggingLink (const SG::AuxElement &part, const ElementLink< BTaggingContainer > &link) |
Set the default xAOD::BTagging link for an object. More... | |
void | setBTaggingLink (const SG::AuxElement &part, const ElementLink< BTaggingContainer > &link, const std::string &linkName) |
Set a non-standard xAOD::BTagging link for an object. More... | |
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.