CbmRoot
|
#include <L1AlgoEfficiencyPerformance.h>
Public Member Functions | |
L1MTracklet () | |
void | AddReconstructed (int recoId) |
void | SetAsReconstructable () |
int | GetNClones () |
bool | IsReconstructed () |
bool | IsReconstructable () |
bool | IsPrimary () |
bool | operator== (const L1Tracklet< NHits > &a) |
bool | operator!= (const L1Tracklet< NHits > &a) |
bool | operator< (const L1Tracklet< NHits > &a) |
Static Public Member Functions | |
static bool | compare (const L1Tracklet< NHits > &a, const L1Tracklet< NHits > &b) |
Public Attributes | |
int | mcMotherTrackId |
float | p |
vector< int > | recoIds |
vector< int > | hitIds [NHits] |
int | mcTrackId |
int | iStation |
Private Attributes | |
bool | isReconstructable |
Definition at line 80 of file L1AlgoEfficiencyPerformance.h.
|
inline |
Definition at line 82 of file L1AlgoEfficiencyPerformance.h.
|
inline |
Definition at line 84 of file L1AlgoEfficiencyPerformance.h.
References L1MTracklet< NHits >::recoIds.
Referenced by L1AlgoEfficiencyPerformance< NHits >::MatchTracks().
|
inlinestaticinherited |
Definition at line 31 of file L1AlgoEfficiencyPerformance.h.
References L1Tracklet< NHits >::iStation, and L1Tracklet< NHits >::mcTrackId.
Referenced by L1Tracklet< NHits >::operator<().
|
inline |
Definition at line 87 of file L1AlgoEfficiencyPerformance.h.
References L1MTracklet< NHits >::recoIds.
Referenced by L1AlgoEfficiencyPerformance< NHits >::CalculateEff().
|
inline |
Definition at line 94 of file L1AlgoEfficiencyPerformance.h.
References L1MTracklet< NHits >::mcMotherTrackId.
Referenced by L1AlgoEfficiencyPerformance< NHits >::CalculateEff().
|
inline |
Definition at line 91 of file L1AlgoEfficiencyPerformance.h.
References L1MTracklet< NHits >::isReconstructable.
Referenced by L1AlgoEfficiencyPerformance< NHits >::CalculateEff().
|
inline |
Definition at line 90 of file L1AlgoEfficiencyPerformance.h.
References L1MTracklet< NHits >::recoIds.
Referenced by L1AlgoEfficiencyPerformance< NHits >::CalculateEff().
|
inlineinherited |
Definition at line 39 of file L1AlgoEfficiencyPerformance.h.
References L1Tracklet< NHits >::operator==().
Referenced by L1RTracklet< NHits >::operator!=().
|
inlineinherited |
Definition at line 40 of file L1AlgoEfficiencyPerformance.h.
References L1Tracklet< NHits >::compare().
|
inlineinherited |
Definition at line 36 of file L1AlgoEfficiencyPerformance.h.
References L1Tracklet< NHits >::iStation, and L1Tracklet< NHits >::mcTrackId.
Referenced by L1Tracklet< NHits >::operator!=().
|
inline |
Definition at line 85 of file L1AlgoEfficiencyPerformance.h.
References L1MTracklet< NHits >::isReconstructable.
Referenced by L1AlgoEfficiencyPerformance< NHits >::FillMC().
vector<int> L1MTracklet< NHits >::hitIds[NHits] |
Definition at line 103 of file L1AlgoEfficiencyPerformance.h.
Referenced by L1AlgoEfficiencyPerformance< NHits >::FillMC().
|
private |
Definition at line 105 of file L1AlgoEfficiencyPerformance.h.
Referenced by L1MTracklet< NHits >::IsReconstructable(), and L1MTracklet< NHits >::SetAsReconstructable().
|
inherited |
int L1MTracklet< NHits >::mcMotherTrackId |
Definition at line 98 of file L1AlgoEfficiencyPerformance.h.
Referenced by L1AlgoEfficiencyPerformance< NHits >::FillMC(), and L1MTracklet< NHits >::IsPrimary().
|
inherited |
Definition at line 42 of file L1AlgoEfficiencyPerformance.h.
Referenced by L1AlgoEfficiencyPerformance< NHits >::AddOne(), L1Tracklet< NHits >::compare(), L1AlgoEfficiencyPerformance< NHits >::FillMC(), and L1Tracklet< NHits >::operator==().
float L1MTracklet< NHits >::p |
Definition at line 99 of file L1AlgoEfficiencyPerformance.h.
Referenced by L1AlgoEfficiencyPerformance< NHits >::CalculateEff(), and L1AlgoEfficiencyPerformance< NHits >::FillMC().
vector<int> L1MTracklet< NHits >::recoIds |
Definition at line 100 of file L1AlgoEfficiencyPerformance.h.
Referenced by L1MTracklet< NHits >::AddReconstructed(), L1MTracklet< NHits >::GetNClones(), L1MTracklet< NHits >::IsReconstructed(), and L1AlgoEfficiencyPerformance< NHits >::MatchTracks().