ATLAS Offline Software
|
The IMuonSegmentInfoExtender is a pure virtual interface for tools extending muon segments with additional information. More...
#include <IMuonSegmentInfoExtender.h>
Public Member Functions | |
virtual void | extendInfo (MuPatSegment *segment) const =0 |
interface for tools to add information to the muon segment that has already been created More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
access to tool interface More... | |
The IMuonSegmentInfoExtender is a pure virtual interface for tools extending muon segments with additional information.
The following interface is available.
Definition at line 31 of file IMuonSegmentInfoExtender.h.
|
pure virtual |
interface for tools to add information to the muon segment that has already been created
segment | the segment whose info you wish to extend |
|
inlinestatic |
access to tool interface
Definition at line 42 of file IMuonSegmentInfoExtender.h.