CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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, 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  //
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,
31 
32 
33 
34 };
35 
36 
38 };
39 
40 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:37