ATLAS Offline Software
Loading...
Searching...
No Matches
VertexCovarianceAssociationTool.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: VertexCovarianceAssociationTool.cxx 281348 2010-02-24 23:15:11Z zaidan $
12
15
16namespace D3PD {
17
25 (const std::string& type,
26 const std::string& name,
27 const IInterface* parent)
28 : Base (type, name, parent)
29{
30}
31
32
40{
41 return &(p.recVertex().covariancePosition());
42}
43
44
51const AmgSymMatrix(3)*
53{
54 return &p.covariancePosition();
55}
56
57
58} // namespace D3PD
#define AmgSymMatrix(dim)
virtual const AmgSymMatrix(3) * get(const Types< Trk::VxCandidate, xAOD::Vertex > &p)=0
VertexCovarianceAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
SingleAssociationTool< Types< Trk::VxCandidate, xAOD::Vertex >, AmgSymMatrix(3)> Base
Block filler tool for noisy FEB information.
Vertex_v1 Vertex
Define the latest version of the vertex class.