Simple wrapper class for TTTrack, with match to a tracking particle. More...
#include <L1TrackTruthMatched.h>
Public Member Functions | |
const TP * | getMatchedTP () const |
const int | getMatchedTPidx () const |
L1TrackTruthMatched (const edm::Ptr< TTTrack< Ref_Phase2TrackerDigi_ >> &aTrack, const std::map< edm::Ptr< TrackingParticle >, edm::RefToBase< TrackingParticle >> &tpPtrToRefMap, const edm::ValueMap< TP > &tpValueMap, edm::Handle< TTTrackAssMap > mcTruthTTTrackHandle) | |
~L1TrackTruthMatched () | |
Public Member Functions inherited from l1tVertexFinder::L1Track | |
float | chi2dof () const |
float | eta () const |
unsigned int | getNumStubs () const |
const edm::Ptr< TTTrack< Ref_Phase2TrackerDigi_ > > & | getTTTrackPtr () const |
L1Track (const edm::Ptr< TTTrack< Ref_Phase2TrackerDigi_ >> &aTrack) | |
float | phi0 () const |
float | pt () const |
float | z0 () const |
~L1Track () | |
Private Attributes | |
const TP * | matchedTP_ |
int | matchedTPidx_ |
Simple wrapper class for TTTrack, with match to a tracking particle.
Definition at line 25 of file L1TrackTruthMatched.h.
|
inline |
Definition at line 27 of file L1TrackTruthMatched.h.
References HLT_2022v14_cff::distance, matchedTP_, and matchedTPidx_.
|
inline |
Definition at line 45 of file L1TrackTruthMatched.h.
|
inline |
Definition at line 48 of file L1TrackTruthMatched.h.
References matchedTP_.
|
inline |
Definition at line 51 of file L1TrackTruthMatched.h.
References matchedTPidx_.
|
private |
Definition at line 54 of file L1TrackTruthMatched.h.
Referenced by getMatchedTP(), and L1TrackTruthMatched().
|
private |
Definition at line 55 of file L1TrackTruthMatched.h.
Referenced by getMatchedTPidx(), and L1TrackTruthMatched().