ATLAS Offline Software
Loading...
Searching...
No Matches
IMSVertexTrackletTool.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"
12//
13
14namespace Muon {
15
17 class IMSVertexTrackletTool : virtual public IAlgTool {
18 public:
21
22 virtual StatusCode findTracklets(std::vector<Tracklet>& traklets, const EventContext& ctx) const = 0;
23 };
24
25} // namespace Muon
The IMSVertexTrackletTool is a pure virtual interface.
DeclareInterfaceID(Muon::IMSVertexTrackletTool, 1, 0)
access to tool interface
virtual StatusCode findTracklets(std::vector< Tracklet > &traklets, const EventContext &ctx) const =0
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.