![]() |
ATLAS Offline Software
|
#include <IMuonRecoValidationTool.h>
Public Member Functions | |
| virtual | ~IMuonRecoValidationTool ()=default |
| Virtual destructor. | |
| virtual bool | addTrackParticle (const xAOD::TrackParticle &indetTrackParticle, const MuonSystemExtension &muonSystemExtention) const =0 |
| add a new TrackParticle with it's muon system extension | |
| virtual bool | add (const MuonSystemExtension::Intersection &intersection, const MuonSegment &segment, int stage) const =0 |
| add a new segment, indicate the stage of the reco | |
| virtual bool | add (const MuonSystemExtension::Intersection &intersection, const MuonHough::MuonLayerHough::Maximum &maximum) const =0 |
| add a new hough maximum | |
| virtual bool | add (const MuonSystemExtension::Intersection &intersection, const Trk::PrepRawData &prd, float expos, float expos_err) const =0 |
| add a new prd | |
| virtual bool | addTimeMeasurement (const MuonSystemExtension::Intersection &intersection, const Trk::MeasurementBase &meas) const =0 |
| add a new time measurement | |
| virtual bool | addTimeMeasurement (const MuonSystemExtension::Intersection &intersection, const Identifier &id, const Amg::Vector3D &gpos, float time, float errorTime) const =0 |
| add a new time measurement | |
| virtual bool | addMuonCandidate (const xAOD::TrackParticle &indetTrackParticle, const MuonCandidate *candidate, Trk::Track *combinedTrack, int ntimes, float beta, float chi2ndof, int stage) const =0 |
| add new MuonCandidate | |
| virtual bool | addTimeMeasurements (const xAOD::TrackParticle &indetTrackParticle, const MuGirlNS::StauHits &stauHits) const =0 |
| add StauHits to ntuple | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| AlgTool and IAlgTool interface methods. | |
Definition at line 21 of file IMuonRecoValidationTool.h.
|
virtualdefault |
Virtual destructor.
|
pure virtual |
add a new hough maximum
|
pure virtual |
add a new segment, indicate the stage of the reco
|
pure virtual |
add a new prd
|
pure virtual |
add new MuonCandidate
|
pure virtual |
add a new time measurement
|
pure virtual |
add a new time measurement
|
pure virtual |
add StauHits to ntuple
|
pure virtual |
add a new TrackParticle with it's muon system extension
|
inlinestatic |
AlgTool and IAlgTool interface methods.
Definition at line 27 of file IMuonRecoValidationTool.h.