ATLAS Offline Software
Loading...
Searching...
No Matches
IMSVertexRecoTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#pragma once
6
7#include <vector>
8
9#include "GaudiKernel/EventContext.h"
10#include "GaudiKernel/IAlgTool.h"
13//
14
15namespace Muon {
16
18 class IMSVertexRecoTool : virtual public IAlgTool {
19 public:
22
23 virtual StatusCode findMSvertices(const std::vector<Tracklet>& tracklets, std::vector<std::unique_ptr<MSVertex>> &vertices,
24 const EventContext& ctx) const = 0;
25 };
26
27} // namespace Muon
The IMSVertexRecoTool is a pure virtual interface.
DeclareInterfaceID(Muon::IMSVertexRecoTool, 1, 0)
access to tool interface
virtual StatusCode findMSvertices(const std::vector< Tracklet > &tracklets, std::vector< std::unique_ptr< MSVertex > > &vertices, const EventContext &ctx) const =0
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.