ATLAS Offline Software
|
Interface for tools calculating hit count summaries for track. More...
#include <IMuonSegmentConverterTool.h>
Public Member Functions | |
virtual | ~IMuonSegmentConverterTool ()=default |
DeclareInterfaceID (xAODMaker::IMuonSegmentConverterTool, 1, 0) | |
IAlgTool interface. More... | |
virtual xAOD::MuonSegment * | convert (const ElementLink< ::Trk::SegmentCollection > &segLink, xAOD::MuonSegmentContainer *container=nullptr) const =0 |
convert a ElementLink to a Trk::Segment (should be of type MuonSegment) to a xAOD::MuonSegment, the segment is add to the container if provided so the caller should not delete it More... | |
virtual xAOD::MuonSegment * | convert (const Muon::MuonSegment &seg, xAOD::MuonSegmentContainer *container=nullptr) const =0 |
convert a Muon::MuonSegment to a xAOD::MuonSegment, the segment is add to the container if provided so the caller should not delete it More... | |
Interface for tools calculating hit count summaries for track.
Definition at line 19 of file IMuonSegmentConverterTool.h.
|
virtualdefault |
|
pure virtual |
convert a ElementLink to a Trk::Segment (should be of type MuonSegment) to a xAOD::MuonSegment, the segment is add to the container if provided so the caller should not delete it
|
pure virtual |
convert a Muon::MuonSegment to a xAOD::MuonSegment, the segment is add to the container if provided so the caller should not delete it
xAODMaker::IMuonSegmentConverterTool::DeclareInterfaceID | ( | xAODMaker::IMuonSegmentConverterTool | , |
1 | , | ||
0 | |||
) |
IAlgTool interface.