|
virtual | ~ITrackMatchingLookup ()=default |
| Destructor. More...
|
|
virtual unsigned | getNmatches (bool getRefN=false) const =0 |
| get overall number of matches More...
|
|
const std::string & | anaTag () const |
| matching properties More...
|
|
void | anaTag (std::string_view anaTag_s) |
|
const std::string & | chainRoiName () const |
|
void | chainRoiName (std::string_view chainRoiName_s) |
|
virtual const xAOD::TrackParticle * | getMatchedRefTrack (const xAOD::TrackParticle &t) const =0 |
| get matched reference (1 to 1) Track -> Track More...
|
|
virtual const xAOD::TrackParticle * | getMatchedRefTrack (const xAOD::TruthParticle &t) const =0 |
| Truth -> Track. More...
|
|
virtual const xAOD::TruthParticle * | getMatchedRefTruth (const xAOD::TrackParticle &t) const =0 |
| Track -> Truth. More...
|
|
const xAOD::TruthParticle * | getMatchedRefTruth (const xAOD::TruthParticle &) const |
| Truth -> Truth // to avoid compilation errors. More...
|
|
virtual const std::vector< const xAOD::TrackParticle * > & | getMatchedTestTracks (const xAOD::TrackParticle &r) const =0 |
| get matched test vector (1 to 1+) vec Track <- Track More...
|
|
virtual const std::vector< const xAOD::TrackParticle * > & | getMatchedTestTracks (const xAOD::TruthParticle &r) const =0 |
| vec Track <- Truth More...
|
|
virtual const std::vector< const xAOD::TruthParticle * > & | getMatchedTestTruths (const xAOD::TrackParticle &r) const =0 |
| vec Truth <- Track More...
|
|
const std::vector< const xAOD::TruthParticle * > & | getMatchedTestTruths (const xAOD::TruthParticle &) const |
| vec Truth <- Truth // to avoid compilation errors More...
|
|
const xAOD::TrackParticle * | getBestMatchedTestTrack (const xAOD::TrackParticle &r) const |
| get best matched test, i.e. More...
|
|
const xAOD::TrackParticle * | getBestMatchedTestTrack (const xAOD::TruthParticle &r) const |
| best Track <- Truth More...
|
|
virtual const xAOD::TruthParticle * | getBestMatchedTestTruth (const xAOD::TrackParticle &r) const |
| best Truth <- Track More...
|
|
const xAOD::TruthParticle * | getBestMatchedTestTruth (const xAOD::TruthParticle &) const |
| best Truth <- Truth // to avoid compilation errors More...
|
|
virtual bool | isTestMatched (const xAOD::TrackParticle &t) const =0 |
| return true if test is matched More...
|
|
virtual bool | isTestMatched (const xAOD::TruthParticle &t) const =0 |
|
virtual bool | isRefMatched (const xAOD::TrackParticle &r) const =0 |
| return true if reference is matched More...
|
|
virtual bool | isRefMatched (const xAOD::TruthParticle &r) const =0 |
|
virtual StatusCode | update (const xAOD::TrackParticle &t, const xAOD::TrackParticle &r, float dist=0.)=0 |
| update lookup tables with a new entry Track -> Track More...
|
|
virtual StatusCode | update (const xAOD::TrackParticle &t, const xAOD::TruthParticle &r, float dist=0.)=0 |
| Track -> Truth. More...
|
|
virtual StatusCode | update (const xAOD::TruthParticle &t, const xAOD::TrackParticle &r, float dist=0.)=0 |
| Truth -> Track. More...
|
|
virtual void | clear ()=0 |
| clear lookup tables More...
|
|
virtual std::string | printInfo (const std::vector< const xAOD::TrackParticle * > &testVec, const std::vector< const xAOD::TrackParticle * > &refVec) const =0 |
| print info about matching and reverse matchings Track -> Track More...
|
|
virtual std::string | printInfo (const std::vector< const xAOD::TrackParticle * > &testVec, const std::vector< const xAOD::TruthParticle * > &refVec) const =0 |
| Track -> Truth. More...
|
|
virtual std::string | printInfo (const std::vector< const xAOD::TruthParticle * > &testVec, const std::vector< const xAOD::TrackParticle * > &refVec) const =0 |
| Truth -> Track. More...
|
|
Definition at line 30 of file ITrackMatchingLookup.h.