ATLAS Offline Software
Loading...
Searching...
No Matches
ICandidateSearch.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef ICANDIDATESEARCH_H
5#define ICANDIDATESEARCH_H
7#include "GaudiKernel/IAlgTool.h"
8namespace Analysis {
9
10class ICandidateSearch : virtual public IAlgTool {
11public:
12 virtual StatusCode performSearch(const EventContext& ctx, xAOD::VertexContainer&) const = 0;
14 static const InterfaceID& interfaceID() {
15 static const InterfaceID IID_ICandidateSearch("ICandidateSearch", 1, 0);
16 return IID_ICandidateSearch; }
17};
18}
19#endif
20
static const InterfaceID & interfaceID()
AlgTool interface methods.
virtual StatusCode performSearch(const EventContext &ctx, xAOD::VertexContainer &) const =0
The namespace of all packages in PhysicsAnalysis/JetTagging.
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".