ATLAS Offline Software
AFPTrackRecoAlgID.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
14 #ifndef XAODFORWARD_AFPTRACKRECOALGID_H
15 #define XAODFORWARD_AFPTRACKRECOALGID_H
16 
17 namespace xAOD
18 {
19 
45  {
46  public:
47  static constexpr int basicKalman{0};
48  static constexpr int linReg{1};
49  };
50 
51 }
52 #endif // XAODFORWARD_AFPTRACKRECOALGID_H
53 
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::AFPTrackRecoAlgID::basicKalman
static constexpr int basicKalman
basic Kalman algorithm id=0
Definition: AFPTrackRecoAlgID.h:47
xAOD::AFPTrackRecoAlgID
Helper class to store ID numbers of track reconstruction algorithms.
Definition: AFPTrackRecoAlgID.h:45
xAOD::AFPTrackRecoAlgID::linReg
static constexpr int linReg
linear regression algorithm id=1
Definition: AFPTrackRecoAlgID.h:48