![]() |
ATLAS Offline Software
|
#include <IMuonNSWSegmentFinderTool.h>
Classes | |
| struct | SegmentMakingCache |
| Helper struct to parse the data around. More... | |
Public Types | |
| using | MuonClusterPtr = std::unique_ptr<const Muon::MuonClusterOnTrack> |
| using | MuonClusterVec = std::vector<MuonClusterPtr> |
Public Member Functions | |
| virtual void | find (const EventContext &ctx, SegmentMakingCache &cache) const =0 |
| virtual | ~IMuonNSWSegmentFinderTool ()=default |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| access to tool interface | |
Definition at line 19 of file IMuonNSWSegmentFinderTool.h.
| using Muon::IMuonNSWSegmentFinderTool::MuonClusterPtr = std::unique_ptr<const Muon::MuonClusterOnTrack> |
Definition at line 27 of file IMuonNSWSegmentFinderTool.h.
| using Muon::IMuonNSWSegmentFinderTool::MuonClusterVec = std::vector<MuonClusterPtr> |
Definition at line 28 of file IMuonNSWSegmentFinderTool.h.
|
virtualdefault |
|
pure virtual |
Implemented in Muon::MuonNSWSegmentFinderTool.
|
inlinestatic |
access to tool interface
Definition at line 22 of file IMuonNSWSegmentFinderTool.h.