CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Private Member Functions | Friends
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,
  PFfa_BARREL = 3001, PFfa_ENDCAP = 3002, PFfb_BARREL = 3003, PFfb_ENDCAP = 3004,
  PFfc_BARREL = 3005, PFfc_ENDCAP = 3006, PFfaEta_BARREL = 3007, PFfaEta_ENDCAP = 3008,
  PFfbEta_BARREL = 3009, PFfbEta_ENDCAP = 3010
}
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 6 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 
PFfa_BARREL 
PFfa_ENDCAP 
PFfb_BARREL 
PFfb_ENDCAP 
PFfc_BARREL 
PFfc_ENDCAP 
PFfaEta_BARREL 
PFfaEta_ENDCAP 
PFfbEta_BARREL 
PFfbEta_ENDCAP 

Definition at line 8 of file PerformanceResult.h.

8  {
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,
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 
32 
33 
34 };

Member Function Documentation

template<class Archive >
void PerformanceResult::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 37 of file PerformanceResult.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 37 of file PerformanceResult.h.