![]() |
ATLAS Offline Software
|
#include <iostream>#include "xAODBase/IParticleContainer.h"#include "AthContainers/AuxElement.h"#include "xAODJet/JetAttributes.h"#include "xAODJet/JetAccessors.h"#include "xAODJet/JetTypes.h"Go to the source code of this file.
Classes | |
| struct | xAOD::JetAttributeAccessor::AccessorMap_v1< T > |
| Define a template struct. More... | |
| struct | xAOD::JetAttributeAccessor::ObjectAccessorMap_v1< T > |
Namespaces | |
| namespace | xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
| namespace | xAOD::JetAttributeAccessor |
Macros | |
| #define | JET_DEFINE_ATT_ACCESSOR(NAME) |
| This header defines functions to map an Attribute enum to a static accessor object for the corresponding attribute. | |
| #define | JET_DEFINE_ASSO_ACCESSOR(NAME) |
| #define | JET_DEFINE_ASSOBJ_ACCESSOR(NAME) |
Functions | |
| std::string | xAOD::JetAttributeAccessor::name_v1 (xAOD::JetAttribute::AttributeID id) |
| Returns a name given the AttributeID. | |
| std::string | xAOD::JetAttributeAccessor::assoName_v1 (xAOD::JetAttribute::AssoParticlesID id) |
| Returns a name given the AssoParticlesID. | |
| #define JET_DEFINE_ASSO_ACCESSOR | ( | NAME | ) |
Definition at line 36 of file JetAccessorMap_v1.h.
| #define JET_DEFINE_ASSOBJ_ACCESSOR | ( | NAME | ) |
Definition at line 44 of file JetAccessorMap_v1.h.
| #define JET_DEFINE_ATT_ACCESSOR | ( | NAME | ) |
This header defines functions to map an Attribute enum to a static accessor object for the corresponding attribute.
This file contains and defines the implementation for the _v1 version of the attributes and associated object content of Jet.
Definition at line 26 of file JetAccessorMap_v1.h.