CMS 3D CMS Logo

PerformanceResult.h
Go to the documentation of this file.
1 #ifndef PerformanceResult_h
2 #define PerformanceResult_h
3 
5 
7 public:
8  enum ResultType {
9  //
10  // BTAG
11  //
12  BTAGBEFF = 1001,
13  BTAGBERR = 1002,
14  BTAGCEFF = 1003,
15  BTAGCERR = 1004,
16  BTAGLEFF = 1005,
17  BTAGLERR = 1006,
18  BTAGNBEFF = 1007,
19  BTAGNBERR = 1008,
20  //
21  // add corrections in case the table is for weights and not efficiencies
22  //
23  BTAGBEFFCORR = 1009,
24  BTAGBERRCORR = 1010,
25  BTAGCEFFCORR = 1011,
26  BTAGCERRCORR = 1012,
27  BTAGLEFFCORR = 1013,
28  BTAGLERRCORR = 1014,
29  BTAGNBEFFCORR = 1015,
30  BTAGNBERRCORR = 1016,
31  //
32  // MUONS
33  //
34  MUEFF = 2001,
35  MUERR = 2002,
36  MUFAKE = 2003,
37  MUEFAKE = 2004,
38  //
39  // PF - calibrations
40  //
41  PFfa_BARREL = 3001,
42  PFfa_ENDCAP = 3002,
43  PFfb_BARREL = 3003,
44  PFfb_ENDCAP = 3004,
45  PFfc_BARREL = 3005,
46  PFfc_ENDCAP = 3006,
59  //added by bhumika Nov 2018
66 
67  };
68 
70 };
71 
72 #endif
PerformanceResult::BTAGCEFFCORR
Definition: PerformanceResult.h:25
PerformanceResult::PFfbEta_ENDCAPEH
Definition: PerformanceResult.h:58
PerformanceResult::BTAGNBERR
Definition: PerformanceResult.h:19
PerformanceResult::PFfaEta_ENDCAPEH
Definition: PerformanceResult.h:56
PerformanceResult::MUFAKE
Definition: PerformanceResult.h:36
PerformanceResult::PFfcEta_BARRELH
Definition: PerformanceResult.h:60
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
PerformanceResult::PFfa_ENDCAP
Definition: PerformanceResult.h:42
PerformanceResult::PFfa_BARREL
Definition: PerformanceResult.h:41
PerformanceResult::PFfcEta_BARRELEH
Definition: PerformanceResult.h:61
PerformanceResult::BTAGLERR
Definition: PerformanceResult.h:17
PerformanceResult::PFfb_ENDCAP
Definition: PerformanceResult.h:44
PerformanceResult::BTAGNBERRCORR
Definition: PerformanceResult.h:30
PerformanceResult::PFfc_BARREL
Definition: PerformanceResult.h:45
PerformanceResult::BTAGNBEFFCORR
Definition: PerformanceResult.h:29
PerformanceResult::PFfaEta_BARRELH
Definition: PerformanceResult.h:51
PerformanceResult::MUEFF
Definition: PerformanceResult.h:34
PerformanceResult::PFfbEta_ENDCAP
Definition: PerformanceResult.h:50
PerformanceResult::MUERR
Definition: PerformanceResult.h:35
PerformanceResult::BTAGLEFF
Definition: PerformanceResult.h:16
PerformanceResult::PFfbEta_BARRELEH
Definition: PerformanceResult.h:57
PerformanceResult::PFfc_ENDCAP
Definition: PerformanceResult.h:46
PerformanceResult::ResultType
ResultType
Definition: PerformanceResult.h:8
PerformanceResult::PFfbEta_BARREL
Definition: PerformanceResult.h:49
PerformanceResult::BTAGLEFFCORR
Definition: PerformanceResult.h:27
PerformanceResult::BTAGCERR
Definition: PerformanceResult.h:15
PerformanceResult::BTAGCERRCORR
Definition: PerformanceResult.h:26
PerformanceResult::PFfdEta_ENDCAPH
Definition: PerformanceResult.h:64
PerformanceResult::PFfbEta_BARRELH
Definition: PerformanceResult.h:53
PerformanceResult::PFfaEta_BARREL
Definition: PerformanceResult.h:47
Serializable.h
PerformanceResult::PFfcEta_ENDCAPEH
Definition: PerformanceResult.h:63
PerformanceResult::PFfaEta_ENDCAP
Definition: PerformanceResult.h:48
PerformanceResult::PFfaEta_BARRELEH
Definition: PerformanceResult.h:55
PerformanceResult::MUEFAKE
Definition: PerformanceResult.h:37
PerformanceResult::BTAGBERR
Definition: PerformanceResult.h:13
PerformanceResult::PFfdEta_ENDCAPEH
Definition: PerformanceResult.h:65
PerformanceResult::PFfaEta_ENDCAPH
Definition: PerformanceResult.h:52
PerformanceResult::PFfcEta_ENDCAPH
Definition: PerformanceResult.h:62
PerformanceResult::BTAGCEFF
Definition: PerformanceResult.h:14
PerformanceResult::PFfb_BARREL
Definition: PerformanceResult.h:43
PerformanceResult::BTAGNBEFF
Definition: PerformanceResult.h:18
PerformanceResult::BTAGBEFF
Definition: PerformanceResult.h:12
PerformanceResult::BTAGBERRCORR
Definition: PerformanceResult.h:24
PerformanceResult::BTAGBEFFCORR
Definition: PerformanceResult.h:23
PerformanceResult::BTAGLERRCORR
Definition: PerformanceResult.h:28
PerformanceResult::PFfbEta_ENDCAPH
Definition: PerformanceResult.h:54
PerformanceResult
Definition: PerformanceResult.h:6