![]() |
ATLAS Offline Software
|
Represent a single association by index. More...
#include "D3PDMakerInterfaces/IBlockFillerTool.h"#include "D3PDMakerInterfaces/ISingleAssociationTool.h"#include "D3PDMakerInterfaces/ICollectionGetterRegistryTool.h"#include "D3PDMakerUtils/AddVariable.h"#include "D3PDMakerUtils/TypeConverter.h"#include "D3PDMakerUtils/IndexMap.h"#include "AthenaBaseComps/AthAlgTool.h"#include "GaudiKernel/ToolHandle.h"Go to the source code of this file.
Namespaces | |
| namespace | D3PD |
| Block filler tool for noisy FEB information. | |
Functions | |
| D3PD::IndexAssociationFillerTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Represent a single association by index. | |
| virtual StatusCode | D3PD::initialize () |
Standard Gaudi initialize method. | |
| virtual StatusCode | D3PD::configureD3PD (IAddVariable *tree, const std::type_info &ti) |
| Configure during initialization: type-check. | |
| virtual StatusCode | D3PD::book () |
| Declare tuple variables. | |
Variables | |
| std::string | D3PD::m_targetLabel |
| Fill one block. | |
| std::string | D3PD::m_prefix |
| Property: The variable name prefix. | |
| std::string | D3PD::m_blockName |
| Property: the name of this block. | |
| ToolHandle< ICollectionGetterRegistryTool > | D3PD::m_registry |
| Property: The ICollectionGetterRegistryTool instance. | |
| bool | D3PD::m_allowMissing |
| Property: Don't give an error if the target getter fails to find the input objects. | |
| int * | D3PD::m_index |
| Index variable. | |
| TypeConverter | D3PD::m_converter |
| Helper to convert from pointer returned by the associator to pointer into the index container. | |
| IndexMap | D3PD::m_map |
| Map from objects to indices. | |
Represent a single association by index.
Definition in file IndexAssociationFillerTool.h.