![]() |
ATLAS Offline Software
|
Associate to particle closest in DR. More...
#include "D3PDMakerInterfaces/ICollectionGetterTool.h"#include "D3PDMakerUtils/SingleAssociationTool.h"#include "EventKernel/INavigable4Momentum.h"#include "xAODBase/IParticle.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::DRAssociationTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Associate to particle closest in DR. | |
| 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. | |
| virtual const INavigable4Momentum * | D3PD::get (const INavigable4Momentum &p) override |
| Return the target object. | |
| virtual const xAOD::IParticle * | D3PD::get (const xAOD::IParticle &p) override |
| Return the target object. | |
Variables | |
| float | D3PD::m_drcut |
| Property: DR cut. | |
| float * | D3PD::m_dr |
| Variable: DR to associated object. | |