CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types
PerformanceResult Class Reference

#include <PerformanceResult.h>

Public Types

enum  ResultType {
  BTAGBEFF =1001, BTAGBERR =1002, BTAGCEFF =1003, BTAGCERR =1004,
  BTAGLEFF =1005, BTAGLERR =1006, BTAGNBEFF =1007, BTAGNBERR =1008,
  BTAGBEFFCORR =1009, BTAGBERRCORR =1010, BTAGCEFFCORR =1011, BTAGCERRCORR =1012,
  BTAGLEFFCORR =1013, BTAGLERRCORR =1014, BTAGNBEFFCORR =1015, BTAGNBERRCORR =1016,
  MUEFF =2001, MUERR =2002, MUFAKE =2003, MUEFAKE =2004
}
 

Detailed Description

Definition at line 4 of file PerformanceResult.h.

Member Enumeration Documentation

Enumerator
BTAGBEFF 
BTAGBERR 
BTAGCEFF 
BTAGCERR 
BTAGLEFF 
BTAGLERR 
BTAGNBEFF 
BTAGNBERR 
BTAGBEFFCORR 
BTAGBERRCORR 
BTAGCEFFCORR 
BTAGCERRCORR 
BTAGLEFFCORR 
BTAGLERRCORR 
BTAGNBEFFCORR 
BTAGNBERRCORR 
MUEFF 
MUERR 
MUFAKE 
MUEFAKE 

Definition at line 6 of file PerformanceResult.h.

6  {
7  //
8  // BTAG
9  //
10  BTAGBEFF=1001, BTAGBERR=1002, BTAGCEFF=1003,
11  BTAGCERR=1004, BTAGLEFF=1005, BTAGLERR=1006, BTAGNBEFF=1007, BTAGNBERR=1008,
12  //
13  // add corrections in case the table is for weights and not efficiencies
14  //
15  BTAGBEFFCORR=1009, BTAGBERRCORR=1010, BTAGCEFFCORR=1011,
17  //
18  // MUONS
19  //
20  MUEFF=2001, MUERR=2002, MUFAKE=2003, MUEFAKE=2004
21 };