ATLAS Offline Software
Loading...
Searching...
No Matches
TruthParticleProdVertexAssociationTool.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
14
15
16#ifndef TRUTHD3PDMAKER_TRUTHPARTICLEPRODVERTEXASSOCIATIONTOOL_H
17#define TRUTHD3PDMAKER_TRUTHPARTICLEPRODVERTEXASSOCIATIONTOOL_H
18
19
23
24
25namespace D3PD {
26
27
32 : public SingleAssociationTool<xAOD::TruthParticle, xAOD::TruthVertex>
33{
34public:
36
37
45 const std::string& name,
46 const IInterface* parent);
47
48
55 virtual const xAOD::TruthVertex* get (const xAOD::TruthParticle& p);
56};
57
58
59} // namespace D3PD
60
61
62
63#endif // not TRUTHD3PDMAKER_TRUTHPARTICLEPRODVERTEXASSOCIATIONTOOL_H
Type-safe wrapper for single associator tools.
SingleAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
SingleAssociationTool< xAOD::TruthParticle, xAOD::TruthVertex > Base
virtual const xAOD::TruthVertex * get(const xAOD::TruthParticle &p)
Return the target object.
TruthParticleProdVertexAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Block filler tool for noisy FEB information.
TruthVertex_v1 TruthVertex
Typedef to implementation.
Definition TruthVertex.h:15
TruthParticle_v1 TruthParticle
Typedef to implementation.