ATLAS Offline Software
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"
11 #include "MSVertexUtils/MSVertex.h"
12 #include "MSVertexUtils/Tracklet.h"
13 //
14 
15 namespace 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
Muon::IMSVertexRecoTool
The IMSVertexRecoTool is a pure virtual interface.
Definition: IMSVertexRecoTool.h:18
MSVertex.h
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Muon::IMSVertexRecoTool::findMSvertices
virtual StatusCode findMSvertices(const std::vector< Tracklet > &tracklets, std::vector< std::unique_ptr< MSVertex >> &vertices, const EventContext &ctx) const =0
Muon::IMSVertexRecoTool::DeclareInterfaceID
DeclareInterfaceID(Muon::IMSVertexRecoTool, 1, 0)
access to tool interface
Tracklet.h