ATLAS Offline Software
Loading...
Searching...
No Matches
egammaClusterAssociationTool.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// $Id$
12
13
15
16
17namespace D3PD {
18
19
27 (const std::string& type,
28 const std::string& name,
29 const IInterface* parent)
30 : Base (type, name, parent)
31{
32}
33
34
43{
44 return p.caloCluster();
45}
46
47
48} // namespace D3PD
SingleAssociationTool< xAOD::Egamma, xAOD::CaloCluster > Base
virtual const xAOD::CaloCluster * get(const xAOD::Egamma &p)
Return the target object.
egammaClusterAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Associate from an egamma to its CaloCluster.
Block filler tool for noisy FEB information.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
Egamma_v1 Egamma
Definition of the current "egamma version".
Definition Egamma.h:17