ATLAS Offline Software
|
#include "xAODJet/Jet.h"
#include "xAODJet/JetContainer.h"
#include "xAODJet/JetAuxContainer.h"
#include "xAODJet/versions/Jet_v1.h"
#include "xAODJet/versions/JetContainer_v1.h"
#include "xAODJet/versions/JetAuxContainer_v1.h"
#include "xAODJet/versions/JetTrigAuxContainer_v1.h"
#include "xAODJet/versions/JetTrigAuxContainer_v2.h"
#include "xAODJet/JetTypes.h"
#include "xAODCore/tools/DictHelpers.h"
#include <vector>
Go to the source code of this file.
Macros | |
#define | INST_JET_ATTRIB(TYPE) |
Helper macro for instantiating the "attribute function(s)". More... | |
Functions | |
INST_JET_ATTRIB (float) | |
INST_JET_ATTRIB (int) | |
INST_JET_ATTRIB (std::vector< float >) | |
INST_JET_ATTRIB (std::vector< int >) | |
INST_JET_ATTRIB (xAOD::JetFourMom_t) | |
template std::vector< const xAOD::IParticle * > | xAOD::Jet::getAssociatedObjects< xAOD::IParticle > (xAOD::JetAttribute::AssoParticlesID) const |
template std::vector< const xAOD::IParticle * > | xAOD::Jet::getAssociatedObjects< xAOD::IParticle > (const std::string &) const |
template void | xAOD::Jet::setAssociatedObjects< xAOD::IParticle > (const std::string &, const std::vector< const xAOD::IParticle * > &) |
template const xAOD::IParticle * | xAOD::Jet::getAssociatedObject< xAOD::IParticle > (xAOD::JetAttribute::AssoParticlesID) const |
template const xAOD::IParticle * | xAOD::Jet::getAssociatedObject< xAOD::IParticle > (const std::string &) const |
template void | xAOD::Jet::setAssociatedObject< xAOD::IParticle > (const std::string &, const xAOD::IParticle *) |
#define INST_JET_ATTRIB | ( | TYPE | ) |
Helper macro for instantiating the "attribute function(s)".
Definition at line 42 of file xAODJetDict.h.
INST_JET_ATTRIB | ( | float | ) |
INST_JET_ATTRIB | ( | int | ) |
INST_JET_ATTRIB | ( | std::vector< float > | ) |
INST_JET_ATTRIB | ( | std::vector< int > | ) |
INST_JET_ATTRIB | ( | xAOD::JetFourMom_t | ) |
template const xAOD::IParticle* xAOD::Jet::getAssociatedObject< xAOD::IParticle > | ( | const std::string & | ) | const |
template const xAOD::IParticle* xAOD::Jet::getAssociatedObject< xAOD::IParticle > | ( | xAOD::JetAttribute::AssoParticlesID | ) | const |
template std::vector< const xAOD::IParticle* > xAOD::Jet::getAssociatedObjects< xAOD::IParticle > | ( | const std::string & | ) | const |
template std::vector< const xAOD::IParticle* > xAOD::Jet::getAssociatedObjects< xAOD::IParticle > | ( | xAOD::JetAttribute::AssoParticlesID | ) | const |
template void xAOD::Jet::setAssociatedObject< xAOD::IParticle > | ( | const std::string & | , |
const xAOD::IParticle * | |||
) |
template void xAOD::Jet::setAssociatedObjects< xAOD::IParticle > | ( | const std::string & | , |
const std::vector< const xAOD::IParticle * > & | |||
) |