ATLAS Offline Software
Loading...
Searching...
No Matches
RingerSelectorToolsEnums.h
Go to the documentation of this file.
1/*
2f Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RINGERSELECTORTOOLS_RINGERSELECTORTOOLSENUMS_H
6#define RINGERSELECTORTOOLS_RINGERSELECTORTOOLSENUMS_H
7
21
25namespace Ringer {
26
27
72
86
100
105 Loose_CutID_Pd = 0, // Same detection probability as CutID Loose
106 Medium_CutID_Pd, // Same detection probability as CutID Medium
107 Tight_CutID_Pd, // Same detection probability as CutID Tight
108 Loose_CutID_Pf, // Same false alarm probability as CutID Loose
109 Medium_CutID_Pf, // Same false alarm probability as CutID Medium
110 Tight_CutID_Pf, // Same false alarm probability as CutID Tight
111 Loose_LH_Pd, // Same detection probability as LH Loose
112 Medium_LH_Pd, // Same detection probability as LH Medium
113 Tight_LH_Pd, // Same detection probability as LH Tight
114 Loose_LH_Pf, // Same false alarm probability as LH Loose
115 Medium_LH_Pf, // Same false alarm probability as LH Medium
116 Tight_LH_Pf, // Same false alarm probability as LH Tight
117 Medium_MaxSP, // Maximum SP-product
118 Loose, // Same as LooseCutIDPd
119 Medium, // Same as MediumSP
120 Tight, // Same as TightCutIDPf
121 NoCut, // Run to retrieve discriminators output, but no cut is applied
122 NRequirements // Number of Requirements available
123};
124
125} // namespace Ringer
126
127#endif // RINGERSELECTORTOOLS_RINGERSELECTORTOOLSENUMS_H
Namespace dedicated for Ringer utilities.
EtaDependency
Specify eta position dependency.
EtDependency
Specify et position dependency.
Requirement
the cut requirement
SegmentationType
the possible procedure longitudinal segmentation types.