ATLAS Offline Software
Loading...
Searching...
No Matches
IInDetVertexTruthMatchTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef IInDetVertexTruthMatchTool_h
6#define IInDetVertexTruthMatchTool_h
7
8// Framework include(s):
9#include "AsgTools/IAsgTool.h"
10
11// EDM include(s):
13
14
20
22
24
25public:
26
27//take const collection of vertices, match them, and decorate with matching info
28 virtual StatusCode matchVertices( const xAOD::VertexContainer & vxContainer ) const = 0;
29
30};
31
32#endif
#define ASG_TOOL_INTERFACE(CLASSNAME)
Class for vertex truth matching.
virtual StatusCode matchVertices(const xAOD::VertexContainer &vxContainer) const =0
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".