Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
AFPClusterAlgID.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_AFPCLUSTERALGID_H
15 #define XAODFORWARD_AFPCLUSTERALGID_H
16 
17 namespace xAOD
18 {
19 
46  {
47  public:
48  static const int singleHit;
49  static const int nearestNeighbour;
50  static const int allNeighbours;
51  };
52 
53 }
54 #endif // XAODFORWARD_AFPCLUSTERALGID_H
55 
xAOD::AFPClusterAlgID
Helper class to store ID numbers of pixel clustering algorithm.
Definition: AFPClusterAlgID.h:46
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::AFPClusterAlgID::singleHit
static const int singleHit
Single hit algorithm.
Definition: AFPClusterAlgID.h:48
xAOD::AFPClusterAlgID::allNeighbours
static const int allNeighbours
All neighbours algorithm.
Definition: AFPClusterAlgID.h:50
xAOD::AFPClusterAlgID::nearestNeighbour
static const int nearestNeighbour
Nearest neighbour algorithm.
Definition: AFPClusterAlgID.h:49