ATLAS Offline Software
|
#include <ITRT_SegmentToTrackTool.h>
Public Types | |
enum | ECounter { knTrkScoreZero, knTrkSegUsed, knTRTTrk, kNCounter } |
Public Attributes | |
std::vector< std::pair< Trk::TrackScore, Trk::Track * > > | m_trackScores |
std::array< int, kNCounter > | m_counter {} |
Definition at line 50 of file ITRT_SegmentToTrackTool.h.
Enumerator | |
---|---|
knTrkScoreZero | Number of tracks rejected by score zero. |
knTrkSegUsed | Number of excluded segments by other TRT segments. |
knTRTTrk | Number of TRT-only tracks on output. |
kNCounter |
Definition at line 52 of file ITRT_SegmentToTrackTool.h.
std::array<int,kNCounter> InDet::ITRT_SegmentToTrackTool::EventData::m_counter {} |
Definition at line 56 of file ITRT_SegmentToTrackTool.h.
std::vector< std::pair<Trk::TrackScore, Trk::Track*> > InDet::ITRT_SegmentToTrackTool::EventData::m_trackScores |
Definition at line 51 of file ITRT_SegmentToTrackTool.h.