ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MSVertexReconstruction
MSVertexToolInterfaces
MSVertexToolInterfaces
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
:
21
DeclareInterfaceID
(
Muon::IMSVertexRecoTool
, 1, 0);
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
MSVertex.h
Tracklet.h
Muon::IMSVertexRecoTool
The IMSVertexRecoTool is a pure virtual interface.
Definition
IMSVertexRecoTool.h:18
Muon::IMSVertexRecoTool::DeclareInterfaceID
DeclareInterfaceID(Muon::IMSVertexRecoTool, 1, 0)
access to tool interface
Muon::IMSVertexRecoTool::findMSvertices
virtual StatusCode findMSvertices(const std::vector< Tracklet > &tracklets, std::vector< std::unique_ptr< MSVertex > > &vertices, const EventContext &ctx) const =0
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Generated on
for ATLAS Offline Software by
1.17.0