ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14#ifndef XAODFORWARD_AFPPROTONRECOALGID_H
15#define XAODFORWARD_AFPPROTONRECOALGID_H
16
17namespace 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
Helper class to store ID numbers of AFP proton reconstruction algorithms.
static constexpr int chi2minuit
chi2minuit algorithm id=1
static constexpr int analytical
analytical algorithm id=0
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.