|
| TrackMatchingLookup_truthTrk (const std::string &anaTag_s) |
| Constructor. More...
|
|
| ~TrackMatchingLookup_truthTrk ()=default |
| Destructor. More...
|
|
virtual unsigned | getNmatches (bool getRefN) const override |
| getNmatches More...
|
|
virtual const xAOD::TrackParticle * | getMatchedRefTrack (const xAOD::TrackParticle &) const override |
| getMatchedRefTrack More...
|
|
virtual const xAOD::TrackParticle * | getMatchedRefTrack (const xAOD::TruthParticle &t) const override |
| Truth -> Track. More...
|
|
virtual const xAOD::TruthParticle * | getMatchedRefTruth (const xAOD::TrackParticle &) const override |
| Track -> Truth. More...
|
|
virtual const std::vector< const xAOD::TrackParticle * > & | getMatchedTestTracks (const xAOD::TrackParticle &) const override |
| getMatchedTestTracks More...
|
|
virtual const std::vector< const xAOD::TrackParticle * > & | getMatchedTestTracks (const xAOD::TruthParticle &) const override |
| vec Track <- Truth More...
|
|
virtual const std::vector< const xAOD::TruthParticle * > & | getMatchedTestTruths (const xAOD::TrackParticle &r) const override |
| vec Truth <- Track More...
|
|
virtual bool | isTestMatched (const xAOD::TrackParticle &) const override |
| isTestMatched More...
|
|
virtual bool | isTestMatched (const xAOD::TruthParticle &t) const override |
|
virtual bool | isRefMatched (const xAOD::TrackParticle &r) const override |
| isRefMatched More...
|
|
virtual bool | isRefMatched (const xAOD::TruthParticle &) const override |
|
virtual StatusCode | update (const xAOD::TrackParticle &, const xAOD::TrackParticle &, float) override |
| update More...
|
|
virtual StatusCode | update (const xAOD::TrackParticle &, const xAOD::TruthParticle &, float) override |
| Track -> Truth. More...
|
|
virtual StatusCode | update (const xAOD::TruthParticle &t, const xAOD::TrackParticle &r, float dist) override |
| Truth -> Track. More...
|
|
virtual void | clear () override |
| clear More...
|
|
virtual std::string | printInfo (const std::vector< const xAOD::TrackParticle * > &, const std::vector< const xAOD::TrackParticle * > &) const override |
| printInfo More...
|
|
virtual std::string | printInfo (const std::vector< const xAOD::TrackParticle * > &, const std::vector< const xAOD::TruthParticle * > &) const override |
| Track -> Truth. More...
|
|
virtual std::string | printInfo (const std::vector< const xAOD::TruthParticle * > &testVec, const std::vector< const xAOD::TrackParticle * > &refVec) const override |
| Truth -> Track. More...
|
|
unsigned | getMapsSize (bool getRefN=false) const |
| get the overall number of matches More...
|
|
const xAOD::TrackParticle * | getMatchedRef (const xAOD::TruthParticle &t) const |
| get matched reference from map More...
|
|
const std::vector< const xAOD::TruthParticle * > & | getMatchedTest (const xAOD::TrackParticle &r) const |
| get matched test vector from map More...
|
|
float | getDist (const xAOD::TruthParticle &t) const |
| get distance parameter for matched test More...
|
|
bool | isTestInMaps (const xAOD::TruthParticle &t) const |
| return true if test is matched More...
|
|
bool | isRefInMaps (const xAOD::TrackParticle &r) const |
| return true if reference is matched More...
|
|
StatusCode | updateMaps (const xAOD::TruthParticle &t, const xAOD::TrackParticle &r, float dist=0.) |
| update maps with a new entry More...
|
|
void | clearMaps () |
| clear lookup tables More...
|
|
std::string | printMaps (const std::vector< const xAOD::TruthParticle * > &testVec, const std::vector< const xAOD::TrackParticle * > &refVec, std::string_view chainRoiName_s) const |
| print info about matching and reverse matchings More...
|
|
bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. More...
|
|
MsgStream & | msg () const |
| The standard message stream. More...
|
|
MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. More...
|
|
void | setLevel (MSG::Level lvl) |
| Change the current logging level. 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) |
|
const xAOD::TruthParticle * | getMatchedRefTruth (const xAOD::TruthParticle &) const |
| Truth -> Truth // to avoid compilation errors. 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...
|
|
-------— Truth -> Track Lookup -------—
Definition at line 355 of file TrackMatchingLookup.h.