ATLAS Offline Software
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 #ifndef MSVERTEXTOOLINTERFACES_MUON_IMSVERTEXTRACKLETTOOL_H
6 #define MSVERTEXTOOLINTERFACES_MUON_IMSVERTEXTRACKLETTOOL_H
7 
8 #include <vector>
9 
10 #include "GaudiKernel/EventContext.h"
11 #include "GaudiKernel/IAlgTool.h"
12 #include "MSVertexUtils/Tracklet.h"
13 //
14 static const InterfaceID IID_IMSVertexTrackletTool("Muon::IMSVertexTrackletTool", 1, 0);
15 
16 namespace Muon {
17 
19  class IMSVertexTrackletTool : virtual public IAlgTool {
20  public:
22  static const InterfaceID& interfaceID();
23 
24  virtual StatusCode findTracklets(std::vector<Tracklet>& traklets, const EventContext& ctx) const = 0;
25  };
26 
27  inline const InterfaceID& IMSVertexTrackletTool::interfaceID() { return IID_IMSVertexTrackletTool; }
28 
29 } // namespace Muon
30 
31 #endif
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Muon::IMSVertexTrackletTool
The IMSVertexTrackletTool is a pure virtual interface.
Definition: IMSVertexTrackletTool.h:19
Muon::IMSVertexTrackletTool::findTracklets
virtual StatusCode findTracklets(std::vector< Tracklet > &traklets, const EventContext &ctx) const =0
Muon::IMSVertexTrackletTool::interfaceID
static const InterfaceID & interfaceID()
access to tool interface
Definition: IMSVertexTrackletTool.h:27
Tracklet.h