Main Page
Namespaces
Classes
Package Documentation
src
CondFormats
PhysicsToolsObjects
interface
PerformanceResult.h
Go to the documentation of this file.
1
#ifndef PerformanceResult_h
2
#define PerformanceResult_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
class
PerformanceResult
{
7
public
:
8
enum
ResultType
{
9
//
10
// BTAG
11
//
12
BTAGBEFF
=1001,
BTAGBERR
=1002,
BTAGCEFF
=1003,
13
BTAGCERR
=1004,
BTAGLEFF
=1005,
BTAGLERR
=1006,
BTAGNBEFF
=1007,
BTAGNBERR
=1008,
14
//
15
// add corrections in case the table is for weights and not efficiencies
16
//
17
BTAGBEFFCORR
=1009,
BTAGBERRCORR
=1010,
BTAGCEFFCORR
=1011,
18
BTAGCERRCORR
=1012,
BTAGLEFFCORR
=1013,
BTAGLERRCORR
=1014,
BTAGNBEFFCORR
=1015,
BTAGNBERRCORR
=1016,
19
//
20
// MUONS
21
//
22
MUEFF
=2001,
MUERR
=2002,
MUFAKE
=2003,
MUEFAKE
=2004,
23
//
24
// PF - calibrations
25
//
26
PFfa_BARREL
= 3001,
PFfa_ENDCAP
= 3002,
27
PFfb_BARREL
= 3003,
PFfb_ENDCAP
= 3004,
28
PFfc_BARREL
= 3005,
PFfc_ENDCAP
= 3006,
29
PFfaEta_BARREL
= 3007,
PFfaEta_ENDCAP
= 3008,
30
PFfbEta_BARREL
= 3009,
PFfbEta_ENDCAP
= 3010,
31
PFfaEta_BARRELH
= 3011,
PFfaEta_ENDCAPH
= 3012,
32
PFfbEta_BARRELH
= 3013,
PFfbEta_ENDCAPH
= 3014,
33
PFfaEta_BARRELEH
= 3015,
PFfaEta_ENDCAPEH
= 3016,
34
PFfbEta_BARRELEH
= 3017,
PFfbEta_ENDCAPEH
= 3018,
35
//added by bhumika Nov 2018
36
PFfcEta_BARRELH
=3019,
PFfcEta_BARRELEH
= 3020,
37
PFfcEta_ENDCAPH
= 3021,
PFfcEta_ENDCAPEH
= 3022,
38
PFfdEta_ENDCAPH
= 3023,
PFfdEta_ENDCAPEH
=3024
39
40
};
41
42
43
COND_SERIALIZABLE
;
44
};
45
46
#endif
PerformanceResult::BTAGBERRCORR
Definition:
PerformanceResult.h:17
PerformanceResult::BTAGCEFFCORR
Definition:
PerformanceResult.h:17
PerformanceResult::PFfcEta_BARRELEH
Definition:
PerformanceResult.h:36
PerformanceResult::PFfcEta_BARRELH
Definition:
PerformanceResult.h:36
PerformanceResult::MUFAKE
Definition:
PerformanceResult.h:22
PerformanceResult::PFfaEta_BARRELH
Definition:
PerformanceResult.h:31
PerformanceResult::BTAGLERRCORR
Definition:
PerformanceResult.h:18
PerformanceResult::PFfbEta_ENDCAPH
Definition:
PerformanceResult.h:32
PerformanceResult::PFfa_ENDCAP
Definition:
PerformanceResult.h:26
PerformanceResult::PFfa_BARREL
Definition:
PerformanceResult.h:26
PerformanceResult::PFfbEta_ENDCAPEH
Definition:
PerformanceResult.h:34
PerformanceResult::BTAGNBERRCORR
Definition:
PerformanceResult.h:18
PerformanceResult::PFfaEta_BARREL
Definition:
PerformanceResult.h:29
PerformanceResult::PFfc_ENDCAP
Definition:
PerformanceResult.h:28
PerformanceResult::PFfbEta_BARREL
Definition:
PerformanceResult.h:30
PerformanceResult::BTAGLERR
Definition:
PerformanceResult.h:13
PerformanceResult::PFfc_BARREL
Definition:
PerformanceResult.h:28
PerformanceResult::BTAGCERRCORR
Definition:
PerformanceResult.h:18
PerformanceResult::PFfdEta_ENDCAPH
Definition:
PerformanceResult.h:38
PerformanceResult::ResultType
ResultType
Definition:
PerformanceResult.h:8
PerformanceResult::BTAGNBEFFCORR
Definition:
PerformanceResult.h:18
PerformanceResult::PFfaEta_BARRELEH
Definition:
PerformanceResult.h:33
PerformanceResult::PFfb_ENDCAP
Definition:
PerformanceResult.h:27
PerformanceResult::PFfaEta_ENDCAP
Definition:
PerformanceResult.h:29
PerformanceResult::PFfdEta_ENDCAPEH
Definition:
PerformanceResult.h:38
PerformanceResult::BTAGBEFF
Definition:
PerformanceResult.h:12
PerformanceResult::PFfaEta_ENDCAPH
Definition:
PerformanceResult.h:31
PerformanceResult::MUEFF
Definition:
PerformanceResult.h:22
PerformanceResult::BTAGCEFF
Definition:
PerformanceResult.h:12
PerformanceResult::BTAGBEFFCORR
Definition:
PerformanceResult.h:17
PerformanceResult::BTAGLEFFCORR
Definition:
PerformanceResult.h:18
PerformanceResult::BTAGBERR
Definition:
PerformanceResult.h:12
PerformanceResult
Definition:
PerformanceResult.h:6
PerformanceResult::PFfcEta_ENDCAPH
Definition:
PerformanceResult.h:37
PerformanceResult::PFfbEta_ENDCAP
Definition:
PerformanceResult.h:30
PerformanceResult::PFfb_BARREL
Definition:
PerformanceResult.h:27
PerformanceResult::MUERR
Definition:
PerformanceResult.h:22
PerformanceResult::BTAGLEFF
Definition:
PerformanceResult.h:13
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
PerformanceResult::PFfbEta_BARRELEH
Definition:
PerformanceResult.h:34
PerformanceResult::MUEFAKE
Definition:
PerformanceResult.h:22
PerformanceResult::BTAGCERR
Definition:
PerformanceResult.h:13
PerformanceResult::PFfcEta_ENDCAPEH
Definition:
PerformanceResult.h:37
PerformanceResult::PFfbEta_BARRELH
Definition:
PerformanceResult.h:32
PerformanceResult::PFfaEta_ENDCAPEH
Definition:
PerformanceResult.h:33
PerformanceResult::BTAGNBEFF
Definition:
PerformanceResult.h:13
Serializable.h
PerformanceResult::BTAGNBERR
Definition:
PerformanceResult.h:13
Generated for CMSSW Reference Manual by
1.8.11