Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
AFPProtonRecoAlgID.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
14 #ifndef XAODFORWARD_AFPPROTONRECOALGID_H
15 #define XAODFORWARD_AFPPROTONRECOALGID_H
16 
17 namespace xAOD
18 {
19 
45  {
46  public:
47  static constexpr int analytical {0};
48  static constexpr int chi2minuit {1};
49  };
50 
51 }
52 #endif // XAODFORWARD_AFPPROTONRECOALGID_H
53 
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::AFPProtonRecoAlgID::analytical
static constexpr int analytical
analytical algorithm id=0
Definition: AFPProtonRecoAlgID.h:47
xAOD::AFPProtonRecoAlgID
Helper class to store ID numbers of AFP proton reconstruction algorithms.
Definition: AFPProtonRecoAlgID.h:45
xAOD::AFPProtonRecoAlgID::chi2minuit
static constexpr int chi2minuit
chi2minuit algorithm id=1
Definition: AFPProtonRecoAlgID.h:48