Go to the documentation of this file.00001 #ifndef PerformanceResult_h
00002 #define PerformanceResult_h
00003
00004 class PerformanceResult {
00005 public:
00006 enum ResultType {
00007
00008
00009
00010 BTAGBEFF=1001, BTAGBERR=1002, BTAGCEFF=1003,
00011 BTAGCERR=1004, BTAGLEFF=1005, BTAGLERR=1006, BTAGNBEFF=1007, BTAGNBERR=1008,
00012
00013
00014
00015 BTAGBEFFCORR=1009, BTAGBERRCORR=1010, BTAGCEFFCORR=1011,
00016 BTAGCERRCORR=1012, BTAGLEFFCORR=1013, BTAGLERRCORR=1014, BTAGNBEFFCORR=1015, BTAGNBERRCORR=1016,
00017
00018
00019
00020 MUEFF=2001, MUERR=2002, MUFAKE=2003, MUEFAKE=2004,
00021
00022
00023
00024 PFfa_BARREL = 3001, PFfa_ENDCAP = 3002,
00025 PFfb_BARREL = 3003, PFfb_ENDCAP = 3004,
00026 PFfc_BARREL = 3005, PFfc_ENDCAP = 3006,
00027 PFfaEta_BARREL = 3007, PFfaEta_ENDCAP = 3008,
00028 PFfbEta_BARREL = 3009, PFfbEta_ENDCAP = 3010
00029
00030
00031
00032 };
00033
00034 };
00035
00036 #endif