ATLAS Offline Software
Loading...
Searching...
No Matches
ExtrapolationCell.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6// ExtrapolationCell.cxx
8
10
11const std::vector<std::string> Trk::ExtrapolationCode::s_ecodeNames = {
12 "Unset",
13 "InProgress",
14 "SuccessDestination",
15 "SuccessBoundaryReached",
16 "SuccessPathLimit",
17 "SuccessMaterialLimit",
18 "Recovered",
19 "FailureDestination",
20 "FailureLoop",
21 "FailureNavigation",
22 "FailureUpdateKill",
23 "FailureConfiguration",
24 "LeftKnownWorld"
25};
static const std::vector< std::string > s_ecodeNames