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