#include <TTTrackTruthPair.h>
Classes | |
struct | StatusFlags |
Public Member Functions | |
int | flags () const |
bool | isCombinatoric () const |
bool | isGenuine () const |
bool | isLooselyGenuine () const |
bool | isUnknown () const |
edm::Ref< TrackingParticleCollection > | trkPart () const |
TTTrackTruthPair () | |
TTTrackTruthPair (const edm::Ref< std::vector< TTTrack< T > > > &ttTrkRef, const edm::Ref< TrackingParticleCollection > &trkPartRef, int flags) | |
edm::Ref< std::vector< TTTrack< T > > > | ttTrk () const |
Private Attributes | |
char | flags_ |
edm::Ref< TrackingParticleCollection > | trkPartRef_ |
edm::Ref< std::vector< TTTrack< T > > > | ttTrkRef_ |
Definition at line 12 of file TTTrackTruthPair.h.
|
inline |
Definition at line 24 of file TTTrackTruthPair.h.
|
inline |
Definition at line 25 of file TTTrackTruthPair.h.
|
inline |
|
inline |
Definition at line 35 of file TTTrackTruthPair.h.
References TTTrackTruthPair< T >::flags_, and TTTrackTruthPair< T >::StatusFlags::IsCombinatoric.
|
inline |
Definition at line 33 of file TTTrackTruthPair.h.
References TTTrackTruthPair< T >::flags_, and TTTrackTruthPair< T >::StatusFlags::IsGenuine.
|
inline |
Definition at line 34 of file TTTrackTruthPair.h.
References TTTrackTruthPair< T >::flags_, and TTTrackTruthPair< T >::StatusFlags::IsLooselyGenuine.
|
inline |
Definition at line 36 of file TTTrackTruthPair.h.
References TTTrackTruthPair< T >::flags_, and TTTrackTruthPair< T >::StatusFlags::IsUnknown.
|
inline |
Definition at line 31 of file TTTrackTruthPair.h.
References TTTrackTruthPair< T >::trkPartRef_.
|
inline |
Definition at line 30 of file TTTrackTruthPair.h.
References TTTrackTruthPair< T >::ttTrkRef_.
|
private |
Definition at line 21 of file TTTrackTruthPair.h.
Referenced by TTTrackTruthPair< T >::flags(), TTTrackTruthPair< T >::isCombinatoric(), TTTrackTruthPair< T >::isGenuine(), TTTrackTruthPair< T >::isLooselyGenuine(), and TTTrackTruthPair< T >::isUnknown().
|
private |
Definition at line 20 of file TTTrackTruthPair.h.
Referenced by TTTrackTruthPair< T >::trkPart().
|
private |
Definition at line 19 of file TTTrackTruthPair.h.
Referenced by TTTrackTruthPair< T >::ttTrk().