Go to the source code of this file.
|
| namespace | Trk |
| | Ensure that the ATLAS eigen extensions are properly loaded.
|
◆ track_types_string
| const std::string track_types_string[InDet::N_TRACKTYPES] |
|
static |
Initial value:= {"all",
"primary",
"secondary",
"truncated",
"lowPb1",
"lowPb2",
"noLink",
"matched",
"matchedPrimary",
"matchedSecondary",
"multipleMatches"
}
Definition at line 90 of file TrackStatHelper.cxx.
90 {"all",
91 "primary",
92 "secondary",
93 "truncated",
94 "lowPb1",
95 "lowPb2",
96 "noLink",
97 "matched",
98 "matchedPrimary",
99 "matchedSecondary",
100 "multipleMatches"
101 };