ATLAS Offline Software
|
Interface for tools creating CompetingMuonClustersOnTrack objects. More...
#include <IMuonCompetingClustersOnTrackCreator.h>
Public Member Functions | |
virtual std::unique_ptr< CompetingMuonClustersOnTrack > | createBroadCluster (const std::list< const Trk::PrepRawData * > &prds, const double errorScaleFactor) const =0 |
method to create a CompetingMuonClustersOnTrack using the average position of the hits and the distance between the clusters as error More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Interface for tools creating CompetingMuonClustersOnTrack objects.
Definition at line 25 of file IMuonCompetingClustersOnTrackCreator.h.
|
pure virtual |
method to create a CompetingMuonClustersOnTrack using the average position of the hits and the distance between the clusters as error
prds | list of Trk::PrepRawData objects |
errorScaleFactor | error scale factor |
Implemented in Muon::TriggerChamberClusterOnTrackCreator, and Muon::MuonCompetingClustersOnTrackCreator.
|
inlinestatic |
Definition at line 41 of file IMuonCompetingClustersOnTrackCreator.h.