ATLAS Offline Software
Loading...
Searching...
No Matches
IndexAssociationFillerTool.h File Reference

Represent a single association by index. More...

Include dependency graph for IndexAssociationFillerTool.h:
This graph shows which files directly or indirectly include this file:

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< ICollectionGetterRegistryToolD3PD::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.

Detailed Description

Represent a single association by index.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Aug, 2009

Definition in file IndexAssociationFillerTool.h.