Go to the source code of this file.
◆ INST_JET_ATTRIB
| #define INST_JET_ATTRIB |
( |
| TYPE | ) |
|
Value: template TYPE \
template void \
#define TYPE(CODE, TYP, IOTYP)
void setAttribute(const std::string &name, const T &v)
bool getAttribute(AttributeID type, T &value) const
Retrieve attribute moment by enum.
Helper macro for instantiating the "attribute function(s)".
Definition at line 41 of file xAODJetDict.h.
41#define INST_JET_ATTRIB( TYPE ) \
42 template TYPE \
43 xAOD::Jet::getAttribute< TYPE >( xAOD::JetAttribute::AttributeID ) const; \
44 template TYPE xAOD::Jet::getAttribute< TYPE >( const std::string& ) const; \
45 template void \
46 xAOD::Jet::setAttribute< TYPE >( xAOD::JetAttribute::AttributeID, \
47 const TYPE& ); \
48 template void xAOD::Jet::setAttribute< TYPE >( const std::string&, \
49 const TYPE& )
◆ INST_JET_ATTRIB() [1/5]
| INST_JET_ATTRIB |
( |
float | | ) |
|
◆ INST_JET_ATTRIB() [2/5]
◆ INST_JET_ATTRIB() [3/5]
| INST_JET_ATTRIB |
( |
std::vector< float > | | ) |
|
◆ INST_JET_ATTRIB() [4/5]
| INST_JET_ATTRIB |
( |
std::vector< int > | | ) |
|
◆ INST_JET_ATTRIB() [5/5]
◆ xAOD::Jet::getAssociatedObject< xAOD::IParticle >() [1/2]
◆ xAOD::Jet::getAssociatedObject< xAOD::IParticle >() [2/2]
◆ xAOD::Jet::getAssociatedObjects< xAOD::IParticle >() [1/2]
◆ xAOD::Jet::getAssociatedObjects< xAOD::IParticle >() [2/2]
◆ xAOD::Jet::setAssociatedObject< xAOD::IParticle >()
◆ xAOD::Jet::setAssociatedObjects< xAOD::IParticle >()