ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14#ifndef XAODFORWARD_AFPCLUSTERALGID_H
15#define XAODFORWARD_AFPCLUSTERALGID_H
16
17namespace 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
Helper class to store ID numbers of pixel clustering algorithm.
static const int singleHit
Single hit algorithm.
static const int nearestNeighbour
Nearest neighbour algorithm.
static const int allNeighbours
All neighbours algorithm.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.