ATLAS Offline Software
Loading...
Searching...
No Matches
EMAmbiguityToolDefs.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EMAMBIGUITYTOOLDEFS_H
6#define EMAMBIGUITYTOOLDEFS_H
7
8namespace EMAmbiguityType {
10 UNDEFINED = -999,
11 ELECTRON = 0, // note that electron is False, possible photons are True
12 LOOSE, // loose heuristics for ambiguity
13 TRT, // has a TRT-only track, fails standard and loose ambiguity (might want to make single-track conv)
14 LOOSE_TRT, // has a TRT-only track, fails standard but passes loose ambiguity
15 PHOTON_ALT, // passes alternate criteria (like no or bad track particle)
16 LOOSE_PHOTON_ALT, // passes alternate criteria (like no or bad track particle) and loose criteria
17 PHOTON_AMBIGUITY, // passes standard conversion vx ambiguity criteria
18 MEDIUM // passes sligtly loosened ambibuity criteria for two-track conversions
19 };
20}
21
22#endif // EMAMBIGUITYTOOLDEFS_H
Definition HitInfo.h:33