![]() |
ATLAS Offline Software
|
Global Counters for final algorithm statistics. More...
#include <TRT_SeededTrackFinder.h>
Public Types | |
| enum | ECounter { kNTrtSeg , kNTrtFailSel , kNTrtSegGood , kNTrtLimit , kNTrtNoSiExt , kNExtCut , kNBckTrkTrt , kNTrtExtCalls , kNTrtExt , kNTrtExtBad , kNTrtExtFail , kNBckTrkSi , kNBckTrk , kNCounter } |
Public Member Functions | |
| Stat_t & | operator+= (const Stat_t &a) |
Public Attributes | |
| std::array< int, kNCounter > | m_counter {} |
Global Counters for final algorithm statistics.
Definition at line 153 of file TRT_SeededTrackFinder.h.
| Enumerator | |
|---|---|
| kNTrtSeg | |
| kNTrtFailSel | Number of TRT segments to be investigated per event. |
| kNTrtSegGood | Number of TRT segments failing input selection. |
| kNTrtLimit | Number of TRT segments that will be investigated per event. |
| kNTrtNoSiExt | Number of TRT segments lost in busy events. |
| kNExtCut | Number of TRT segments not extended in Si. |
| kNBckTrkTrt | Number of Si extensions failing cuts. |
| kNTrtExtCalls | Number of back tracks found without a Si extension per event. |
| kNTrtExt | Number of times the TRT extension is called. |
| kNTrtExtBad | Number of good TRT extensions. |
| kNTrtExtFail | Number of shorter TRT extensions. |
| kNBckTrkSi | Number of failed TRT extensions. |
| kNBckTrk | Number of back tracks found with Si extension per event. |
| kNCounter | Number of back tracks found with or without Si extension per event. |
Definition at line 155 of file TRT_SeededTrackFinder.h.
Definition at line 177 of file TRT_SeededTrackFinder.h.
| std::array<int, kNCounter> InDet::TRT_SeededTrackFinder::Stat_t::m_counter {} |
Definition at line 175 of file TRT_SeededTrackFinder.h.