ATLAS Offline Software
Public Types | Public Attributes | List of all members
InDet::ITRT_SegmentToTrackTool::EventData Struct Reference

#include <ITRT_SegmentToTrackTool.h>

Collaboration diagram for InDet::ITRT_SegmentToTrackTool::EventData:

Public Types

enum  ECounter { knTrkScoreZero, knTrkSegUsed, knTRTTrk, kNCounter }
 

Public Attributes

std::vector< std::pair< Trk::TrackScore, Trk::Track * > > m_trackScores
 
std::array< int, kNCounterm_counter {}
 

Detailed Description

Definition at line 50 of file ITRT_SegmentToTrackTool.h.

Member Enumeration Documentation

◆ ECounter

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.

53  knTrkSegUsed,
54  knTRTTrk,
55  kNCounter};

Member Data Documentation

◆ m_counter

std::array<int,kNCounter> InDet::ITRT_SegmentToTrackTool::EventData::m_counter {}

Definition at line 56 of file ITRT_SegmentToTrackTool.h.

◆ m_trackScores

std::vector< std::pair<Trk::TrackScore, Trk::Track*> > InDet::ITRT_SegmentToTrackTool::EventData::m_trackScores

Definition at line 51 of file ITRT_SegmentToTrackTool.h.


The documentation for this struct was generated from the following file:
InDet::ITRT_SegmentToTrackTool::EventData::knTrkScoreZero
@ knTrkScoreZero
Number of tracks rejected by score zero.
Definition: ITRT_SegmentToTrackTool.h:52
InDet::ITRT_SegmentToTrackTool::EventData::kNCounter
@ kNCounter
Definition: ITRT_SegmentToTrackTool.h:55
InDet::ITRT_SegmentToTrackTool::EventData::knTRTTrk
@ knTRTTrk
Number of TRT-only tracks on output.
Definition: ITRT_SegmentToTrackTool.h:54
InDet::ITRT_SegmentToTrackTool::EventData::knTrkSegUsed
@ knTrkSegUsed
Number of excluded segments by other TRT segments.
Definition: ITRT_SegmentToTrackTool.h:53