|
|
#include <ElectronMcSignalValidator.h>
|
typedef dqm::reco::DQMStore | DQMStore |
|
typedef dqm::reco::MonitorElement | MonitorElement |
|
using | CacheTypes = CacheContexts< T... > |
|
using | GlobalCache = typename CacheTypes::GlobalCache |
|
using | HasAbility = AbilityChecker< T... > |
|
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
|
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
|
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
|
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
|
using | RunCache = typename CacheTypes::RunCache |
|
using | RunContext = RunContextT< RunCache, GlobalCache > |
|
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
|
static void | globalEndJob (DQMEDAnalyzerGlobalCache const *) |
|
static void | globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context) |
|
static void | globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context) |
|
static std::unique_ptr< DQMEDAnalyzerGlobalCache > | initializeGlobalCache (edm::ParameterSet const &) |
|
MonitorElement * | bookH1 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
|
MonitorElement * | bookH1withSumw2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
|
MonitorElement * | bookH2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ") |
|
MonitorElement * | bookH2withSumw2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ") |
|
MonitorElement * | bookP1 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="E1 P") |
|
MonitorElement * | cloneH1 (DQMStore::IBooker &iBooker, const std::string &name, const std::string &original, const std::string &title="") |
|
MonitorElement * | cloneH1 (DQMStore::IBooker &iBooker, const std::string &name, MonitorElement *original, const std::string &title="") |
|
| ElectronDqmAnalyzerBase (const edm::ParameterSet &conf) |
|
void | setBookEfficiencyFlag (const bool &) |
|
void | setBookIndex (short) |
|
void | setBookPrefix (const std::string &) |
|
void | setBookStatOverflowFlag (const bool &) |
|
int | verbosity () |
|
| ~ElectronDqmAnalyzerBase () override |
|
uint64_t | meId () const |
|
edm::EDPutTokenT< DQMToken > | lumiToken_ |
|
edm::EDPutTokenT< DQMToken > | runToken_ |
|
unsigned int | streamId_ |
|
Definition at line 25 of file ElectronMcSignalValidator.h.
◆ ElectronMcSignalValidator()
ElectronMcSignalValidator::ElectronMcSignalValidator |
( |
const edm::ParameterSet & |
conf | ) |
|
|
explicit |
Definition at line 53 of file ElectronMcSignalValidator.cc.
96 xyz_nbin = histosSet.getParameter<
int>(
"Nbinxyz");
98 p_nbin = histosSet.getParameter<
int>(
"Nbinp");
99 p2D_nbin = histosSet.getParameter<
int>(
"Nbinp2D");
100 p_max = histosSet.getParameter<
double>(
"Pmax");
102 pt_nbin = histosSet.getParameter<
int>(
"Nbinpt");
103 pt2D_nbin = histosSet.getParameter<
int>(
"Nbinpt2D");
104 pteff_nbin = histosSet.getParameter<
int>(
"Nbinpteff");
105 pt_max = histosSet.getParameter<
double>(
"Ptmax");
107 fhits_nbin = histosSet.getParameter<
int>(
"Nbinfhits");
108 fhits_max = histosSet.getParameter<
double>(
"Fhitsmax");
110 lhits_nbin = histosSet.getParameter<
int>(
"Nbinlhits");
111 lhits_max = histosSet.getParameter<
double>(
"Lhitsmax");
113 eop_nbin = histosSet.getParameter<
int>(
"Nbineop");
114 eop2D_nbin = histosSet.getParameter<
int>(
"Nbineop2D");
115 eop_max = histosSet.getParameter<
double>(
"Eopmax");
116 eopmaxsht = histosSet.getParameter<
double>(
"Eopmaxsht");
118 eta_nbin = histosSet.getParameter<
int>(
"Nbineta");
119 eta2D_nbin = histosSet.getParameter<
int>(
"Nbineta2D");
120 eta_min = histosSet.getParameter<
double>(
"Etamin");
121 eta_max = histosSet.getParameter<
double>(
"Etamax");
123 deta_nbin = histosSet.getParameter<
int>(
"Nbindeta");
124 deta_min = histosSet.getParameter<
double>(
"Detamin");
125 deta_max = histosSet.getParameter<
double>(
"Detamax");
127 phi_nbin = histosSet.getParameter<
int>(
"Nbinphi");
128 phi2D_nbin = histosSet.getParameter<
int>(
"Nbinphi2D");
129 phi_min = histosSet.getParameter<
double>(
"Phimin");
130 phi_max = histosSet.getParameter<
double>(
"Phimax");
134 detamatch_min = histosSet.getParameter<
double>(
"Detamatchmin");
135 detamatch_max = histosSet.getParameter<
double>(
"Detamatchmax");
137 dphi_nbin = histosSet.getParameter<
int>(
"Nbindphi");
138 dphi_min = histosSet.getParameter<
double>(
"Dphimin");
139 dphi_max = histosSet.getParameter<
double>(
"Dphimax");
143 dphimatch_min = histosSet.getParameter<
double>(
"Dphimatchmin");
144 dphimatch_max = histosSet.getParameter<
double>(
"Dphimatchmax");
146 poptrue_nbin = histosSet.getParameter<
int>(
"Nbinpoptrue");
147 poptrue_min = histosSet.getParameter<
double>(
"Poptruemin");
148 poptrue_max = histosSet.getParameter<
double>(
"Poptruemax");
150 mee_nbin = histosSet.getParameter<
int>(
"Nbinmee");
151 mee_min = histosSet.getParameter<
double>(
"Meemin");
152 mee_max = histosSet.getParameter<
double>(
"Meemax");
154 hoe_nbin = histosSet.getParameter<
int>(
"Nbinhoe");
155 hoe_min = histosSet.getParameter<
double>(
"Hoemin");
156 hoe_max = histosSet.getParameter<
double>(
"Hoemax");
158 error_nbin = histosSet.getParameter<
int>(
"Nbinerror");
159 enerror_max = histosSet.getParameter<
double>(
"Energyerrormax");
164 opv_nbin = histosSet.getParameter<
int>(
"NbinOPV");
165 opv_min = histosSet.getParameter<
double>(
"OPV_min");
166 opv_max = histosSet.getParameter<
double>(
"OPV_max");
168 ele_nbin = histosSet.getParameter<
int>(
"NbinELE");
169 ele_min = histosSet.getParameter<
double>(
"ELE_min");
170 ele_max = histosSet.getParameter<
double>(
"ELE_max");
172 core_nbin = histosSet.getParameter<
int>(
"NbinCORE");
173 core_min = histosSet.getParameter<
double>(
"CORE_min");
174 core_max = histosSet.getParameter<
double>(
"CORE_max");
176 track_nbin = histosSet.getParameter<
int>(
"NbinTRACK");
177 track_min = histosSet.getParameter<
double>(
"TRACK_min");
178 track_max = histosSet.getParameter<
double>(
"TRACK_max");
180 seed_nbin = histosSet.getParameter<
int>(
"NbinSEED");
181 seed_min = histosSet.getParameter<
double>(
"SEED_min");
182 seed_max = histosSet.getParameter<
double>(
"SEED_max");
References beamSpotTag_, core_max, core_min, core_nbin, deltaR2_, deltaR_, deta_max, deta_min, deta_nbin, detamatch2D_nbin, detamatch_max, detamatch_min, detamatch_nbin, dphi_max, dphi_min, dphi_nbin, dphimatch2D_nbin, dphimatch_max, dphimatch_min, dphimatch_nbin, ele_max, ele_min, ele_nbin, electronCollection_, electronCoreCollection_, electronSeedCollection_, electronTrackCollection_, enerror_max, eop2D_nbin, eop_max, eop_nbin, eopmaxsht, error_nbin, eta2D_nbin, eta_max, eta_min, eta_nbin, fhits_max, fhits_nbin, edm::ParameterSet::getParameter(), h1_ele_ambiguousTracks, h1_ele_charge, h1_ele_chargedHadronRelativeIso_mAOD, h1_ele_chargedHadronRelativeIso_mAOD_barrel, h1_ele_chargedHadronRelativeIso_mAOD_endcaps, h1_ele_ChargeMnChargeTrue, h1_ele_chi2, h1_ele_chi2_barrel, h1_ele_chi2_endcaps, h1_ele_classes, h1_ele_convDcot, h1_ele_convDcot_all, h1_ele_convDist, h1_ele_convDist_all, h1_ele_convFlags, h1_ele_convFlags_all, h1_ele_convRadius, h1_ele_convRadius_all, h1_ele_dEtaCl_propOut, h1_ele_dEtaCl_propOut_all, h1_ele_dEtaCl_propOut_all_barrel, h1_ele_dEtaCl_propOut_all_endcaps, h1_ele_dEtaCl_propOut_barrel, h1_ele_dEtaCl_propOut_endcaps, h1_ele_dEtaEleCl_propOut, h1_ele_dEtaEleCl_propOut_barrel, h1_ele_dEtaEleCl_propOut_endcaps, h1_ele_dEtaSc_propVtx, h1_ele_dEtaSc_propVtx_all, h1_ele_dEtaSc_propVtx_all_barrel, h1_ele_dEtaSc_propVtx_all_endcaps, h1_ele_dEtaSc_propVtx_barrel, h1_ele_dEtaSc_propVtx_endcaps, h1_ele_dEtaSc_propVtx_mAOD, h1_ele_dEtaSc_propVtx_mAOD_barrel, h1_ele_dEtaSc_propVtx_mAOD_endcaps, h1_ele_dPhiCl_propOut, h1_ele_dPhiCl_propOut_all, h1_ele_dPhiCl_propOut_all_barrel, h1_ele_dPhiCl_propOut_all_endcaps, h1_ele_dPhiCl_propOut_barrel, h1_ele_dPhiCl_propOut_endcaps, h1_ele_dPhiCl_propOut_mAOD, h1_ele_dPhiCl_propOut_mAOD_barrel, h1_ele_dPhiCl_propOut_mAOD_endcaps, h1_ele_dPhiEleCl_propOut, h1_ele_dPhiEleCl_propOut_barrel, h1_ele_dPhiEleCl_propOut_endcaps, h1_ele_dPhiSc_propVtx, h1_ele_dPhiSc_propVtx_all, h1_ele_dPhiSc_propVtx_all_barrel, h1_ele_dPhiSc_propVtx_all_endcaps, h1_ele_dPhiSc_propVtx_barrel, h1_ele_dPhiSc_propVtx_endcaps, h1_ele_ecalRecHitSumEt_dr03, h1_ele_ecalRecHitSumEt_dr03_barrel, h1_ele_ecalRecHitSumEt_dr03_endcaps, h1_ele_ecalRecHitSumEt_dr04, h1_ele_ecalRecHitSumEt_dr04_barrel, h1_ele_ecalRecHitSumEt_dr04_endcaps, h1_ele_EeleOPout, h1_ele_EeleOPout_all, h1_ele_EeleOPout_all_barrel, h1_ele_EeleOPout_all_endcaps, h1_ele_EeleOPout_barrel, h1_ele_EeleOPout_endcaps, h1_ele_EoP, h1_ele_EoP_barrel, h1_ele_EoP_endcaps, h1_ele_EoPout, h1_ele_EoPout_all, h1_ele_EoPout_all_barrel, h1_ele_EoPout_all_endcaps, h1_ele_EoPout_barrel, h1_ele_EoPout_endcaps, h1_ele_EoverP_all, h1_ele_EoverP_all_barrel, h1_ele_EoverP_all_endcaps, h1_ele_EseedOP, h1_ele_EseedOP_all, h1_ele_EseedOP_all_barrel, h1_ele_EseedOP_all_endcaps, h1_ele_EseedOP_barrel, h1_ele_EseedOP_endcaps, h1_ele_Et, h1_ele_Et_all, h1_ele_eta, h1_ele_eta_bbrem, h1_ele_eta_golden, h1_ele_eta_shower, h1_ele_EtaMnEtaTrue, h1_ele_EtaMnEtaTrue_barrel, h1_ele_EtaMnEtaTrue_endcaps, h1_ele_fbrem, h1_ele_fbrem_barrel, h1_ele_fbrem_endcaps, h1_ele_fbrem_mAOD, h1_ele_fbrem_mAOD_barrel, h1_ele_fbrem_mAOD_endcaps, h1_ele_foundHits, h1_ele_foundHits_barrel, h1_ele_foundHits_endcaps, h1_ele_hcalTowerSumEt_dr03_depth1, h1_ele_hcalTowerSumEt_dr03_depth1_barrel, h1_ele_hcalTowerSumEt_dr03_depth1_endcaps, h1_ele_hcalTowerSumEt_dr03_depth2, h1_ele_hcalTowerSumEt_dr04_depth1, h1_ele_hcalTowerSumEt_dr04_depth1_barrel, h1_ele_hcalTowerSumEt_dr04_depth1_endcaps, h1_ele_hcalTowerSumEt_dr04_depth2, h1_ele_HoE, h1_ele_HoE_all, h1_ele_HoE_all_barrel, h1_ele_HoE_all_endcaps, h1_ele_HoE_barrel, h1_ele_HoE_endcaps, h1_ele_HoE_fiducial, h1_ele_HoE_mAOD, h1_ele_HoE_mAOD_barrel, h1_ele_HoE_mAOD_endcaps, h1_ele_lostHits, h1_ele_lostHits_barrel, h1_ele_lostHits_endcaps, h1_ele_mee_all, h1_ele_mee_os, h1_ele_mee_os_bb, h1_ele_mee_os_ebeb, h1_ele_mee_os_ebee, h1_ele_mee_os_eeee, h1_ele_mee_os_gb, h1_ele_mee_os_gg, h1_ele_mva, h1_ele_mva_isolated, h1_ele_neutralHadronRelativeIso_mAOD, h1_ele_neutralHadronRelativeIso_mAOD_barrel, h1_ele_neutralHadronRelativeIso_mAOD_endcaps, h1_ele_outerP, h1_ele_outerP_mode, h1_ele_outerPt, h1_ele_outerPt_mode, h1_ele_PhiMnPhiTrue, h1_ele_PhiMnPhiTrue2, h1_ele_PhiMnPhiTrue_barrel, h1_ele_PhiMnPhiTrue_endcaps, h1_ele_photonRelativeIso_mAOD, h1_ele_photonRelativeIso_mAOD_barrel, h1_ele_photonRelativeIso_mAOD_endcaps, h1_ele_PinMnPout, h1_ele_PinMnPout_mode, h1_ele_PoPtrue, h1_ele_PoPtrue_barrel, h1_ele_PoPtrue_endcaps, h1_ele_PoPtrue_golden_barrel, h1_ele_PoPtrue_golden_endcaps, h1_ele_PoPtrue_showering_barrel, h1_ele_PoPtrue_showering_endcaps, h1_ele_provenance, h1_ele_PtoPttrue, h1_ele_PtoPttrue_barrel, h1_ele_PtoPttrue_endcaps, h1_ele_seed_dphi2, h1_ele_seed_dphi2pos, h1_ele_seed_drz2, h1_ele_seed_drz2pos, h1_ele_seed_mask, h1_ele_seed_mask_bpix, h1_ele_seed_mask_fpix, h1_ele_seed_mask_tec, h1_ele_seed_subdet2, h1_ele_superclusterfbrem, h1_ele_superclusterfbrem_barrel, h1_ele_superclusterfbrem_endcaps, h1_ele_TIP_all, h1_ele_TIP_all_barrel, h1_ele_TIP_all_endcaps, h1_ele_tkSumPt_dr03, h1_ele_tkSumPt_dr03_barrel, h1_ele_tkSumPt_dr03_endcaps, h1_ele_tkSumPt_dr04, h1_ele_tkSumPt_dr04_barrel, h1_ele_tkSumPt_dr04_endcaps, h1_ele_vertexAbsEta, h1_ele_vertexEta, h1_ele_vertexEta_all, h1_ele_vertexP, h1_ele_vertexPhi, h1_ele_vertexPt, h1_ele_vertexPt_5100, h1_ele_vertexPt_all, h1_ele_vertexPt_nocut, h1_ele_vertexTIP, h1_ele_vertexX, h1_ele_vertexY, h1_ele_vertexZ, h1_eleNum, h1_gamNum, h1_mc_AbsEta, h1_mc_AbsEta_matched, h1_mc_AbsEta_matched_qmisid, h1_mc_Eta, h1_mc_Eta_matched, h1_mc_Eta_matched_qmisid, h1_mc_P, h1_mc_Phi, h1_mc_Phi_matched, h1_mc_Phi_matched_qmisid, h1_mc_Pt, h1_mc_Pt_matched, h1_mc_Pt_matched_qmisid, h1_mc_Z, h1_mc_Z_matched, h1_mc_Z_matched_qmisid, h1_mcNum, h1_recCoreNum, h1_recEleNum, h1_recOfflineVertices, h1_recSeedNum, h1_recTrackNum, h1_scl_bcl_EtotoEtrue, h1_scl_bcl_EtotoEtrue_barrel, h1_scl_bcl_EtotoEtrue_endcaps, h1_scl_E1x5, h1_scl_E1x5_barrel, h1_scl_E1x5_endcaps, h1_scl_E2x5max, h1_scl_E2x5max_barrel, h1_scl_E2x5max_endcaps, h1_scl_E5x5, h1_scl_E5x5_barrel, h1_scl_E5x5_endcaps, h1_scl_En, h1_scl_EoEtrue_barrel, h1_scl_EoEtrue_barrel_etagap, h1_scl_EoEtrue_barrel_new, h1_scl_EoEtrue_barrel_new_etagap, h1_scl_EoEtrue_barrel_new_phigap, h1_scl_EoEtrue_barrel_phigap, h1_scl_EoEtrue_ebeegap, h1_scl_EoEtrue_ebeegap_new, h1_scl_EoEtrue_endcaps, h1_scl_EoEtrue_endcaps_deegap, h1_scl_EoEtrue_endcaps_new, h1_scl_EoEtrue_endcaps_new_deegap, h1_scl_EoEtrue_endcaps_new_ringgap, h1_scl_EoEtrue_endcaps_ringgap, h1_scl_EoEtrueGolden_barrel, h1_scl_EoEtrueGolden_endcaps, h1_scl_EoEtrueShowering_barrel, h1_scl_EoEtrueShowering_endcaps, h1_scl_ESFrac_endcaps, h1_scl_Et, h1_scl_Eta, h1_scl_full5x5_sigmaIetaIeta, h1_scl_full5x5_sigmaIetaIeta_barrel, h1_scl_full5x5_sigmaIetaIeta_endcaps, h1_scl_Phi, h1_scl_SigEtaEta, h1_scl_SigEtaEta_barrel, h1_scl_SigEtaEta_endcaps, h1_scl_SigIEtaIEta, h1_scl_SigIEtaIEta_barrel, h1_scl_SigIEtaIEta_endcaps, h1_scl_SigIEtaIEta_mAOD, h1_scl_SigIEtaIEta_mAOD_barrel, h1_scl_SigIEtaIEta_mAOD_endcaps, h2_ele_ambiguousTracksVsEta, h2_ele_ambiguousTracksVsPhi, h2_ele_ambiguousTracksVsPt, h2_ele_chargeVsEta, h2_ele_chargeVsPhi, h2_ele_chargeVsPt, h2_ele_chi2VsEta, h2_ele_chi2VsPhi, h2_ele_chi2VsPt, h2_ele_dEtaClVsEta_propOut, h2_ele_dEtaClVsPhi_propOut, h2_ele_dEtaClVsPt_propOut, h2_ele_dEtaEleClVsEta_propOut, h2_ele_dEtaEleClVsPhi_propOut, h2_ele_dEtaEleClVsPt_propOut, h2_ele_dEtaScVsEta_propVtx, h2_ele_dEtaScVsPhi_propVtx, h2_ele_dEtaScVsPt_propVtx, h2_ele_dPhiClVsEta_propOut, h2_ele_dPhiClVsPhi_propOut, h2_ele_dPhiClVsPt_propOut, h2_ele_dPhiEleClVsEta_propOut, h2_ele_dPhiEleClVsPhi_propOut, h2_ele_dPhiEleClVsPt_propOut, h2_ele_dPhiScVsEta_propVtx, h2_ele_dPhiScVsPhi_propVtx, h2_ele_dPhiScVsPt_propVtx, h2_ele_E2mnE1vsMee_all, h2_ele_E2mnE1vsMee_egeg_all, h2_ele_EeleOPoutVsE, h2_ele_EeleOPoutVsEta, h2_ele_EeleOPoutVsPhi, h2_ele_EoPoutVsE, h2_ele_EoPoutVsEta, h2_ele_EoPoutVsPhi, h2_ele_EoPVsE, h2_ele_EoPVsEta, h2_ele_EoPVsPhi, h2_ele_EseedOPVsE, h2_ele_EseedOPVsEta, h2_ele_EseedOPVsPhi, h2_ele_EtaMnEtaTrueVsEta, h2_ele_EtaMnEtaTrueVsPhi, h2_ele_EtaMnEtaTrueVsPt, h2_ele_foundHitsVsEta, h2_ele_foundHitsVsEta_mAOD, h2_ele_foundHitsVsPhi, h2_ele_foundHitsVsPt, h2_ele_HoEVsE, h2_ele_HoEVsEta, h2_ele_HoEVsPhi, h2_ele_lostHitsVsEta, h2_ele_lostHitsVsPhi, h2_ele_lostHitsVsPt, h2_ele_outerPtVsEta_mode, h2_ele_outerPtVsPhi_mode, h2_ele_outerPtVsPt_mode, h2_ele_outerPVsEta_mode, h2_ele_PhiMnPhiTrueVsEta, h2_ele_PhiMnPhiTrueVsPhi, h2_ele_PhiMnPhiTrueVsPt, h2_ele_PinMnPoutVsChi2_mode, h2_ele_PinMnPoutVsE_mode, h2_ele_PinMnPoutVsEta_mode, h2_ele_PinMnPoutVsPhi_mode, h2_ele_PinMnPoutVsPt_mode, h2_ele_PinVsPoutGolden_mean, h2_ele_PinVsPoutGolden_mode, h2_ele_PinVsPoutShowering_mean, h2_ele_PinVsPoutShowering_mode, h2_ele_PoPtrueVsEta, h2_ele_PoPtrueVsPhi, h2_ele_PoPtrueVsPt, h2_ele_PtinVsPtoutGolden_mean, h2_ele_PtinVsPtoutGolden_mode, h2_ele_PtinVsPtoutShowering_mean, h2_ele_PtinVsPtoutShowering_mode, h2_ele_seed_dphi2posVsEta, h2_ele_seed_dphi2posVsPt, h2_ele_seed_dphi2VsEta, h2_ele_seed_dphi2VsPt, h2_ele_seed_drz2posVsEta, h2_ele_seed_drz2posVsPt, h2_ele_seed_drz2VsEta, h2_ele_seed_drz2VsPt, h2_ele_sigmaIetaIetaVsPt, h2_ele_vertexEtaVsPhi, h2_ele_vertexPtVsEta, h2_ele_vertexPtVsPhi, h2_ele_vertexTIPVsEta, h2_ele_vertexTIPVsPhi, h2_ele_vertexTIPVsPt, h2_mc_PtEta, h2_mc_PtEta_matched, h2_scl_EoEtruePfVsEg, h2_scl_EoEtrueVsrecOfflineVertices, h2_scl_EoEtrueVsrecOfflineVertices_barrel, h2_scl_EoEtrueVsrecOfflineVertices_endcaps, h2_scl_EtaVsPhi, h2_scl_EtVsEta, h2_scl_EtVsPhi, hoe_max, hoe_min, hoe_nbin, inputFile_, inputInternalPath_, isoFromDepsEcalFull03Tag_, isoFromDepsEcalFull04Tag_, isoFromDepsEcalReduced03Tag_, isoFromDepsEcalReduced04Tag_, isoFromDepsHcal03Tag_, isoFromDepsHcal04Tag_, isoFromDepsTk03Tag_, isoFromDepsTk04Tag_, lhits_max, lhits_nbin, matchingIDs_, matchingMotherIDs_, maxAbsEta_, maxPt_, mcTruthCollection_, mee_max, mee_min, mee_nbin, offlineVerticesCollection_, opv_max, opv_min, opv_nbin, outputFile_, outputInternalPath_, p1_ele_fbremVsEta_mean, p1_ele_fbremVsEta_mode, p2D_nbin, p_max, p_nbin, phi2D_nbin, phi_max, phi_min, phi_nbin, poptrue_max, poptrue_min, poptrue_nbin, pt2D_nbin, pt_max, pt_nbin, pteff_nbin, readAOD_, seed_max, seed_min, seed_nbin, set_EfficiencyFlag, set_StatOverflowFlag, AlCaHLTBitMon_QueryRunRegistry::string, track_max, track_min, track_nbin, and xyz_nbin.
◆ ~ElectronMcSignalValidator()
ElectronMcSignalValidator::~ElectronMcSignalValidator |
( |
| ) |
|
|
override |
◆ analyze()
Reimplemented from ElectronDqmAnalyzerBase.
Definition at line 3276 of file ElectronMcSignalValidator.cc.
3294 if (!vertexCollectionHandle.isValid()) {
3295 edm::LogInfo(
"ElectronMcSignalValidator::analyze") <<
"vertexCollectionHandle KO";
3297 edm::LogInfo(
"ElectronMcSignalValidator::analyze") <<
"vertexCollectionHandle OK";
3301 <<
"Treating event " <<
iEvent.id() <<
" with " <<
gsfElectrons.product()->size() <<
" electrons";
3312 reco::GsfElectronCollection::const_iterator gsfIter;
3319 float enrj1 = gsfIter->ecalEnergy();
3321 reco::GsfElectronCollection::const_iterator gsfIter2;
3322 for (gsfIter2 = gsfIter + 1; gsfIter2 !=
gsfElectrons->end(); gsfIter2++) {
3324 float mee2 = p12.Dot(p12);
3325 float enrj2 = gsfIter2->ecalEnergy();
3328 if (gsfIter->ecalDrivenSeed() && gsfIter2->ecalDrivenSeed()) {
3331 if (gsfIter->charge() * gsfIter2->charge() < 0.) {
3333 if (gsfIter->isEB() && gsfIter2->isEB()) {
3336 if ((gsfIter->isEB() && gsfIter2->isEE()) || (gsfIter->isEE() && gsfIter2->isEB()))
3338 if (gsfIter->isEE() && gsfIter2->isEE()) {
3341 if ((gsfIter->classification() == GsfElectron::GOLDEN && gsfIter2->classification() == GsfElectron::GOLDEN) ||
3342 (gsfIter->classification() == GsfElectron::GOLDEN && gsfIter2->classification() == GsfElectron::BIGBREM) ||
3343 (gsfIter->classification() == GsfElectron::BIGBREM && gsfIter2->classification() == GsfElectron::GOLDEN) ||
3344 (gsfIter->classification() == GsfElectron::BIGBREM && gsfIter2->classification() == GsfElectron::BIGBREM)) {
3346 }
else if ((gsfIter->classification() == GsfElectron::SHOWERING &&
3347 gsfIter2->classification() == GsfElectron::SHOWERING) ||
3348 (gsfIter->classification() == GsfElectron::SHOWERING && gsfIter2->isGap()) ||
3349 (gsfIter->isGap() && gsfIter2->classification() == GsfElectron::SHOWERING) ||
3350 (gsfIter->isGap() && gsfIter2->isGap())) {
3378 h1_ele_Et_all->
Fill(gsfIter->ecalEnergy() / cosh(gsfIter->superCluster()->eta()));
3381 int flags = gsfIter->convFlags();
3382 if (
flags == -9999) {
3397 int mcNum = 0, gamNum = 0, eleNum = 0;
3398 bool matchingID, matchingMotherID;
3400 reco::GenParticleCollection::const_iterator mcIter;
3423 matchingMotherID =
false;
3436 if (mother ==
nullptr) {
3437 matchingMotherID =
true;
3440 matchingMotherID =
true;
3449 if (matchingMotherID) {
3459 bool okGsfFound =
false;
3460 double gsfOkRatio = 999999.;
3464 reco::GsfElectronCollection::const_iterator gsfIter;
3466 double dphi = gsfIter->
phi() - mcIter->phi();
3468 dphi = dphi < 0 ? (CLHEP::twopi) + dphi : dphi - CLHEP::twopi;
3470 double deltaR2 = (gsfIter->eta() - mcIter->eta()) * (gsfIter->eta() - mcIter->eta()) + dphi * dphi;
3472 double mc_charge = mcIter->pdgId() == 11 ? -1. : 1.;
3475 if (((mcIter->pdgId() == 11) && (gsfIter->charge() > 0.)) ||
3476 ((mcIter->pdgId() == -11) && (gsfIter->charge() < 0.))) {
3477 double tmpGsfRatio = gsfIter->p() / mcIter->p();
3479 gsfOkRatio = tmpGsfRatio;
3480 bestGsfElectron = *gsfIter;
3509 if (mcIter->pdgId() == 22) {
3526 matchingMotherID =
false;
3529 matchingMotherID =
true;
3541 if (!matchingMotherID)
3564 bool okGsfFound =
false;
3565 bool passMiniAODSelection =
true;
3566 double gsfOkRatio = 999999.;
3569 reco::GsfElectronCollection::const_iterator gsfIter;
3573 double dphi = gsfIter->phi() - mcIter->phi();
3575 dphi = dphi < 0 ? (CLHEP::twopi) + dphi : dphi - CLHEP::twopi;
3577 double deltaR2 = (gsfIter->eta() - mcIter->eta()) * (gsfIter->eta() - mcIter->eta()) + dphi * dphi;
3579 if (((mcIter->pdgId() == 11) && (gsfIter->charge() < 0.)) ||
3580 ((mcIter->pdgId() == -11) && (gsfIter->charge() > 0.))) {
3581 double tmpGsfRatio = gsfIter->p() / mcIter->p();
3583 gsfOkRatio = tmpGsfRatio;
3584 bestGsfElectron = *gsfIter;
3599 passMiniAODSelection = bestGsfElectron.
pt() >= 5.;
3617 if (bestGsfElectron.
isEB())
3620 if (bestGsfElectron.
isEE())
3636 double d = (bestGsfElectron.
vertex().x() - mcIter->vx()) * (bestGsfElectron.
vertex().x() - mcIter->vx()) +
3637 (bestGsfElectron.
vertex().y() - mcIter->vy()) * (bestGsfElectron.
vertex().y() - mcIter->vy());
3644 if (bestGsfElectron.
isEB())
3646 if (bestGsfElectron.
isEE())
3652 if (bestGsfElectron.
isEB())
3654 if (bestGsfElectron.
isEE())
3668 if (bestGsfElectron.
isEB())
3670 if (bestGsfElectron.
isEE())
3672 if (bestGsfElectron.
isEB() && bestGsfElectron.
classification() == GsfElectron::GOLDEN)
3674 if (bestGsfElectron.
isEE() && bestGsfElectron.
classification() == GsfElectron::GOLDEN)
3676 if (bestGsfElectron.
isEB() && bestGsfElectron.
classification() == GsfElectron::SHOWERING)
3678 if (bestGsfElectron.
isEE() && bestGsfElectron.
classification() == GsfElectron::SHOWERING)
3680 if (bestGsfElectron.
isEB())
3682 if (bestGsfElectron.
isEE())
3685 if (bestGsfElectron.
isEB())
3687 if (bestGsfElectron.
isEE())
3690 if (bestGsfElectron.
isEB())
3692 if (bestGsfElectron.
isEE())
3699 if (bestGsfElectron.
isEB())
3701 if (bestGsfElectron.
isEE())
3713 if (bestGsfElectron.
isEB())
3715 if (bestGsfElectron.
isEE())
3728 double R = TMath::Sqrt(sclRef->x() * sclRef->x() + sclRef->y() * sclRef->y() + sclRef->z() * sclRef->z());
3729 double Rt = TMath::Sqrt(sclRef->x() * sclRef->x() + sclRef->y() * sclRef->y());
3737 if (bestGsfElectron.
isEB())
3739 if (bestGsfElectron.
isEE())
3742 if (bestGsfElectron.
isEB())
3744 if (bestGsfElectron.
isEE())
3746 if (passMiniAODSelection) {
3748 if (bestGsfElectron.
isEB())
3750 if (bestGsfElectron.
isEE())
3754 if (bestGsfElectron.
isEB())
3756 if (bestGsfElectron.
isEE())
3759 if (bestGsfElectron.
isEB())
3761 if (bestGsfElectron.
isEE())
3764 if (bestGsfElectron.
isEB())
3766 if (bestGsfElectron.
isEE())
3769 if (bestGsfElectron.
isEB())
3771 if (bestGsfElectron.
isEE())
3773 float pfEnergy = 0.;
3778 if (bestGsfElectron.
isEE())
3784 for (; it != itend; ++it) {
3785 Etot += (*it)->energy();
3788 if (bestGsfElectron.
isEB())
3790 if (bestGsfElectron.
isEE())
3801 if (bestGsfElectron.
isEB())
3803 if (bestGsfElectron.
isEE())
3806 if (passMiniAODSelection) {
3812 if (bestGsfElectron.
isEB())
3814 if (bestGsfElectron.
isEE())
3820 if (bestGsfElectron.
isEB())
3822 if (bestGsfElectron.
isEE())
3832 bestGsfElectron.
gsfTrack()->outerMomentum().R());
3849 bestGsfElectron.
gsfTrack()->normalizedChi2(),
3865 if (elseed->subDet(1) == 1) {
3867 }
else if (elseed->subDet(1) == 2) {
3869 }
else if (elseed->subDet(1) == 6) {
3898 if (bestGsfElectron.
isEB())
3900 if (bestGsfElectron.
isEE())
3906 if (bestGsfElectron.
isEB())
3908 if (bestGsfElectron.
isEE())
3914 if (bestGsfElectron.
isEB())
3916 if (bestGsfElectron.
isEE())
3922 if (bestGsfElectron.
isEB())
3924 if (bestGsfElectron.
isEE())
3930 if (passMiniAODSelection) {
3933 if (bestGsfElectron.
isEB())
3935 if (bestGsfElectron.
isEE())
3937 if (passMiniAODSelection) {
3938 if (bestGsfElectron.
isEB())
3940 if (bestGsfElectron.
isEE())
3947 if (bestGsfElectron.
isEB())
3949 if (bestGsfElectron.
isEE())
3955 if (bestGsfElectron.
isEB())
3957 if (bestGsfElectron.
isEE())
3963 if (passMiniAODSelection) {
3966 if (bestGsfElectron.
isEB())
3968 if (bestGsfElectron.
isEE())
3970 if (passMiniAODSelection) {
3971 if (bestGsfElectron.
isEB())
3973 if (bestGsfElectron.
isEE())
3980 if (bestGsfElectron.
isEB())
3982 if (bestGsfElectron.
isEE())
3988 if (bestGsfElectron.
isEB())
3990 if (bestGsfElectron.
isEE())
3996 if (passMiniAODSelection) {
4000 if (bestGsfElectron.
isEB())
4002 if (bestGsfElectron.
isEE())
4004 if (bestGsfElectron.
isEB())
4006 if (bestGsfElectron.
isEE())
4008 if (passMiniAODSelection) {
4009 if (bestGsfElectron.
isEB())
4011 if (bestGsfElectron.
isEE())
4023 if (bestGsfElectron.
isEE())
4027 if (bestGsfElectron.
classification() == GsfElectron::GOLDEN && bestGsfElectron.
isEB())
4029 if (bestGsfElectron.
classification() == GsfElectron::GOLDEN && bestGsfElectron.
isEE())
4031 if (bestGsfElectron.
classification() == GsfElectron::SHOWERING && bestGsfElectron.
isEB())
4033 if (bestGsfElectron.
classification() == GsfElectron::SHOWERING && bestGsfElectron.
isEE())
4047 double fbrem_mode = bestGsfElectron.
fbrem();
4049 if (passMiniAODSelection) {
4052 if (bestGsfElectron.
isEB()) {
4053 double fbrem_mode_barrel = bestGsfElectron.
fbrem();
4055 if (passMiniAODSelection) {
4060 if (bestGsfElectron.
isEE()) {
4061 double fbrem_mode_endcaps = bestGsfElectron.
fbrem();
4063 if (passMiniAODSelection) {
4071 if (bestGsfElectron.
isEB()) {
4076 if (bestGsfElectron.
isEE()) {
4086 1. - bestGsfElectron.
gsfTrack()->outerMomentum().R() / bestGsfElectron.
gsfTrack()->innerMomentum().R();
4102 bestGsfElectron.
gsfTrack()->innerMomentum().R());
4105 bestGsfElectron.
gsfTrack()->innerMomentum().R());
4117 bestGsfElectron.
gsfTrack()->innerMomentum().Rho());
4120 bestGsfElectron.
gsfTrack()->innerMomentum().Rho());
4125 if (bestGsfElectron.
isEB())
4127 if (bestGsfElectron.
isEE())
4130 if (bestGsfElectron.
isEB())
4132 if (bestGsfElectron.
isEE())
4175 if (bestGsfElectron.
isEB())
4177 if (bestGsfElectron.
isEE())
4181 if (bestGsfElectron.
isEB())
4183 if (bestGsfElectron.
isEE())
4187 if (bestGsfElectron.
isEB())
4189 if (bestGsfElectron.
isEE())
4194 bestGsfElectron.
pt());
4195 if (bestGsfElectron.
isEB())
4197 bestGsfElectron.
pt());
4198 if (bestGsfElectron.
isEE())
4200 bestGsfElectron.
pt());
4201 if (passMiniAODSelection) {
4203 bestGsfElectron.
pt());
4204 if (bestGsfElectron.
isEB())
4206 bestGsfElectron.
pt());
4207 if (bestGsfElectron.
isEE())
4209 bestGsfElectron.
pt());
4213 bestGsfElectron.
pt());
4214 if (bestGsfElectron.
isEB())
4216 bestGsfElectron.
pt());
4217 if (bestGsfElectron.
isEE())
4219 bestGsfElectron.
pt());
4220 if (passMiniAODSelection) {
4222 bestGsfElectron.
pt());
4223 if (bestGsfElectron.
isEB())
4225 bestGsfElectron.
pt());
4226 if (bestGsfElectron.
isEE())
4228 bestGsfElectron.
pt());
4232 if (bestGsfElectron.
isEB())
4234 if (bestGsfElectron.
isEE())
4236 if (passMiniAODSelection) {
4238 if (bestGsfElectron.
isEB())
4240 bestGsfElectron.
pt());
4241 if (bestGsfElectron.
isEE())
4243 bestGsfElectron.
pt());
4248 if (bestGsfElectron.
isEB())
4250 if (bestGsfElectron.
isEE())
4253 if (bestGsfElectron.
isEB())
4255 if (bestGsfElectron.
isEE())
4258 if (bestGsfElectron.
isEB())
4260 if (bestGsfElectron.
isEE())
4263 if (bestGsfElectron.
isEB())
4265 if (bestGsfElectron.
isEE())
4268 if (bestGsfElectron.
isEB())
4270 if (bestGsfElectron.
isEE())
4273 if (bestGsfElectron.
isEB())
4275 if (bestGsfElectron.
isEE())
4278 if (bestGsfElectron.
isEB())
4280 if (bestGsfElectron.
isEE())
4283 if (bestGsfElectron.
isEB())
4285 if (bestGsfElectron.
isEE())
4288 if (bestGsfElectron.
isEB())
4290 if (bestGsfElectron.
isEE())
4293 if (bestGsfElectron.
isEB())
4295 if (bestGsfElectron.
isEE())
4299 if (bestGsfElectron.
isEB())
4301 if (bestGsfElectron.
isEE())
4304 if (bestGsfElectron.
isEB())
4306 if (bestGsfElectron.
isEE())
4310 if (bestGsfElectron.
isEB())
4312 if (bestGsfElectron.
isEE())
4315 if (bestGsfElectron.
isEB())
4317 if (bestGsfElectron.
isEE())
4322 if (
flags == -9999) {
References funct::abs(), reco::GsfElectron::ambiguousGsfTracksSize(), beamSpotTag_, reco::GsfElectron::caloEnergy(), reco::LeafCandidate::charge(), reco::GsfElectron::classification(), reco::GsfElectron::convDcot(), reco::GsfElectron::convDist(), reco::GsfElectron::convFlags(), reco::GsfElectron::convRadius(), reco::GsfElectron::correctedEcalEnergyError(), ztail::d, reco::GsfElectron::deltaEtaEleClusterTrackAtCalo(), reco::GsfElectron::deltaEtaSeedClusterTrackAtCalo(), reco::GsfElectron::deltaEtaSuperClusterTrackAtVtx(), reco::GsfElectron::deltaPhiEleClusterTrackAtCalo(), reco::GsfElectron::deltaPhiSeedClusterTrackAtCalo(), reco::GsfElectron::deltaPhiSuperClusterTrackAtVtx(), HLTMuonOfflineAnalyzer_cfi::deltaR2, deltaR2_, reco::GsfElectron::dr03EcalRecHitSumEt(), reco::GsfElectron::dr03HcalTowerSumEt(), reco::GsfElectron::dr03HcalTowerSumEtBc(), reco::GsfElectron::dr03TkSumPt(), reco::GsfElectron::dr04EcalRecHitSumEt(), reco::GsfElectron::dr04HcalTowerSumEt(), reco::GsfElectron::dr04HcalTowerSumEtBc(), reco::GsfElectron::dr04TkSumPt(), reco::GsfElectron::ecalDrivenSeed(), reco::GsfElectron::ecalEnergy(), reco::GsfElectron::eEleClusterOverPout(), electronCollection_, electronCoreCollection_, electronSeedCollection_, electronTrackCollection_, reco::GsfElectron::eSeedClusterOverP(), reco::GsfElectron::eSeedClusterOverPout(), reco::GsfElectron::eSuperClusterOverP(), reco::LeafCandidate::eta(), reco::GsfElectron::fbrem(), dqm::impl::MonitorElement::Fill(), HLT_FULL_cff::flags, reco::GsfElectron::full5x5_sigmaIetaIeta(), genParticles2HepMC_cfi::genParticles, electronIsolatorFromEffectiveArea_cfi::gsfElectrons, reco::GsfElectron::gsfTrack(), h1_ele_ambiguousTracks, h1_ele_charge, h1_ele_chargedHadronIso, h1_ele_chargedHadronIso_barrel, h1_ele_chargedHadronIso_endcaps, h1_ele_chargedHadronRelativeIso, h1_ele_chargedHadronRelativeIso_barrel, h1_ele_chargedHadronRelativeIso_endcaps, h1_ele_chargedHadronRelativeIso_mAOD, h1_ele_chargedHadronRelativeIso_mAOD_barrel, h1_ele_chargedHadronRelativeIso_mAOD_endcaps, h1_ele_chargeInfo, h1_ele_ChargeMnChargeTrue, h1_ele_chi2, h1_ele_chi2_barrel, h1_ele_chi2_endcaps, h1_ele_classes, h1_ele_combinedP4Error, h1_ele_combinedP4Error_barrel, h1_ele_combinedP4Error_endcaps, h1_ele_convDcot, h1_ele_convDcot_all, h1_ele_convDist, h1_ele_convDist_all, h1_ele_convFlags, h1_ele_convFlags_all, h1_ele_convRadius, h1_ele_convRadius_all, h1_ele_dEtaCl_propOut, h1_ele_dEtaCl_propOut_all, h1_ele_dEtaCl_propOut_barrel, h1_ele_dEtaCl_propOut_endcaps, h1_ele_dEtaEleCl_propOut, h1_ele_dEtaEleCl_propOut_barrel, h1_ele_dEtaEleCl_propOut_endcaps, h1_ele_dEtaSc_propVtx, h1_ele_dEtaSc_propVtx_all, h1_ele_dEtaSc_propVtx_barrel, h1_ele_dEtaSc_propVtx_endcaps, h1_ele_dEtaSc_propVtx_mAOD, h1_ele_dEtaSc_propVtx_mAOD_barrel, h1_ele_dEtaSc_propVtx_mAOD_endcaps, h1_ele_dPhiCl_propOut, h1_ele_dPhiCl_propOut_all, h1_ele_dPhiCl_propOut_barrel, h1_ele_dPhiCl_propOut_endcaps, h1_ele_dPhiCl_propOut_mAOD, h1_ele_dPhiCl_propOut_mAOD_barrel, h1_ele_dPhiCl_propOut_mAOD_endcaps, h1_ele_dPhiEleCl_propOut, h1_ele_dPhiEleCl_propOut_barrel, h1_ele_dPhiEleCl_propOut_endcaps, h1_ele_dPhiSc_propVtx, h1_ele_dPhiSc_propVtx_all, h1_ele_dPhiSc_propVtx_barrel, h1_ele_dPhiSc_propVtx_endcaps, h1_ele_ecalEnergyError, h1_ele_ecalEnergyError_barrel, h1_ele_ecalEnergyError_endcaps, h1_ele_ecalRecHitSumEt_dr03, h1_ele_ecalRecHitSumEt_dr03_barrel, h1_ele_ecalRecHitSumEt_dr03_endcaps, h1_ele_ecalRecHitSumEt_dr04, h1_ele_ecalRecHitSumEt_dr04_barrel, h1_ele_ecalRecHitSumEt_dr04_endcaps, h1_ele_EeleOPout, h1_ele_EeleOPout_all, h1_ele_EeleOPout_barrel, h1_ele_EeleOPout_endcaps, h1_ele_EoP, h1_ele_EoP_barrel, h1_ele_EoP_endcaps, h1_ele_EoPout, h1_ele_EoPout_all, h1_ele_EoPout_barrel, h1_ele_EoPout_endcaps, h1_ele_EoverP_all, h1_ele_EseedOP, h1_ele_EseedOP_all, h1_ele_EseedOP_barrel, h1_ele_EseedOP_endcaps, h1_ele_Et, h1_ele_Et_all, h1_ele_eta, h1_ele_eta_bbrem, h1_ele_eta_golden, h1_ele_eta_shower, h1_ele_EtaMnEtaTrue, h1_ele_EtaMnEtaTrue_barrel, h1_ele_EtaMnEtaTrue_endcaps, h1_ele_fbrem, h1_ele_fbrem_barrel, h1_ele_fbrem_endcaps, h1_ele_fbrem_mAOD, h1_ele_fbrem_mAOD_barrel, h1_ele_fbrem_mAOD_endcaps, h1_ele_foundHits, h1_ele_foundHits_barrel, h1_ele_foundHits_endcaps, h1_ele_hcalDepth1OverEcalBc, h1_ele_hcalDepth1OverEcalBc_barrel, h1_ele_hcalDepth1OverEcalBc_endcaps, h1_ele_hcalDepth2OverEcalBc, h1_ele_hcalDepth2OverEcalBc_barrel, h1_ele_hcalDepth2OverEcalBc_endcaps, h1_ele_hcalTowerSumEt_dr03_depth1, h1_ele_hcalTowerSumEt_dr03_depth1_barrel, h1_ele_hcalTowerSumEt_dr03_depth1_endcaps, h1_ele_hcalTowerSumEt_dr03_depth2, h1_ele_hcalTowerSumEt_dr03_depth2_barrel, h1_ele_hcalTowerSumEt_dr03_depth2_endcaps, h1_ele_hcalTowerSumEt_dr04_depth1, h1_ele_hcalTowerSumEt_dr04_depth1_barrel, h1_ele_hcalTowerSumEt_dr04_depth1_endcaps, h1_ele_hcalTowerSumEt_dr04_depth2, h1_ele_hcalTowerSumEt_dr04_depth2_barrel, h1_ele_hcalTowerSumEt_dr04_depth2_endcaps, h1_ele_hcalTowerSumEtBc_dr03_depth1, h1_ele_hcalTowerSumEtBc_dr03_depth1_barrel, h1_ele_hcalTowerSumEtBc_dr03_depth1_endcaps, h1_ele_hcalTowerSumEtBc_dr03_depth2, h1_ele_hcalTowerSumEtBc_dr03_depth2_barrel, h1_ele_hcalTowerSumEtBc_dr03_depth2_endcaps, h1_ele_hcalTowerSumEtBc_dr04_depth1, h1_ele_hcalTowerSumEtBc_dr04_depth1_barrel, h1_ele_hcalTowerSumEtBc_dr04_depth1_endcaps, h1_ele_hcalTowerSumEtBc_dr04_depth2, h1_ele_hcalTowerSumEtBc_dr04_depth2_barrel, h1_ele_hcalTowerSumEtBc_dr04_depth2_endcaps, h1_ele_HoE, h1_ele_HoE_all, h1_ele_HoE_barrel, h1_ele_HoE_bc, h1_ele_HoE_bc_all, h1_ele_HoE_bc_barrel, h1_ele_HoE_bc_endcaps, h1_ele_HoE_endcaps, h1_ele_HoE_fiducial, h1_ele_HoE_mAOD, h1_ele_HoE_mAOD_barrel, h1_ele_HoE_mAOD_endcaps, h1_ele_lostHits, h1_ele_lostHits_barrel, h1_ele_lostHits_endcaps, h1_ele_mee_all, h1_ele_mee_os, h1_ele_mee_os_bb, h1_ele_mee_os_ebeb, h1_ele_mee_os_ebee, h1_ele_mee_os_eeee, h1_ele_mee_os_gb, h1_ele_mee_os_gg, h1_ele_mva, h1_ele_mva_barrel, h1_ele_mva_barrel_isolated, h1_ele_mva_endcaps, h1_ele_mva_endcaps_isolated, h1_ele_mva_isolated, h1_ele_neutralHadronIso, h1_ele_neutralHadronIso_barrel, h1_ele_neutralHadronIso_endcaps, h1_ele_neutralHadronRelativeIso, h1_ele_neutralHadronRelativeIso_barrel, h1_ele_neutralHadronRelativeIso_endcaps, h1_ele_neutralHadronRelativeIso_mAOD, h1_ele_neutralHadronRelativeIso_mAOD_barrel, h1_ele_neutralHadronRelativeIso_mAOD_endcaps, h1_ele_outerP, h1_ele_outerP_mode, h1_ele_outerPt, h1_ele_outerPt_mode, h1_ele_PhiMnPhiTrue, h1_ele_PhiMnPhiTrue2, h1_ele_PhiMnPhiTrue_barrel, h1_ele_PhiMnPhiTrue_endcaps, h1_ele_photonIso, h1_ele_photonIso_barrel, h1_ele_photonIso_endcaps, h1_ele_photonRelativeIso, h1_ele_photonRelativeIso_barrel, h1_ele_photonRelativeIso_endcaps, h1_ele_photonRelativeIso_mAOD, h1_ele_photonRelativeIso_mAOD_barrel, h1_ele_photonRelativeIso_mAOD_endcaps, h1_ele_PinMnPout, h1_ele_PinMnPout_mode, h1_ele_PoPtrue, h1_ele_PoPtrue_barrel, h1_ele_PoPtrue_endcaps, h1_ele_PoPtrue_golden_barrel, h1_ele_PoPtrue_golden_endcaps, h1_ele_PoPtrue_showering_barrel, h1_ele_PoPtrue_showering_endcaps, h1_ele_provenance, h1_ele_provenance_barrel, h1_ele_provenance_endcaps, h1_ele_PtoPttrue, h1_ele_PtoPttrue_barrel, h1_ele_PtoPttrue_endcaps, h1_ele_seed_dphi2, h1_ele_seed_dphi2pos, h1_ele_seed_drz2, h1_ele_seed_drz2pos, h1_ele_seed_mask, h1_ele_seed_mask_bpix, h1_ele_seed_mask_fpix, h1_ele_seed_mask_tec, h1_ele_seed_subdet2, h1_ele_superclusterfbrem, h1_ele_superclusterfbrem_barrel, h1_ele_superclusterfbrem_endcaps, h1_ele_TIP_all, h1_ele_tkSumPt_dr03, h1_ele_tkSumPt_dr03_barrel, h1_ele_tkSumPt_dr03_endcaps, h1_ele_tkSumPt_dr04, h1_ele_tkSumPt_dr04_barrel, h1_ele_tkSumPt_dr04_endcaps, h1_ele_vertexEta, h1_ele_vertexEta_all, h1_ele_vertexP, h1_ele_vertexPhi, h1_ele_vertexPt, h1_ele_vertexPt_all, h1_ele_vertexPt_nocut, h1_ele_vertexTIP, h1_ele_vertexX, h1_ele_vertexY, h1_ele_vertexZ, h1_eleNum, h1_mc_AbsEta, h1_mc_AbsEta_matched, h1_mc_AbsEta_matched_qmisid, h1_mc_Eta, h1_mc_Eta_matched, h1_mc_Eta_matched_qmisid, h1_mc_P, h1_mc_Phi, h1_mc_Phi_matched, h1_mc_Phi_matched_qmisid, h1_mc_Pt, h1_mc_Pt_matched, h1_mc_Pt_matched_qmisid, h1_mc_Z, h1_mc_Z_matched, h1_mc_Z_matched_qmisid, h1_mcNum, h1_recCoreNum, h1_recEleNum, h1_recOfflineVertices, h1_recSeedNum, h1_recTrackNum, h1_scl_bcl_EtotoEtrue, h1_scl_bcl_EtotoEtrue_barrel, h1_scl_bcl_EtotoEtrue_endcaps, h1_scl_E1x5, h1_scl_E1x5_barrel, h1_scl_E1x5_endcaps, h1_scl_E2x5max, h1_scl_E2x5max_barrel, h1_scl_E2x5max_endcaps, h1_scl_E5x5, h1_scl_E5x5_barrel, h1_scl_E5x5_endcaps, h1_scl_En, h1_scl_EoEtrue_barrel, h1_scl_EoEtrue_barrel_etagap, h1_scl_EoEtrue_barrel_new, h1_scl_EoEtrue_barrel_new_etagap, h1_scl_EoEtrue_barrel_new_phigap, h1_scl_EoEtrue_barrel_phigap, h1_scl_EoEtrue_ebeegap, h1_scl_EoEtrue_ebeegap_new, h1_scl_EoEtrue_endcaps, h1_scl_EoEtrue_endcaps_deegap, h1_scl_EoEtrue_endcaps_new, h1_scl_EoEtrue_endcaps_new_deegap, h1_scl_EoEtrue_endcaps_new_ringgap, h1_scl_EoEtrue_endcaps_ringgap, h1_scl_EoEtrueGolden_barrel, h1_scl_EoEtrueGolden_endcaps, h1_scl_EoEtrueShowering_barrel, h1_scl_EoEtrueShowering_endcaps, h1_scl_ESFrac_endcaps, h1_scl_Et, h1_scl_Eta, h1_scl_full5x5_sigmaIetaIeta, h1_scl_full5x5_sigmaIetaIeta_barrel, h1_scl_full5x5_sigmaIetaIeta_endcaps, h1_scl_Phi, h1_scl_SigEtaEta, h1_scl_SigEtaEta_barrel, h1_scl_SigEtaEta_endcaps, h1_scl_SigIEtaIEta, h1_scl_SigIEtaIEta_barrel, h1_scl_SigIEtaIEta_endcaps, h1_scl_SigIEtaIEta_mAOD, h1_scl_SigIEtaIEta_mAOD_barrel, h1_scl_SigIEtaIEta_mAOD_endcaps, h2_ele_ambiguousTracksVsEta, h2_ele_ambiguousTracksVsPhi, h2_ele_ambiguousTracksVsPt, h2_ele_chargeVsEta, h2_ele_chargeVsPhi, h2_ele_chargeVsPt, h2_ele_chi2VsEta, h2_ele_chi2VsPhi, h2_ele_chi2VsPt, h2_ele_dEtaClVsEta_propOut, h2_ele_dEtaClVsPhi_propOut, h2_ele_dEtaClVsPt_propOut, h2_ele_dEtaEleClVsEta_propOut, h2_ele_dEtaEleClVsPhi_propOut, h2_ele_dEtaEleClVsPt_propOut, h2_ele_dEtaScVsEta_propVtx, h2_ele_dEtaScVsPhi_propVtx, h2_ele_dEtaScVsPt_propVtx, h2_ele_dPhiClVsEta_propOut, h2_ele_dPhiClVsPhi_propOut, h2_ele_dPhiClVsPt_propOut, h2_ele_dPhiEleClVsEta_propOut, h2_ele_dPhiEleClVsPhi_propOut, h2_ele_dPhiEleClVsPt_propOut, h2_ele_dPhiScVsEta_propVtx, h2_ele_dPhiScVsPhi_propVtx, h2_ele_dPhiScVsPt_propVtx, h2_ele_E2mnE1vsMee_all, h2_ele_E2mnE1vsMee_egeg_all, h2_ele_EeleOPoutVsE, h2_ele_EeleOPoutVsEta, h2_ele_EeleOPoutVsPhi, h2_ele_EoPoutVsE, h2_ele_EoPoutVsEta, h2_ele_EoPoutVsPhi, h2_ele_EoPVsE, h2_ele_EoPVsEta, h2_ele_EoPVsPhi, h2_ele_EseedOPVsE, h2_ele_EseedOPVsEta, h2_ele_EseedOPVsPhi, h2_ele_EtaMnEtaTrueVsEta, h2_ele_EtaMnEtaTrueVsPhi, h2_ele_EtaMnEtaTrueVsPt, h2_ele_foundHitsVsEta, h2_ele_foundHitsVsEta_mAOD, h2_ele_foundHitsVsPhi, h2_ele_foundHitsVsPt, h2_ele_HoEVsE, h2_ele_HoEVsEta, h2_ele_HoEVsPhi, h2_ele_lostHitsVsEta, h2_ele_lostHitsVsPhi, h2_ele_lostHitsVsPt, h2_ele_outerPtVsEta_mode, h2_ele_outerPtVsPhi_mode, h2_ele_outerPtVsPt_mode, h2_ele_outerPVsEta_mode, h2_ele_PhiMnPhiTrueVsEta, h2_ele_PhiMnPhiTrueVsPhi, h2_ele_PhiMnPhiTrueVsPt, h2_ele_PinMnPoutVsChi2_mode, h2_ele_PinMnPoutVsE_mode, h2_ele_PinMnPoutVsEta_mode, h2_ele_PinMnPoutVsPhi_mode, h2_ele_PinMnPoutVsPt_mode, h2_ele_PinVsPoutGolden_mean, h2_ele_PinVsPoutGolden_mode, h2_ele_PinVsPoutShowering_mean, h2_ele_PinVsPoutShowering_mode, h2_ele_PoPtrueVsEta, h2_ele_PoPtrueVsPhi, h2_ele_PoPtrueVsPt, h2_ele_PtinVsPtoutGolden_mean, h2_ele_PtinVsPtoutGolden_mode, h2_ele_PtinVsPtoutShowering_mean, h2_ele_PtinVsPtoutShowering_mode, h2_ele_seed_dphi2posVsEta, h2_ele_seed_dphi2posVsPt, h2_ele_seed_dphi2VsEta, h2_ele_seed_dphi2VsPt, h2_ele_seed_drz2posVsEta, h2_ele_seed_drz2posVsPt, h2_ele_seed_drz2VsEta, h2_ele_seed_drz2VsPt, h2_ele_sigmaIetaIetaVsPt, h2_ele_vertexEtaVsPhi, h2_ele_vertexPtVsEta, h2_ele_vertexPtVsPhi, h2_ele_vertexTIPVsEta, h2_ele_vertexTIPVsPhi, h2_ele_vertexTIPVsPt, h2_mc_PtEta, h2_mc_PtEta_matched, h2_scl_EoEtruePfVsEg, h2_scl_EoEtrueVsrecOfflineVertices, h2_scl_EoEtrueVsrecOfflineVertices_barrel, h2_scl_EoEtrueVsrecOfflineVertices_endcaps, h2_scl_EtaVsPhi, h2_scl_EtVsEta, h2_scl_EtVsPhi, reco::GsfElectron::hcalOverEcal(), reco::GsfElectron::hcalOverEcalBc(), mps_fire::i, iEvent, infinity, reco::GsfElectron::isEB(), reco::GsfElectron::isEBEEGap(), reco::GsfElectron::isEBEtaGap(), reco::GsfElectron::isEBPhiGap(), reco::GsfElectron::isEE(), reco::GsfElectron::isEEDeeGap(), reco::GsfElectron::isEERingGap(), reco::GsfElectron::isGsfCtfChargeConsistent(), reco::GsfElectron::isGsfCtfScPixChargeConsistent(), reco::GsfElectron::isGsfScPixChargeConsistent(), edm::Ref< C, T, F >::isNull(), isoFromDepsEcalFull03Tag_, isoFromDepsEcalFull04Tag_, isoFromDepsEcalReduced03Tag_, isoFromDepsEcalReduced04Tag_, isoFromDepsHcal03Tag_, isoFromDepsHcal04Tag_, isoFromDepsTk03Tag_, isoFromDepsTk04Tag_, matchingIDs_, matchingMotherIDs_, maxAbsEta_, maxPt_, mcTruthCollection_, reco::Candidate::mother(), reco::GsfElectron::mva_e_pi(), reco::GsfElectron::mva_Isolated(), reco::Candidate::numberOfDaughters(), offlineVerticesCollection_, reco::LeafCandidate::p(), p1_ele_fbremVsEta_mean, p1_ele_fbremVsEta_mode, reco::GsfElectron::P4_COMBINATION, reco::GsfElectron::p4Error(), reco::GsfElectron::parentSuperCluster(), reco::Candidate::pdgId(), perp(), reco::GsfElectron::pfIsolationVariables(), reco::LeafCandidate::phi(), pi, reco::LeafCandidate::pt(), reco::LeafCandidate::py(), dttmaxenums::R, readAOD_, reco::GsfElectron::scE1x5(), reco::GsfElectron::scE2x5Max(), reco::GsfElectron::scE5x5(), reco::GsfElectron::scSigmaEtaEta(), reco::GsfElectron::scSigmaIEtaIEta(), fileCollector::seed, mathSSE::sqrt(), reco::GsfElectron::PflowIsolationVariables::sumChargedHadronPt, reco::GsfElectron::PflowIsolationVariables::sumNeutralHadronEt, reco::GsfElectron::PflowIsolationVariables::sumPhotonEt, reco::GsfElectron::superCluster(), reco::GsfElectron::superClusterFbrem(), reco::GsfElectron::trackerDrivenSeed(), reco::GsfElectron::trackMomentumAtVtx(), reco::GsfElectron::trackMomentumOut(), and reco::LeafCandidate::vertex().
◆ bookHistograms()
Reimplemented from ElectronDqmAnalyzerBase.
Definition at line 584 of file ElectronMcSignalValidator.cc.
604 iBooker,
"recOfflineVertices",
"# rec Offline Primary Vertices",
opv_nbin,
opv_min,
opv_max,
"N_{Vertices}");
607 "scl_EoEtrueVsrecOfflineVertices",
608 "E/Etrue vs number of primary vertices",
615 "N_{primary vertices}",
618 "scl_EoEtrueVsrecOfflineVertices_barrel",
619 "E/Etrue vs number of primary , barrel",
626 "N_{primary vertices}",
629 "scl_EoEtrueVsrecOfflineVertices_endcaps",
630 "E/Etrue vs number of primary , endcaps",
637 "N_{primary vertices}",
655 "ele E/P_{vertex}, all reco electrons",
664 "ele E/P_{vertex}, all reco electrons, barrel",
672 "EoverP_all_endcaps",
673 "ele E/P_{vertex}, all reco electrons, endcaps",
682 "ele E_{seed}/P_{vertex}, all reco electrons",
686 "E_{seed}/P_{vertex}",
690 "EseedOP_all_barrel",
691 "ele E_{seed}/P_{vertex}, all reco electrons, barrel",
695 "E_{seed}/P_{vertex}",
699 "EseedOP_all_endcaps",
700 "ele E_{seed}/P_{vertex}, all reco electrons, endcaps",
704 "E_{seed}/P_{vertex}",
709 "ele E_{seed}/P_{out}, all reco electrons",
718 "ele E_{seed}/P_{out}, all reco electrons barrel",
726 "EoPout_all_endcaps",
727 "ele E_{seed}/P_{out}, all reco electrons endcaps",
736 "ele E_{ele}/P_{out}, all reco electrons",
744 "EeleOPout_all_barrel",
745 "ele E_{ele}/P_{out}, all reco electrons barrel",
753 "EeleOPout_all_endcaps",
754 "ele E_{ele}/P_{out}, all reco electrons endcaps",
762 "dEtaSc_propVtx_all",
763 "ele #eta_{sc} - #eta_{tr}, prop from vertex, all reco electrons",
767 "#eta_{sc} - #eta_{tr}",
772 "dEtaSc_propVtx_all_barrel",
773 "ele #eta_{sc} - #eta_{tr}, prop from vertex, all reco electrons barrel",
777 "#eta_{sc} - #eta_{tr}",
782 "dEtaSc_propVtx_all_endcaps",
783 "ele #eta_{sc} - #eta_{tr}, prop from vertex, all reco electrons endcaps",
787 "#eta_{sc} - #eta_{tr}",
791 "dPhiSc_propVtx_all",
792 "ele #phi_{sc} - #phi_{tr}, prop from vertex, all reco electrons",
796 "#phi_{sc} - #phi_{tr} (rad)",
801 "dPhiSc_propVtx_all_barrel",
802 "ele #phi_{sc} - #phi_{tr}, prop from vertex, all reco electrons barrel",
806 "#phi_{sc} - #phi_{tr} (rad)",
811 "dPhiSc_propVtx_all_endcaps",
812 "ele #phi_{sc} - #phi_{tr}, prop from vertex, all reco electrons endcaps",
816 "#phi_{sc} - #phi_{tr} (rad)",
820 "dEtaCl_propOut_all",
821 "ele #eta_{cl} - #eta_{tr}, prop from outermost, all reco electrons",
825 "#eta_{sc} - #eta_{tr}",
830 "dEtaCl_propOut_all_barrel",
831 "ele #eta_{cl} - #eta_{tr}, prop from outermost, all reco electrons barrel",
835 "#eta_{sc} - #eta_{tr}",
840 "dEtaCl_propOut_all_endcaps",
841 "ele #eta_{cl} - #eta_{tr}, prop from outermost, all reco electrons endcaps",
845 "#eta_{sc} - #eta_{tr}",
849 "dPhiCl_propOut_all",
850 "ele #phi_{cl} - #phi_{tr}, prop from outermost, all reco electrons",
854 "#phi_{sc} - #phi_{tr} (rad)",
859 "dPhiCl_propOut_all_barrel",
860 "ele #phi_{cl} - #phi_{tr}, prop from outermost, all reco electrons barrel",
864 "#phi_{sc} - #phi_{tr} (rad)",
869 "dPhiCl_propOut_all_endcaps",
870 "ele #phi_{cl} - #phi_{tr}, prop from outermost, all reco electrons endcaps",
874 "#phi_{sc} - #phi_{tr} (rad)",
879 "ele hadronic energy / em energy, all reco electrons",
888 "ele hadronic energy / em energy, all reco electrons barrel",
897 "ele hadronic energy / em energy, all reco electrons endcaps",
906 "ele hadronic energy / em energy, all reco electrons, behind cluster",
914 iBooker,
"vertexPt_all",
"ele p_{T}, all reco electrons",
pteff_nbin, 5.,
pt_max,
"",
"Events",
"ELE_LOGY E1 P");
917 "ele ecal E_{T}, all reco electrons",
926 "ele eta, all reco electrons",
935 "ele vertex transverse radius, all reco electrons",
944 "ele vertex transverse radius, all reco electrons barrel",
953 "ele vertex transverse radius, all reco electrons endcaps",
962 "ele pairs invariant mass, all reco electrons",
966 "m_{ee} (GeV/c^{2})",
971 "ele pairs invariant mass, opp. sign",
975 "m_{e^{+}e^{-}} (GeV/c^{2})",
980 "ele pairs invariant mass, opp. sign, EB-EB",
984 "m_{e^{+}e^{-}} (GeV/c^{2})",
989 "ele pairs invariant mass, opp. sign, EB-EE",
993 "m_{e^{+}e^{-}} (GeV/c^{2})",
998 "ele pairs invariant mass, opp. sign, EE-EE",
1002 "m_{e^{+}e^{-}} (GeV/c^{2})",
1007 "ele pairs invariant mass, opp. sign, good-good",
1011 "m_{e^{+}e^{-}} (GeV/c^{2})",
1016 "ele pairs invariant mass, opp. sign, good-bad",
1020 "m_{e^{+}e^{-}} (GeV/c^{2})",
1025 "ele pairs invariant mass, opp. sign, bad-bad",
1029 "m_{e^{+}e^{-}} (GeV/c^{2})",
1036 "E2 - E1 vs ele pairs invariant mass, all electrons",
1043 "m_{e^{+}e^{-}} (GeV/c^{2})",
1046 "E2mnE1vsMee_egeg_all",
1047 "E2 - E1 vs ele pairs invariant mass, ecal driven pairs, all electrons",
1054 "m_{e^{+}e^{-}} (GeV/c^{2})",
1059 bookH1withSumw2(iBooker,
"ChargeMnChargeTrue",
"ele charge - gen charge ", 5, -1., 4.,
"q_{rec} - q_{gen}");
1090 iBooker,
"vertexPt_nocut",
"pT of prunned electrons",
pt_nbin, 0.,
pt_max,
"p_{T vertex} (GeV/c)");
1105 bookH1withSumw2(iBooker,
"vertexTIP",
"ele transverse impact parameter (wrt gen vtx)", 90, 0., 0.15,
"TIP (cm)");
1108 "ele transverse impact parameter (wrt gen vtx) vs eta",
1119 "ele transverse impact parameter (wrt gen vtx) vs phi",
1130 "ele transverse impact parameter (wrt gen vtx) vs transverse momentum",
1143 "ele momentum / gen momentum, barrel",
1150 "ele momentum / gen momentum, endcaps",
1157 "ele momentum / gen momentum vs eta",
1166 "ele momentum / gen momentum vs phi",
1177 bookH2(iBooker,
"sigmaIetaIetaVsPt",
"SigmaIetaIeta vs pt", 100, 0.,
pt_max, 100, 0., 0.05);
1179 "PoPtrue_golden_barrel",
1180 "ele momentum / gen momentum, golden, barrel",
1186 "PoPtrue_golden_endcaps",
1187 "ele momentum / gen momentum, golden, endcaps",
1193 "PoPtrue_showering_barrel",
1194 "ele momentum / gen momentum, showering, barrel",
1200 "PoPtrue_showering_endcaps",
1201 "ele momentum / gen momentum, showering, endcaps",
1208 "ele transverse momentum / gen transverse momentum",
1212 "P_{T}/P_{T}^{gen}");
1215 "ele transverse momentum / gen transverse momentum, barrel",
1219 "P_{T}/P_{T}^{gen}");
1221 "PtoPttrue_endcaps",
1222 "ele transverse momentum / gen transverse momentum, endcaps",
1226 "P_{T}/P_{T}^{gen}");
1230 "EtaMnEtaTrue_barrel",
1231 "ele momentum eta - gen eta barrel",
1235 "#eta_{rec} - #eta_{gen}");
1237 "EtaMnEtaTrue_endcaps",
1238 "ele momentum eta - gen eta endcaps",
1242 "#eta_{rec} - #eta_{gen}");
1244 "EtaMnEtaTrueVsEta",
1245 "ele momentum eta - gen eta vs eta",
1253 "EtaMnEtaTrueVsPhi",
1254 "ele momentum eta - gen eta vs phi",
1263 "ele momentum eta - gen eta vs pt",
1272 "ele momentum phi - gen phi",
1276 "#phi_{rec} - #phi_{gen} (rad)");
1278 "PhiMnPhiTrue_barrel",
1279 "ele momentum phi - gen phi barrel",
1283 "#phi_{rec} - #phi_{gen} (rad)");
1285 "PhiMnPhiTrue_endcaps",
1286 "ele momentum phi - gen phi endcaps",
1290 "#phi_{rec} - #phi_{gen} (rad)");
1294 "PhiMnPhiTrueVsEta",
1295 "ele momentum phi - gen phi vs eta",
1303 "PhiMnPhiTrueVsPhi",
1304 "ele momentum phi - gen phi vs phi",
1313 "ele momentum phi - gen phi vs pt",
1321 iBooker,
"ecalEnergyError",
"Regression estimate of the ECAL energy error",
error_nbin, 0,
enerror_max);
1323 iBooker,
"ecalEnergyError_barrel",
"Regression estimate of the ECAL energy error - barrel", 30, 0, 30);
1325 "ecalEnergyError_endcaps",
1326 "Regression estimate of the ECAL energy error - endcaps",
1331 iBooker,
"combinedP4Error",
"Estimated error on the combined momentum",
error_nbin, 0,
enerror_max);
1333 iBooker,
"combinedP4Error_barrel",
"Estimated error on the combined momentum - barrel", 30, 0, 30);
1335 "combinedP4Error_endcaps",
1336 "Estimated error on the combined momentum - endcaps",
1345 bookH1withSumw2(iBooker,
"EoEtrue_barrel",
"ele ecal energy / gen energy, barrel", 50, 0.2, 1.2,
"E/E_{gen}");
1347 iBooker,
"EoEtrue_barrel_etagap",
"ele ecal energy / gen energy, barrel, etagap", 50, 0.2, 1.2,
"E/E_{gen}");
1349 iBooker,
"EoEtrue_barrel_phigap",
"ele ecal energy / gen energy, barrel, phigap", 50, 0.2, 1.2,
"E/E_{gen}");
1351 bookH1withSumw2(iBooker,
"EoEtrue_ebeegap",
"ele ecal energy / gen energy, ebeegap", 50, 0.2, 1.2,
"E/E_{gen}");
1353 bookH1withSumw2(iBooker,
"EoEtrue_endcaps",
"ele ecal energy / gen energy, endcaps", 50, 0.2, 1.2,
"E/E_{gen}");
1355 iBooker,
"EoEtrue_endcaps_deegap",
"ele ecal energy / gen energy, endcaps, deegap", 50, 0.2, 1.2,
"E/E_{gen}");
1357 iBooker,
"EoEtrue_endcaps_ringgap",
"ele ecal energy / gen energy, endcaps, ringgap", 50, 0.2, 1.2,
"E/E_{gen}");
1359 "EoEtrue_barrel_new",
1360 "ele ecal energy / gen energy, barrel",
1366 "EoEtrue_barrel_new_etagap",
1367 "ele ecal energy / gen energy, barrel, etagap",
1373 "EoEtrue_barrel_new_phigap",
1374 "ele ecal energy / gen energy, barrel, phigap",
1380 "EoEtrue_ebeegap_new",
1381 "ele ecal energy / gen energy, ebeegap",
1387 "EoEtrue_endcaps_new",
1388 "ele ecal energy / gen energy, endcaps",
1394 "EoEtrue_endcaps_new_deegap",
1395 "ele ecal energy / gen energy, endcaps, deegap",
1401 "EoEtrue_endcaps_new_ringgap",
1402 "ele ecal energy / gen energy, endcaps, ringgap",
1410 "ele supercluster transverse energy vs eta",
1419 "ele supercluster transverse energy vs phi",
1432 "ele supercluster sigma eta eta",
1436 "#sigma_{#eta #eta}",
1441 "ele supercluster sigma eta eta barrel",
1445 "#sigma_{#eta #eta}",
1449 "sigetaeta_endcaps",
1450 "ele supercluster sigma eta eta endcaps",
1454 "#sigma_{#eta #eta}",
1459 "ele supercluster sigma ieta ieta",
1463 "#sigma_{i#eta i#eta}",
1467 "sigietaieta_barrel",
1468 "ele supercluster sigma ieta ieta, barrel",
1472 "#sigma_{i#eta i#eta}",
1476 "sigietaieta_endcaps",
1477 "ele supercluster sigma ieta ieta, endcaps",
1481 "#sigma_{i#eta i#eta}",
1486 "ele supercluster sigma ieta ieta",
1490 "#sigma_{i#eta i#eta}",
1494 "SigIEtaIEta_mAOD_barrel",
1495 "ele supercluster sigma ieta ieta, barrel",
1499 "#sigma_{i#eta i#eta}",
1503 "SigIEtaIEta_mAOD_endcaps",
1504 "ele supercluster sigma ieta ieta, endcaps",
1508 "#sigma_{i#eta i#eta}",
1512 "full5x5_sigietaieta",
1513 "ele supercluster full5x5 sigma ieta ieta",
1517 "#sigma_{i#eta i#eta}",
1521 "full5x5_sigietaieta_barrel",
1522 "ele supercluster full5x5 sigma ieta ieta, barrel",
1526 "#sigma_{i#eta i#eta}",
1530 "full5x5_sigietaieta_endcaps",
1531 "ele supercluster full5x5 sigma ieta ieta, endcaps",
1535 "#sigma_{i#eta i#eta}",
1539 iBooker,
"E1x5",
"ele supercluster energy in 1x5",
p_nbin, 0.,
p_max,
"E1x5 (GeV)",
"Events",
"ELE_LOGY E1 P");
1542 "ele supercluster energy in 1x5 barrel",
1551 "ele supercluster energy in 1x5 endcaps",
1560 "ele supercluster energy in 2x5 max",
1569 "ele supercluster energy in 2x5 _max barrel",
1578 "ele supercluster energy in 2x5 _max endcaps",
1586 iBooker,
"E5x5",
"ele supercluster energy in 5x5",
p_nbin, 0.,
p_max,
"E5x5 (GeV)",
"Events",
"ELE_LOGY E1 P");
1589 "ele supercluster energy in 5x5 barrel",
1598 "ele supercluster energy in 5x5 endcaps",
1607 "mean mustache SC/true energy vs final SC/true energy",
1614 "E_{final SC}/E_{gen}",
1615 "E_{mustache}/E_{gen}");
1617 bookH1withSumw2(iBooker,
"bcl_EtotoEtrue",
"Total basicclusters energy", 50, 0.2, 1.2,
"E/E_{gen}");
1619 iBooker,
"bcl_EtotoEtrue_barrel",
"Total basicclusters energy , barrel", 50, 0.2, 1.2,
"E/E_{gen}");
1621 iBooker,
"bcl_EtotoEtrue_endcaps",
"Total basicclusters energy , endcaps", 50, 0.2, 1.2,
"E/E_{gen}");
1625 "Preshower over SC raw energy , endcaps",
1629 "E_{PS} / E^{raw}_{SC}",
1637 "ele # ambiguous tracks",
1641 "N_{ambiguous tracks}",
1649 bookH2(iBooker,
"ambiguousTracksVsPt",
"ele # ambiguous tracks vs pt",
pt2D_nbin, 0.,
pt_max, 5, 0., 5.);
1653 iBooker,
"foundHits_barrel",
"ele track # found hits, barrel",
fhits_nbin, 0.,
fhits_max,
"N_{hits}");
1655 iBooker,
"foundHits_endcaps",
"ele track # found hits, endcaps",
fhits_nbin, 0.,
fhits_max,
"N_{hits}");
1658 "ele track # found hits vs eta",
1666 "foundHitsVsEta_mAOD",
1667 "ele track # found hits vs eta",
1676 "ele track # found hits vs phi",
1687 bookH1withSumw2(iBooker,
"lostHits_barrel",
"ele track # lost hits, barrel", 5, 0., 5.,
"N_{lost hits}");
1689 bookH1withSumw2(iBooker,
"lostHits_endcaps",
"ele track # lost hits, endcaps", 5, 0., 5.,
"N_{lost hits}");
1697 bookH1withSumw2(iBooker,
"chi2",
"ele track #chi^{2}", 100, 0., 15.,
"#Chi^{2}",
"Events",
"ELE_LOGY E1 P");
1699 iBooker,
"chi2_barrel",
"ele track #chi^{2}, barrel", 100, 0., 15.,
"#Chi^{2}",
"Events",
"ELE_LOGY E1 P");
1701 iBooker,
"chi2_endcaps",
"ele track #chi^{2}, endcaps", 100, 0., 15.,
"#Chi^{2}",
"Events",
"ELE_LOGY E1 P");
1709 "ele track inner p - outer p, mean of GSF components",
1713 "P_{vertex} - P_{out} (GeV/c)");
1716 "ele track inner p - outer p, mode of GSF components",
1720 "P_{vertex} - P_{out}, mode of GSF components (GeV/c)");
1722 "PinMnPoutVsEta_mode",
1723 "ele track inner p - outer p vs eta, mode of GSF components",
1731 "PinMnPoutVsPhi_mode",
1732 "ele track inner p - outer p vs phi, mode of GSF components",
1740 "PinMnPoutVsPt_mode",
1741 "ele track inner p - outer p vs pt, mode of GSF components",
1749 "PinMnPoutVsE_mode",
1750 "ele track inner p - outer p vs E, mode of GSF components",
1758 "PinMnPoutVsChi2_mode",
1759 "ele track inner p - outer p vs track chi2, mode of GSF components",
1767 iBooker,
"outerP",
"ele track outer p, mean of GSF components",
p_nbin, 0.,
p_max,
"P_{out} (GeV/c)");
1769 iBooker,
"outerP_mode",
"ele track outer p, mode of GSF components",
p_nbin, 0.,
p_max,
"P_{out} (GeV/c)");
1773 iBooker,
"outerPt",
"ele track outer p_{T}, mean of GSF components",
pt_nbin, 0.,
pt_max,
"P_{T out} (GeV/c)");
1776 "ele track outer p_{T}, mode of GSF components",
1780 "P_{T out} (GeV/c)");
1782 "outerPtVsEta_mode",
1783 "ele track outer p_{T} vs eta, mode of GSF components",
1791 "outerPtVsPhi_mode",
1792 "ele track outer p_{T} vs phi, mode of GSF components",
1801 "ele track outer p_{T} vs pt, mode of GSF components",
1811 iBooker,
"EoP",
"ele E/P_{vertex}",
eop_nbin, 0.,
eop_max,
"E/P_{vertex}",
"Events",
"ELE_LOGY E1 P");
1814 "ele E/P_{vertex} barrel",
1823 "ele E/P_{vertex} endcaps",
1837 "ele E_{seed}/P_{vertex}",
1841 "E_{seed}/P_{vertex}",
1846 "ele E_{seed}/P_{vertex} barrel",
1850 "E_{seed}/P_{vertex}",
1855 "ele E_{seed}/P_{vertex} endcaps",
1859 "E_{seed}/P_{vertex}",
1864 "ele E_{seed}/P_{vertex} vs eta",
1873 "ele E_{seed}/P_{vertex} vs phi",
1882 iBooker,
"EoPout",
"ele E_{seed}/P_{out}",
eop_nbin, 0.,
eop_max,
"E_{seed}/P_{out}",
"Events",
"ELE_LOGY E1 P");
1885 "ele E_{seed}/P_{out} barrel",
1894 "ele E_{seed}/P_{out} endcaps",
1908 iBooker,
"EeleOPout",
"ele E_{ele}/P_{out}",
eop_nbin, 0.,
eop_max,
"E_{ele}/P_{out}",
"Events",
"ELE_LOGY E1 P");
1911 "ele E_{ele}/P_{out} barrel",
1919 "EeleOPout_endcaps",
1920 "ele E_{ele}/P_{out} endcaps",
1935 "ele #eta_{sc} - #eta_{tr}, prop from vertex",
1939 "#eta_{sc} - #eta_{tr}",
1943 "dEtaSc_propVtx_barrel",
1944 "ele #eta_{sc} - #eta_{tr}, prop from vertex, barrel",
1948 "#eta_{sc} - #eta_{tr}",
1952 "dEtaSc_propVtx_endcaps",
1953 "ele #eta_{sc} - #eta_{tr}, prop from vertex, endcaps",
1957 "#eta_{sc} - #eta_{tr}",
1961 "dEtaSc_propVtx_mAOD",
1962 "ele #eta_{sc} - #eta_{tr}, prop from vertex",
1966 "#eta_{sc} - #eta_{tr}",
1970 "dEtaSc_propVtx_mAOD_barrel",
1971 "ele #eta_{sc} - #eta_{tr}, prop from vertex, barrel",
1975 "#eta_{sc} - #eta_{tr}",
1979 "dEtaSc_propVtx_mAOD_endcaps",
1980 "ele #eta_{sc} - #eta_{tr}, prop from vertex, endcaps",
1984 "#eta_{sc} - #eta_{tr}",
1988 "dEtaScVsEta_propVtx",
1989 "ele #eta_{sc} - #eta_{tr} vs eta, prop from vertex",
1997 "dEtaScVsPhi_propVtx",
1998 "ele #eta_{sc} - #eta_{tr} vs phi, prop from vertex",
2006 "dEtaScVsPt_propVtx",
2007 "ele #eta_{sc} - #eta_{tr} vs pt, prop from vertex",
2016 "ele #phi_{sc} - #phi_{tr}, prop from vertex",
2020 "#phi_{sc} - #phi_{tr} (rad)",
2024 "dPhiSc_propVtx_barrel",
2025 "ele #phi_{sc} - #phi_{tr}, prop from vertex, barrel",
2029 "#phi_{sc} - #phi_{tr} (rad)",
2033 "dPhiSc_propVtx_endcaps",
2034 "ele #phi_{sc} - #phi_{tr}, prop from vertex, endcaps",
2038 "#phi_{sc} - #phi_{tr} (rad)",
2042 "dPhiScVsEta_propVtx",
2043 "ele #phi_{sc} - #phi_{tr} vs eta, prop from vertex",
2051 "dPhiScVsPhi_propVtx",
2052 "ele #phi_{sc} - #phi_{tr} vs phi, prop from vertex",
2060 "dPhiScVsPt_propVtx",
2061 "ele #phi_{sc} - #phi_{tr} vs pt, prop from vertex",
2070 "ele #eta_{cl} - #eta_{tr}, prop from outermost",
2074 "#eta_{seedcl} - #eta_{tr}",
2078 "dEtaCl_propOut_barrel",
2079 "ele #eta_{cl} - #eta_{tr}, prop from outermost, barrel",
2083 "#eta_{seedcl} - #eta_{tr}",
2087 "dEtaCl_propOut_endcaps",
2088 "ele #eta_{cl} - #eta_{tr}, prop from outermost, endcaps",
2092 "#eta_{seedcl} - #eta_{tr}",
2096 "dEtaClVsEta_propOut",
2097 "ele #eta_{cl} - #eta_{tr} vs eta, prop from out",
2105 "dEtaClVsPhi_propOut",
2106 "ele #eta_{cl} - #eta_{tr} vs phi, prop from out",
2114 "dEtaScVsPt_propOut",
2115 "ele #eta_{cl} - #eta_{tr} vs pt, prop from out",
2124 "ele #phi_{cl} - #phi_{tr}, prop from outermost",
2128 "#phi_{seedcl} - #phi_{tr} (rad)",
2132 "dPhiCl_propOut_barrel",
2133 "ele #phi_{cl} - #phi_{tr}, prop from outermost, barrel",
2137 "#phi_{seedcl} - #phi_{tr} (rad)",
2141 "dPhiCl_propOut_endcaps",
2142 "ele #phi_{cl} - #phi_{tr}, prop from outermost, endcaps",
2146 "#phi_{seedcl} - #phi_{tr} (rad)",
2150 "dPhiCl_propOut_mAOD",
2151 "ele #phi_{cl} - #phi_{tr}, prop from outermost",
2155 "#phi_{seedcl} - #phi_{tr} (rad)",
2159 "dPhiCl_propOut_mAOD_barrel",
2160 "ele #phi_{cl} - #phi_{tr}, prop from outermost, barrel",
2164 "#phi_{seedcl} - #phi_{tr} (rad)",
2168 "dPhiCl_propOut_mAOD_endcaps",
2169 "ele #phi_{cl} - #phi_{tr}, prop from outermost, endcaps",
2173 "#phi_{seedcl} - #phi_{tr} (rad)",
2177 "dPhiClVsEta_propOut",
2178 "ele #phi_{cl} - #phi_{tr} vs eta, prop from out",
2186 "dPhiClVsPhi_propOut",
2187 "ele #phi_{cl} - #phi_{tr} vs phi, prop from out",
2195 "dPhiSClsPt_propOut",
2196 "ele #phi_{cl} - #phi_{tr} vs pt, prop from out",
2204 "dEtaEleCl_propOut",
2205 "ele #eta_{EleCl} - #eta_{tr}, prop from outermost",
2209 "#eta_{elecl} - #eta_{tr}",
2213 "dEtaEleCl_propOut_barrel",
2214 "ele #eta_{EleCl} - #eta_{tr}, prop from outermost, barrel",
2218 "#eta_{elecl} - #eta_{tr}",
2222 "dEtaEleCl_propOut_endcaps",
2223 "ele #eta_{EleCl} - #eta_{tr}, prop from outermost, endcaps",
2227 "#eta_{elecl} - #eta_{tr}",
2231 "dEtaEleClVsEta_propOut",
2232 "ele #eta_{EleCl} - #eta_{tr} vs eta, prop from out",
2240 "dEtaEleClVsPhi_propOut",
2241 "ele #eta_{EleCl} - #eta_{tr} vs phi, prop from out",
2249 "dEtaScVsPt_propOut",
2250 "ele #eta_{EleCl} - #eta_{tr} vs pt, prop from out",
2258 "dPhiEleCl_propOut",
2259 "ele #phi_{EleCl} - #phi_{tr}, prop from outermost",
2263 "#phi_{elecl} - #phi_{tr} (rad)",
2267 "dPhiEleCl_propOut_barrel",
2268 "ele #phi_{EleCl} - #phi_{tr}, prop from outermost, barrel",
2272 "#phi_{elecl} - #phi_{tr} (rad)",
2276 "dPhiEleCl_propOut_endcaps",
2277 "ele #phi_{EleCl} - #phi_{tr}, prop from outermost, endcaps",
2281 "#phi_{elecl} - #phi_{tr} (rad)",
2285 "dPhiEleClVsEta_propOut",
2286 "ele #phi_{EleCl} - #phi_{tr} vs eta, prop from out",
2294 "dPhiEleClVsPhi_propOut",
2295 "ele #phi_{EleCl} - #phi_{tr} vs phi, prop from out",
2303 "dPhiSEleClsPt_propOut",
2304 "ele #phi_{EleCl} - #phi_{tr} vs pt, prop from out",
2312 iBooker,
"HoE",
"ele hadronic energy / em energy",
hoe_nbin,
hoe_min,
hoe_max,
"H/E",
"Events",
"ELE_LOGY E1 P");
2315 "ele hadronic energy / em energy, barrel",
2324 "ele hadronic energy / em energy, endcaps",
2333 "ele hadronic energy / em energy",
2342 "ele hadronic energy / em energy, barrel",
2351 "ele hadronic energy / em energy, endcaps",
2360 "ele hadronic energy / em energy behind cluster",
2369 "ele hadronic energy / em energy, behind cluster barrel",
2378 "ele hadronic energy / em energy, behind cluster, endcaps",
2386 "hcalDepth1OverEcalBc",
2387 "hcalDepth1OverEcalBc",
2395 "hcalDepth1OverEcalBc_barrel",
2396 "hcalDepth1OverEcalBc_barrel",
2404 "hcalDepth1OverEcalBc_endcaps",
2405 "hcalDepth1OverEcalBc_endcaps",
2413 "hcalDepth2OverEcalBc",
2414 "hcalDepth2OverEcalBc",
2422 "hcalDepth2OverEcalBc_barrel",
2423 "hcalDepth2OverEcalBc_barrel",
2431 "hcalDepth2OverEcalBc_endcaps",
2432 "hcalDepth2OverEcalBc_endcaps",
2442 "ele hadronic energy / em energy, fiducial region",
2451 "ele hadronic energy / em energy vs eta",
2460 "ele hadronic energy / em energy vs phi",
2472 bookH1withSumw2(iBooker,
"seedSubdet2",
"ele seed subdet 2nd layer", 11, -0.5, 10.5,
"2nd hit subdet Id");
2475 bookH1withSumw2(iBooker,
"seedMask_Bpix",
"ele seed hits mask when subdet2 is bpix", 13, -0.5, 12.5);
2477 bookH1withSumw2(iBooker,
"seedMask_Fpix",
"ele seed hits mask when subdet2 is fpix", 13, -0.5, 12.5);
2479 bookH1withSumw2(iBooker,
"seedMask_Tec",
"ele seed hits mask when subdet2 is tec", 13, -0.5, 12.5);
2481 iBooker,
"seedDphi2",
"ele seed dphi 2nd layer", 50, -0.010, +0.010,
"#phi_{hit}-#phi_{pred} (rad)");
2485 bookH2(iBooker,
"seedDphi2_VsPt",
"ele seed dphi 2nd layer vs pt",
pt2D_nbin, 0.,
pt_max, 50, -0.003, +0.003);
2487 iBooker,
"seedDphi2Pos",
"ele seed dphi 2nd layer positron", 50, -0.010, +0.010,
"#phi_{hit}-#phi_{pred} (rad)");
2489 "seedDphi2Pos_VsEta",
2490 "ele seed dphi 2nd layer positron vs eta",
2498 iBooker,
"seedDphi2Pos_VsPt",
"ele seed dphi 2nd layer positron vs pt",
pt2D_nbin, 0.,
pt_max, 50, -0.003, +0.003);
2500 iBooker,
"seedDrz2",
"ele seed dr (dz) 2nd layer", 50, -0.03, +0.03,
"r(z)_{hit}-r(z)_{pred} (cm)");
2504 bookH2(iBooker,
"seedDrz2_VsPt",
"ele seed dr/dz 2nd layer vs pt",
pt2D_nbin, 0.,
pt_max, 50, -0.03, +0.03);
2506 iBooker,
"seedDrz2Pos",
"ele seed dr (dz) 2nd layer positron", 50, -0.03, +0.03,
"r(z)_{hit}-r(z)_{pred} (cm)");
2508 "seedDrz2Pos_VsEta",
2509 "ele seed dr/dz 2nd layer positron vs eta",
2517 iBooker,
"seedDrz2Pos_VsPt",
"ele seed dr/dz 2nd layer positron vs pt",
pt2D_nbin, 0.,
pt_max, 50, -0.03, +0.03);
2526 "PinVsPoutGolden_mode",
2527 "ele track inner p vs outer p vs eta, golden, mode of GSF components",
2535 "PinVsPoutShowering_mode",
2536 "ele track inner p vs outer p vs eta, showering, mode of GSF components",
2544 "PinVsPoutGolden_mean",
2545 "ele track inner p vs outer p vs eta, golden, mean of GSF components",
2553 "PinVsPoutShowering_mean",
2554 "ele track inner p vs outer p vs eta, showering, mean of GSF components",
2562 "PtinVsPtoutGolden_mode",
2563 "ele track inner pt vs outer pt vs eta, golden, mode of GSF components",
2571 "PtinVsPtoutShowering_mode",
2572 "ele track inner pt vs outer pt vs eta, showering, mode of GSF components",
2580 "PtinVsPtoutGolden_mean",
2581 "ele track inner pt vs outer pt vs eta, golden, mean of GSF components",
2589 "PtinVsPtoutShowering_mean",
2590 "ele track inner pt vs outer pt vs eta, showering, mean of GSF components",
2599 "EoEtrue_golden_barrel",
2600 "ele supercluster energy / gen energy, golden, barrel",
2605 "EoEtrue_golden_endcaps",
2606 "ele supercluster energy / gen energy, golden, endcaps",
2611 "EoEtrue_showering_barrel",
2612 "ele supercluster energy / gen energy, showering, barrel",
2617 "EoEtrue_showering_endcaps",
2618 "ele supercluster energy / gen energy, showering, endcaps",
2627 "tk isolation sum, dR=0.3",
2631 "TkIsoSum, cone 0.3 (GeV/c)",
2635 "tkSumPt_dr03_barrel",
2636 "tk isolation sum, dR=0.3, barrel",
2640 "TkIsoSum, cone 0.3 (GeV/c)",
2644 "tkSumPt_dr03_endcaps",
2645 "tk isolation sum, dR=0.3, endcaps",
2649 "TkIsoSum, cone 0.3 (GeV/c)",
2653 "ecalRecHitSumEt_dr03",
2654 "ecal isolation sum, dR=0.3",
2658 "EcalIsoSum, cone 0.3 (GeV)",
2662 "ecalRecHitSumEt_dr03_barrel",
2663 "ecal isolation sum, dR=0.3, barrel",
2667 "EcalIsoSum, cone 0.3 (GeV)",
2671 "ecalRecHitSumEt_dr03_endcaps",
2672 "ecal isolation sum, dR=0.3, endcaps",
2676 "EcalIsoSum, cone 0.3 (GeV)",
2680 "hcalTowerSumEt_dr03_depth1",
2681 "hcal depth1 isolation sum, dR=0.3",
2685 "Hcal1IsoSum, cone 0.3 (GeV)",
2689 "hcalTowerSumEt_dr03_depth1_barrel",
2690 "hcal depth1 isolation sum, dR=0.3, barrel",
2694 "Hcal1IsoSum, cone 0.3 (GeV)",
2698 "hcalTowerSumEt_dr03_depth1_endcaps",
2699 "hcal depth1 isolation sum, dR=0.3, endcaps",
2703 "Hcal1IsoSum, cone 0.3 (GeV)",
2707 "hcalTowerSumEt_dr03_depth2",
2708 "hcal depth2 isolation sum, dR=0.3",
2712 "Hcal2IsoSum, cone 0.3 (GeV)",
2716 "hcalTowerSumEt_dr03_depth2_barrel",
2717 "hcal depth2 isolation sum, dR=0.3",
2721 "Hcal2IsoSum, cone 0.3 (GeV)",
2725 "hcalTowerSumEt_dr03_depth2_endcaps",
2726 "hcal depth2 isolation sum, dR=0.3",
2730 "Hcal2IsoSum, cone 0.3 (GeV)",
2735 "tk isolation sum, dR=0.4",
2739 "TkIsoSum, cone 0.4 (GeV/c)",
2743 "tkSumPt_dr04_barrel",
2744 "tk isolation sum, dR=0.4, barrel",
2748 "TkIsoSum, cone 0.4 (GeV/c)",
2752 "tkSumPt_dr04_endcaps",
2753 "tk isolation sum, dR=0.4, endcaps",
2757 "TkIsoSum, cone 0.4 (GeV/c)",
2761 "ecalRecHitSumEt_dr04",
2762 "ecal isolation sum, dR=0.4",
2766 "EcalIsoSum, cone 0.4 (GeV)",
2770 "ecalRecHitSumEt_dr04_barrel",
2771 "ecal isolation sum, dR=0.4, barrel",
2775 "EcalIsoSum, cone 0.4 (GeV)",
2779 "ecalRecHitSumEt_dr04_endcaps",
2780 "ecal isolation sum, dR=0.4, endcaps",
2784 "EcalIsoSum, cone 0.4 (GeV)",
2788 "hcalTowerSumEt_dr04_depth1",
2789 "hcal depth1 isolation sum, dR=0.4",
2793 "Hcal1IsoSum, cone 0.4 (GeV)",
2797 "hcalTowerSumEt_dr04_depth1_barrel",
2798 "hcal depth1 isolation sum, dR=0.4, barrel",
2802 "Hcal1IsoSum, cone 0.4 (GeV)",
2806 "hcalTowerSumEt_dr04_depth1_endcaps",
2807 "hcal depth1 isolation sum, dR=0.4, endcaps",
2811 "Hcal1IsoSum, cone 0.4 (GeV)",
2815 "hcalTowerSumEt_dr04_depth2",
2816 "hcal depth2 isolation sum, dR=0.4",
2820 "Hcal2IsoSum, cone 0.4 (GeV)",
2824 "hcalTowerSumEt_dr04_depth2_barrel",
2825 "hcal depth2 isolation sum, dR=0.4",
2829 "Hcal2IsoSum, cone 0.4 (GeV)",
2833 "hcalTowerSumEt_dr04_depth2_endcaps",
2834 "hcal depth2 isolation sum, dR=0.4",
2838 "Hcal2IsoSum, cone 0.4 (GeV)",
2845 "hcalTowerSumEtBc_dr03_depth1",
2846 "hcal depth1 isolation sum behind cluster, dR=0.3",
2850 "Hcal1IsoSum, cone 0.3 (GeV)",
2855 "hcalTowerSumEtBc_dr03_depth1_barrel",
2856 "hcal depth1 isolation sum behind cluster, dR=0.3, barrel",
2860 "Hcal1IsoSum, cone 0.3 (GeV)",
2865 "hcalTowerSumEtBc_dr03_depth1_endcaps",
2866 "hcal depth1 isolation sum behind cluster, dR=0.3, endcaps",
2870 "Hcal1IsoSum, cone 0.3 (GeV)",
2875 "hcalTowerSumEtBc_dr04_depth1",
2876 "hcal depth1 isolation sum behind cluster, dR=0.4",
2880 "Hcal1IsoSum, cone 0.4 (GeV)",
2885 "hcalTowerSumEtBc_dr04_depth1_barrel",
2886 "hcal depth1 isolation sum behind cluster, dR=0.4, barrel",
2890 "Hcal1IsoSum, cone 0.4 (GeV)",
2895 "hcalTowerSumEtBc_dr04_depth1_endcaps",
2896 "hcal depth1 isolation sum behind cluster, dR=0.4, endcaps",
2900 "Hcal1IsoSum, cone 0.4 (GeV)",
2905 "hcalTowerSumEtBc_dr03_depth2",
2906 "hcal depth2 isolation sum behind cluster, dR=0.3",
2910 "Hcal1IsoSum, cone 0.3 (GeV)",
2915 "hcalTowerSumEtBc_dr03_depth2_barrel",
2916 "hcal depth2 isolation sum behind cluster, dR=0.3, barrel",
2920 "Hcal1IsoSum, cone 0.3 (GeV)",
2925 "hcalTowerSumEtBc_dr03_depth2_endcaps",
2926 "hcal depth2 isolation sum behind cluster, dR=0.3, endcaps",
2930 "Hcal1IsoSum, cone 0.3 (GeV)",
2935 "hcalTowerSumEtBc_dr04_depth2",
2936 "hcal depth2 isolation sum behind cluster, dR=0.4",
2940 "Hcal1IsoSum, cone 0.4 (GeV)",
2945 "hcalTowerSumEtBc_dr04_depth2_barrel",
2946 "hcal depth2 isolation sum behind cluster, dR=0.4, barrel",
2950 "Hcal1IsoSum, cone 0.4 (GeV)",
2955 "hcalTowerSumEtBc_dr04_depth2_endcaps",
2956 "hcal depth2 isolation sum behind cluster, dR=0.4, endcaps",
2960 "Hcal1IsoSum, cone 0.4 (GeV)",
2966 iBooker,
"fbrem",
"ele brem fraction, mode of GSF components", 100, 0., 1.,
"P_{in} - P_{out} / P_{in}");
2969 "ele brem fraction for barrel, mode of GSF components",
2973 "P_{in} - P_{out} / P_{in}");
2976 "ele brem franction for endcaps, mode of GSF components",
2980 "P_{in} - P_{out} / P_{in}");
2982 iBooker,
"fbrem_mAOD",
"ele brem fraction, mode of GSF components", 100, 0., 1.,
"P_{in} - P_{out} / P_{in}");
2984 "fbrem_mAOD_barrel",
2985 "ele brem fraction for barrel, mode of GSF components",
2989 "P_{in} - P_{out} / P_{in}");
2991 "fbrem_mAOD_endcaps",
2992 "ele brem franction for endcaps, mode of GSF components",
2996 "P_{in} - P_{out} / P_{in}");
2998 bookH1withSumw2(iBooker,
"superclusterfbrem",
"supercluster brem fraction", 100, 0., 1.,
"1 - E_{ele} / E_{SC}");
3000 iBooker,
"superclusterfbrem_barrel",
"supercluster brem fraction for barrel", 100, 0., 1.,
"1 - E_{ele} / E_{SC}");
3002 "superclusterfbrem_endcaps",
3003 "supercluster brem franction for endcaps",
3007 "1 - E_{ele} / E_{SC}");
3010 "mean ele brem fraction vs eta, mode of GSF components",
3017 "<P_{in} - P_{out} / P_{in}>");
3020 "mean ele brem fraction vs eta, mean of GSF components",
3027 "<P_{in} - P_{out} / P_{in}>");
3036 bookH1withSumw2(iBooker,
"mva_isolated_barrel",
"ele identification mva isolated barrel", 100, -1., 1.);
3038 bookH1withSumw2(iBooker,
"mva_isolated_endcaps",
"ele identification mva isolated endcaps", 100, -1., 1.);
3045 iBooker,
"chargedHadronIso",
"chargedHadronIso", 100, 0.0, 20.,
"chargedHadronIso",
"Events",
"ELE_LOGY E1 P");
3047 "chargedHadronIso_barrel",
3048 "chargedHadronIso for barrel",
3052 "chargedHadronIso_barrel",
3056 "chargedHadronIso_endcaps",
3057 "chargedHadronIso for endcaps",
3061 "chargedHadronIso_endcaps",
3065 iBooker,
"neutralHadronIso",
"neutralHadronIso", 21, 0.0, 20.,
"neutralHadronIso",
"Events",
"ELE_LOGY E1 P");
3067 "neutralHadronIso_barrel",
3068 "neutralHadronIso for barrel",
3072 "neutralHadronIso_barrel",
3076 "neutralHadronIso_endcaps",
3077 "neutralHadronIso for endcaps",
3081 "neutralHadronIso_endcaps",
3085 bookH1withSumw2(iBooker,
"photonIso",
"photonIso", 100, 0.0, 20.,
"photonIso",
"Events",
"ELE_LOGY E1 P");
3087 iBooker,
"photonIso_barrel",
"photonIso for barrel", 100, 0.0, 20.,
"photonIso_barrel",
"Events",
"ELE_LOGY E1 P");
3089 "photonIso_endcaps",
3090 "photonIso for endcaps",
3094 "photonIso_endcaps",
3099 "chargedHadronRelativeIso",
3100 "chargedHadronRelativeIso",
3104 "chargedHadronRelativeIso",
3108 "chargedHadronRelativeIso_barrel",
3109 "chargedHadronRelativeIso for barrel",
3113 "chargedHadronRelativeIso_barrel",
3117 "chargedHadronRelativeIso_endcaps",
3118 "chargedHadronRelativeIso for endcaps",
3122 "chargedHadronRelativeIso_endcaps",
3126 "neutralHadronRelativeIso",
3127 "neutralHadronRelativeIso",
3131 "neutralHadronRelativeIso",
3135 "neutralHadronRelativeIso_barrel",
3136 "neutralHadronRelativeIso for barrel",
3140 "neutralHadronRelativeIso_barrel",
3144 "neutralHadronRelativeIso_endcaps",
3145 "neutralHadronRelativeIso for endcaps",
3149 "neutralHadronRelativeIso_endcaps",
3153 iBooker,
"photonRelativeIso",
"photonRelativeIso", 100, 0.0, 2.,
"photonRelativeIso",
"Events",
"ELE_LOGY E1 P");
3155 "photonRelativeIso_barrel",
3156 "photonRelativeIso for barrel",
3160 "photonRelativeIso_barrel",
3164 "photonRelativeIso_endcaps",
3165 "photonRelativeIso for endcaps",
3169 "photonRelativeIso_endcaps",
3173 "chargedHadronRelativeIso_mAOD",
3174 "chargedHadronRelativeIso",
3178 "chargedHadronRelativeIso",
3182 "chargedHadronRelativeIso_mAOD_barrel",
3183 "chargedHadronRelativeIso for barrel",
3187 "chargedHadronRelativeIso_barrel",
3191 "chargedHadronRelativeIso_mAOD_endcaps",
3192 "chargedHadronRelativeIso for endcaps",
3196 "chargedHadronRelativeIso_endcaps",
3200 "neutralHadronRelativeIso_mAOD",
3201 "neutralHadronRelativeIso",
3205 "neutralHadronRelativeIso",
3209 "neutralHadronRelativeIso_mAOD_barrel",
3210 "neutralHadronRelativeIso for barrel",
3214 "neutralHadronRelativeIso_barrel",
3218 "neutralHadronRelativeIso_mAOD_endcaps",
3219 "neutralHadronRelativeIso for endcaps",
3223 "neutralHadronRelativeIso_endcaps",
3227 "photonRelativeIso_mAOD",
3228 "photonRelativeIso",
3232 "photonRelativeIso",
3236 "photonRelativeIso_mAOD_barrel",
3237 "photonRelativeIso for barrel",
3241 "photonRelativeIso_barrel",
3245 "photonRelativeIso_mAOD_endcaps",
3246 "photonRelativeIso for endcaps",
3250 "photonRelativeIso_endcaps",
3257 bookH1withSumw2(iBooker,
"convFlags_all",
"conversion rejection flag, all electrons", 5, -1.5, 3.5);
3260 bookH1withSumw2(iBooker,
"convDist_all",
"distance to the conversion partner, all electrons", 100, -15., 15.);
3262 iBooker,
"convDcot",
"difference of cot(angle) with the conversion partner", 100, -
CLHEP::pi / 2.,
CLHEP::pi / 2.);
3265 "difference of cot(angle) with the conversion partner, all electrons",
3271 bookH1withSumw2(iBooker,
"convRadius_all",
"signed conversion radius, all electrons", 100, 0., 130.);
References ElectronDqmAnalyzerBase::bookH1(), ElectronDqmAnalyzerBase::bookH1withSumw2(), ElectronDqmAnalyzerBase::bookH2(), ElectronDqmAnalyzerBase::bookH2withSumw2(), ElectronDqmAnalyzerBase::bookP1(), core_max, core_min, core_nbin, deta_max, deta_min, deta_nbin, detamatch2D_nbin, detamatch_max, detamatch_min, detamatch_nbin, dphi_max, dphi_min, dphi_nbin, dphimatch2D_nbin, dphimatch_max, dphimatch_min, dphimatch_nbin, ele_max, ele_min, ele_nbin, enerror_max, eop2D_nbin, eop_max, eop_nbin, eopmaxsht, error_nbin, eta2D_nbin, eta_max, eta_min, eta_nbin, fhits_max, fhits_nbin, h1_ele_ambiguousTracks, h1_ele_charge, h1_ele_chargedHadronIso, h1_ele_chargedHadronIso_barrel, h1_ele_chargedHadronIso_endcaps, h1_ele_chargedHadronRelativeIso, h1_ele_chargedHadronRelativeIso_barrel, h1_ele_chargedHadronRelativeIso_endcaps, h1_ele_chargedHadronRelativeIso_mAOD, h1_ele_chargedHadronRelativeIso_mAOD_barrel, h1_ele_chargedHadronRelativeIso_mAOD_endcaps, h1_ele_chargeInfo, h1_ele_ChargeMnChargeTrue, h1_ele_chi2, h1_ele_chi2_barrel, h1_ele_chi2_endcaps, h1_ele_classes, h1_ele_combinedP4Error, h1_ele_combinedP4Error_barrel, h1_ele_combinedP4Error_endcaps, h1_ele_convDcot, h1_ele_convDcot_all, h1_ele_convDist, h1_ele_convDist_all, h1_ele_convFlags, h1_ele_convFlags_all, h1_ele_convRadius, h1_ele_convRadius_all, h1_ele_dEtaCl_propOut, h1_ele_dEtaCl_propOut_all, h1_ele_dEtaCl_propOut_all_barrel, h1_ele_dEtaCl_propOut_all_endcaps, h1_ele_dEtaCl_propOut_barrel, h1_ele_dEtaCl_propOut_endcaps, h1_ele_dEtaEleCl_propOut, h1_ele_dEtaEleCl_propOut_barrel, h1_ele_dEtaEleCl_propOut_endcaps, h1_ele_dEtaSc_propVtx, h1_ele_dEtaSc_propVtx_all, h1_ele_dEtaSc_propVtx_all_barrel, h1_ele_dEtaSc_propVtx_all_endcaps, h1_ele_dEtaSc_propVtx_barrel, h1_ele_dEtaSc_propVtx_endcaps, h1_ele_dEtaSc_propVtx_mAOD, h1_ele_dEtaSc_propVtx_mAOD_barrel, h1_ele_dEtaSc_propVtx_mAOD_endcaps, h1_ele_dPhiCl_propOut, h1_ele_dPhiCl_propOut_all, h1_ele_dPhiCl_propOut_all_barrel, h1_ele_dPhiCl_propOut_all_endcaps, h1_ele_dPhiCl_propOut_barrel, h1_ele_dPhiCl_propOut_endcaps, h1_ele_dPhiCl_propOut_mAOD, h1_ele_dPhiCl_propOut_mAOD_barrel, h1_ele_dPhiCl_propOut_mAOD_endcaps, h1_ele_dPhiEleCl_propOut, h1_ele_dPhiEleCl_propOut_barrel, h1_ele_dPhiEleCl_propOut_endcaps, h1_ele_dPhiSc_propVtx, h1_ele_dPhiSc_propVtx_all, h1_ele_dPhiSc_propVtx_all_barrel, h1_ele_dPhiSc_propVtx_all_endcaps, h1_ele_dPhiSc_propVtx_barrel, h1_ele_dPhiSc_propVtx_endcaps, h1_ele_ecalEnergyError, h1_ele_ecalEnergyError_barrel, h1_ele_ecalEnergyError_endcaps, h1_ele_ecalRecHitSumEt_dr03, h1_ele_ecalRecHitSumEt_dr03_barrel, h1_ele_ecalRecHitSumEt_dr03_endcaps, h1_ele_ecalRecHitSumEt_dr04, h1_ele_ecalRecHitSumEt_dr04_barrel, h1_ele_ecalRecHitSumEt_dr04_endcaps, h1_ele_EeleOPout, h1_ele_EeleOPout_all, h1_ele_EeleOPout_all_barrel, h1_ele_EeleOPout_all_endcaps, h1_ele_EeleOPout_barrel, h1_ele_EeleOPout_endcaps, h1_ele_EoP, h1_ele_EoP_barrel, h1_ele_EoP_endcaps, h1_ele_EoPout, h1_ele_EoPout_all, h1_ele_EoPout_all_barrel, h1_ele_EoPout_all_endcaps, h1_ele_EoPout_barrel, h1_ele_EoPout_endcaps, h1_ele_EoverP_all, h1_ele_EoverP_all_barrel, h1_ele_EoverP_all_endcaps, h1_ele_EseedOP, h1_ele_EseedOP_all, h1_ele_EseedOP_all_barrel, h1_ele_EseedOP_all_endcaps, h1_ele_EseedOP_barrel, h1_ele_EseedOP_endcaps, h1_ele_Et, h1_ele_Et_all, h1_ele_eta, h1_ele_eta_bbrem, h1_ele_eta_golden, h1_ele_eta_shower, h1_ele_EtaMnEtaTrue, h1_ele_EtaMnEtaTrue_barrel, h1_ele_EtaMnEtaTrue_endcaps, h1_ele_fbrem, h1_ele_fbrem_barrel, h1_ele_fbrem_endcaps, h1_ele_fbrem_mAOD, h1_ele_fbrem_mAOD_barrel, h1_ele_fbrem_mAOD_endcaps, h1_ele_foundHits, h1_ele_foundHits_barrel, h1_ele_foundHits_endcaps, h1_ele_hcalDepth1OverEcalBc, h1_ele_hcalDepth1OverEcalBc_barrel, h1_ele_hcalDepth1OverEcalBc_endcaps, h1_ele_hcalDepth2OverEcalBc, h1_ele_hcalDepth2OverEcalBc_barrel, h1_ele_hcalDepth2OverEcalBc_endcaps, h1_ele_hcalTowerSumEt_dr03_depth1, h1_ele_hcalTowerSumEt_dr03_depth1_barrel, h1_ele_hcalTowerSumEt_dr03_depth1_endcaps, h1_ele_hcalTowerSumEt_dr03_depth2, h1_ele_hcalTowerSumEt_dr03_depth2_barrel, h1_ele_hcalTowerSumEt_dr03_depth2_endcaps, h1_ele_hcalTowerSumEt_dr04_depth1, h1_ele_hcalTowerSumEt_dr04_depth1_barrel, h1_ele_hcalTowerSumEt_dr04_depth1_endcaps, h1_ele_hcalTowerSumEt_dr04_depth2, h1_ele_hcalTowerSumEt_dr04_depth2_barrel, h1_ele_hcalTowerSumEt_dr04_depth2_endcaps, h1_ele_hcalTowerSumEtBc_dr03_depth1, h1_ele_hcalTowerSumEtBc_dr03_depth1_barrel, h1_ele_hcalTowerSumEtBc_dr03_depth1_endcaps, h1_ele_hcalTowerSumEtBc_dr03_depth2, h1_ele_hcalTowerSumEtBc_dr03_depth2_barrel, h1_ele_hcalTowerSumEtBc_dr03_depth2_endcaps, h1_ele_hcalTowerSumEtBc_dr04_depth1, h1_ele_hcalTowerSumEtBc_dr04_depth1_barrel, h1_ele_hcalTowerSumEtBc_dr04_depth1_endcaps, h1_ele_hcalTowerSumEtBc_dr04_depth2, h1_ele_hcalTowerSumEtBc_dr04_depth2_barrel, h1_ele_hcalTowerSumEtBc_dr04_depth2_endcaps, h1_ele_HoE, h1_ele_HoE_all, h1_ele_HoE_all_barrel, h1_ele_HoE_all_endcaps, h1_ele_HoE_barrel, h1_ele_HoE_bc, h1_ele_HoE_bc_all, h1_ele_HoE_bc_barrel, h1_ele_HoE_bc_endcaps, h1_ele_HoE_endcaps, h1_ele_HoE_fiducial, h1_ele_HoE_mAOD, h1_ele_HoE_mAOD_barrel, h1_ele_HoE_mAOD_endcaps, h1_ele_lostHits, h1_ele_lostHits_barrel, h1_ele_lostHits_endcaps, h1_ele_mee_all, h1_ele_mee_os, h1_ele_mee_os_bb, h1_ele_mee_os_ebeb, h1_ele_mee_os_ebee, h1_ele_mee_os_eeee, h1_ele_mee_os_gb, h1_ele_mee_os_gg, h1_ele_mva, h1_ele_mva_barrel, h1_ele_mva_barrel_isolated, h1_ele_mva_endcaps, h1_ele_mva_endcaps_isolated, h1_ele_mva_isolated, h1_ele_neutralHadronIso, h1_ele_neutralHadronIso_barrel, h1_ele_neutralHadronIso_endcaps, h1_ele_neutralHadronRelativeIso, h1_ele_neutralHadronRelativeIso_barrel, h1_ele_neutralHadronRelativeIso_endcaps, h1_ele_neutralHadronRelativeIso_mAOD, h1_ele_neutralHadronRelativeIso_mAOD_barrel, h1_ele_neutralHadronRelativeIso_mAOD_endcaps, h1_ele_outerP, h1_ele_outerP_mode, h1_ele_outerPt, h1_ele_outerPt_mode, h1_ele_PhiMnPhiTrue, h1_ele_PhiMnPhiTrue2, h1_ele_PhiMnPhiTrue_barrel, h1_ele_PhiMnPhiTrue_endcaps, h1_ele_photonIso, h1_ele_photonIso_barrel, h1_ele_photonIso_endcaps, h1_ele_photonRelativeIso, h1_ele_photonRelativeIso_barrel, h1_ele_photonRelativeIso_endcaps, h1_ele_photonRelativeIso_mAOD, h1_ele_photonRelativeIso_mAOD_barrel, h1_ele_photonRelativeIso_mAOD_endcaps, h1_ele_PinMnPout, h1_ele_PinMnPout_mode, h1_ele_PoPtrue, h1_ele_PoPtrue_barrel, h1_ele_PoPtrue_endcaps, h1_ele_PoPtrue_golden_barrel, h1_ele_PoPtrue_golden_endcaps, h1_ele_PoPtrue_showering_barrel, h1_ele_PoPtrue_showering_endcaps, h1_ele_provenance, h1_ele_provenance_barrel, h1_ele_provenance_endcaps, h1_ele_PtoPttrue, h1_ele_PtoPttrue_barrel, h1_ele_PtoPttrue_endcaps, h1_ele_seed_dphi2, h1_ele_seed_dphi2pos, h1_ele_seed_drz2, h1_ele_seed_drz2pos, h1_ele_seed_mask, h1_ele_seed_mask_bpix, h1_ele_seed_mask_fpix, h1_ele_seed_mask_tec, h1_ele_seed_subdet2, h1_ele_superclusterfbrem, h1_ele_superclusterfbrem_barrel, h1_ele_superclusterfbrem_endcaps, h1_ele_TIP_all, h1_ele_TIP_all_barrel, h1_ele_TIP_all_endcaps, h1_ele_tkSumPt_dr03, h1_ele_tkSumPt_dr03_barrel, h1_ele_tkSumPt_dr03_endcaps, h1_ele_tkSumPt_dr04, h1_ele_tkSumPt_dr04_barrel, h1_ele_tkSumPt_dr04_endcaps, h1_ele_vertexEta, h1_ele_vertexEta_all, h1_ele_vertexP, h1_ele_vertexPhi, h1_ele_vertexPt, h1_ele_vertexPt_all, h1_ele_vertexPt_nocut, h1_ele_vertexTIP, h1_ele_vertexX, h1_ele_vertexY, h1_ele_vertexZ, h1_eleNum, h1_gamNum, h1_mc_AbsEta, h1_mc_AbsEta_matched, h1_mc_AbsEta_matched_qmisid, h1_mc_Eta, h1_mc_Eta_matched, h1_mc_Eta_matched_qmisid, h1_mc_P, h1_mc_Phi, h1_mc_Phi_matched, h1_mc_Phi_matched_qmisid, h1_mc_Pt, h1_mc_Pt_matched, h1_mc_Pt_matched_qmisid, h1_mc_Z, h1_mc_Z_matched, h1_mc_Z_matched_qmisid, h1_mcNum, h1_recCoreNum, h1_recEleNum, h1_recOfflineVertices, h1_recSeedNum, h1_recTrackNum, h1_scl_bcl_EtotoEtrue, h1_scl_bcl_EtotoEtrue_barrel, h1_scl_bcl_EtotoEtrue_endcaps, h1_scl_E1x5, h1_scl_E1x5_barrel, h1_scl_E1x5_endcaps, h1_scl_E2x5max, h1_scl_E2x5max_barrel, h1_scl_E2x5max_endcaps, h1_scl_E5x5, h1_scl_E5x5_barrel, h1_scl_E5x5_endcaps, h1_scl_En, h1_scl_EoEtrue_barrel, h1_scl_EoEtrue_barrel_etagap, h1_scl_EoEtrue_barrel_new, h1_scl_EoEtrue_barrel_new_etagap, h1_scl_EoEtrue_barrel_new_phigap, h1_scl_EoEtrue_barrel_phigap, h1_scl_EoEtrue_ebeegap, h1_scl_EoEtrue_ebeegap_new, h1_scl_EoEtrue_endcaps, h1_scl_EoEtrue_endcaps_deegap, h1_scl_EoEtrue_endcaps_new, h1_scl_EoEtrue_endcaps_new_deegap, h1_scl_EoEtrue_endcaps_new_ringgap, h1_scl_EoEtrue_endcaps_ringgap, h1_scl_EoEtrueGolden_barrel, h1_scl_EoEtrueGolden_endcaps, h1_scl_EoEtrueShowering_barrel, h1_scl_EoEtrueShowering_endcaps, h1_scl_ESFrac_endcaps, h1_scl_Et, h1_scl_Eta, h1_scl_full5x5_sigmaIetaIeta, h1_scl_full5x5_sigmaIetaIeta_barrel, h1_scl_full5x5_sigmaIetaIeta_endcaps, h1_scl_Phi, h1_scl_SigEtaEta, h1_scl_SigEtaEta_barrel, h1_scl_SigEtaEta_endcaps, h1_scl_SigIEtaIEta, h1_scl_SigIEtaIEta_barrel, h1_scl_SigIEtaIEta_endcaps, h1_scl_SigIEtaIEta_mAOD, h1_scl_SigIEtaIEta_mAOD_barrel, h1_scl_SigIEtaIEta_mAOD_endcaps, h2_ele_ambiguousTracksVsEta, h2_ele_ambiguousTracksVsPhi, h2_ele_ambiguousTracksVsPt, h2_ele_chargeVsEta, h2_ele_chargeVsPhi, h2_ele_chargeVsPt, h2_ele_chi2VsEta, h2_ele_chi2VsPhi, h2_ele_chi2VsPt, h2_ele_dEtaClVsEta_propOut, h2_ele_dEtaClVsPhi_propOut, h2_ele_dEtaClVsPt_propOut, h2_ele_dEtaEleClVsEta_propOut, h2_ele_dEtaEleClVsPhi_propOut, h2_ele_dEtaEleClVsPt_propOut, h2_ele_dEtaScVsEta_propVtx, h2_ele_dEtaScVsPhi_propVtx, h2_ele_dEtaScVsPt_propVtx, h2_ele_dPhiClVsEta_propOut, h2_ele_dPhiClVsPhi_propOut, h2_ele_dPhiClVsPt_propOut, h2_ele_dPhiEleClVsEta_propOut, h2_ele_dPhiEleClVsPhi_propOut, h2_ele_dPhiEleClVsPt_propOut, h2_ele_dPhiScVsEta_propVtx, h2_ele_dPhiScVsPhi_propVtx, h2_ele_dPhiScVsPt_propVtx, h2_ele_E2mnE1vsMee_all, h2_ele_E2mnE1vsMee_egeg_all, h2_ele_EeleOPoutVsE, h2_ele_EeleOPoutVsEta, h2_ele_EeleOPoutVsPhi, h2_ele_EoPoutVsE, h2_ele_EoPoutVsEta, h2_ele_EoPoutVsPhi, h2_ele_EoPVsE, h2_ele_EoPVsEta, h2_ele_EoPVsPhi, h2_ele_EseedOPVsE, h2_ele_EseedOPVsEta, h2_ele_EseedOPVsPhi, h2_ele_EtaMnEtaTrueVsEta, h2_ele_EtaMnEtaTrueVsPhi, h2_ele_EtaMnEtaTrueVsPt, h2_ele_foundHitsVsEta, h2_ele_foundHitsVsEta_mAOD, h2_ele_foundHitsVsPhi, h2_ele_foundHitsVsPt, h2_ele_HoEVsE, h2_ele_HoEVsEta, h2_ele_HoEVsPhi, h2_ele_lostHitsVsEta, h2_ele_lostHitsVsPhi, h2_ele_lostHitsVsPt, h2_ele_outerPtVsEta_mode, h2_ele_outerPtVsPhi_mode, h2_ele_outerPtVsPt_mode, h2_ele_outerPVsEta_mode, h2_ele_PhiMnPhiTrueVsEta, h2_ele_PhiMnPhiTrueVsPhi, h2_ele_PhiMnPhiTrueVsPt, h2_ele_PinMnPoutVsChi2_mode, h2_ele_PinMnPoutVsE_mode, h2_ele_PinMnPoutVsEta_mode, h2_ele_PinMnPoutVsPhi_mode, h2_ele_PinMnPoutVsPt_mode, h2_ele_PinVsPoutGolden_mean, h2_ele_PinVsPoutGolden_mode, h2_ele_PinVsPoutShowering_mean, h2_ele_PinVsPoutShowering_mode, h2_ele_PoPtrueVsEta, h2_ele_PoPtrueVsPhi, h2_ele_PoPtrueVsPt, h2_ele_PtinVsPtoutGolden_mean, h2_ele_PtinVsPtoutGolden_mode, h2_ele_PtinVsPtoutShowering_mean, h2_ele_PtinVsPtoutShowering_mode, h2_ele_seed_dphi2posVsEta, h2_ele_seed_dphi2posVsPt, h2_ele_seed_dphi2VsEta, h2_ele_seed_dphi2VsPt, h2_ele_seed_drz2posVsEta, h2_ele_seed_drz2posVsPt, h2_ele_seed_drz2VsEta, h2_ele_seed_drz2VsPt, h2_ele_sigmaIetaIetaVsPt, h2_ele_vertexEtaVsPhi, h2_ele_vertexPtVsEta, h2_ele_vertexPtVsPhi, h2_ele_vertexTIPVsEta, h2_ele_vertexTIPVsPhi, h2_ele_vertexTIPVsPt, h2_mc_PtEta, h2_mc_PtEta_matched, h2_scl_EoEtruePfVsEg, h2_scl_EoEtrueVsrecOfflineVertices, h2_scl_EoEtrueVsrecOfflineVertices_barrel, h2_scl_EoEtrueVsrecOfflineVertices_endcaps, h2_scl_EtaVsPhi, h2_scl_EtVsEta, h2_scl_EtVsPhi, hoe_max, hoe_min, hoe_nbin, lhits_max, lhits_nbin, mee_max, mee_min, mee_nbin, opv_max, opv_min, opv_nbin, outputInternalPath_, p1_ele_fbremVsEta_mean, p1_ele_fbremVsEta_mode, p2D_nbin, p_max, p_nbin, phi2D_nbin, phi_max, phi_min, phi_nbin, pi, poptrue_max, poptrue_min, poptrue_nbin, pt2D_nbin, pt_max, pt_nbin, pteff_nbin, seed_max, seed_min, seed_nbin, set_EfficiencyFlag, set_StatOverflowFlag, ElectronDqmAnalyzerBase::setBookEfficiencyFlag(), ElectronDqmAnalyzerBase::setBookIndex(), ElectronDqmAnalyzerBase::setBookPrefix(), ElectronDqmAnalyzerBase::setBookStatOverflowFlag(), dqm::implementation::NavigatorBase::setCurrentFolder(), track_max, track_min, track_nbin, and xyz_nbin.
◆ beamSpotTag_
◆ core_max
double ElectronMcSignalValidator::core_max |
|
private |
◆ core_min
double ElectronMcSignalValidator::core_min |
|
private |
◆ core_nbin
int ElectronMcSignalValidator::core_nbin |
|
private |
◆ deltaR2_
double ElectronMcSignalValidator::deltaR2_ |
|
private |
◆ deltaR_
double ElectronMcSignalValidator::deltaR_ |
|
private |
◆ deta_max
double ElectronMcSignalValidator::deta_max |
|
private |
◆ deta_min
double ElectronMcSignalValidator::deta_min |
|
private |
◆ deta_nbin
int ElectronMcSignalValidator::deta_nbin |
|
private |
◆ detamatch2D_nbin
int ElectronMcSignalValidator::detamatch2D_nbin |
|
private |
◆ detamatch_max
double ElectronMcSignalValidator::detamatch_max |
|
private |
◆ detamatch_min
double ElectronMcSignalValidator::detamatch_min |
|
private |
◆ detamatch_nbin
int ElectronMcSignalValidator::detamatch_nbin |
|
private |
◆ dphi_max
double ElectronMcSignalValidator::dphi_max |
|
private |
◆ dphi_min
double ElectronMcSignalValidator::dphi_min |
|
private |
◆ dphi_nbin
int ElectronMcSignalValidator::dphi_nbin |
|
private |
◆ dphimatch2D_nbin
int ElectronMcSignalValidator::dphimatch2D_nbin |
|
private |
◆ dphimatch_max
double ElectronMcSignalValidator::dphimatch_max |
|
private |
◆ dphimatch_min
double ElectronMcSignalValidator::dphimatch_min |
|
private |
◆ dphimatch_nbin
int ElectronMcSignalValidator::dphimatch_nbin |
|
private |
◆ ele_max
double ElectronMcSignalValidator::ele_max |
|
private |
◆ ele_min
double ElectronMcSignalValidator::ele_min |
|
private |
◆ ele_nbin
int ElectronMcSignalValidator::ele_nbin |
|
private |
◆ electronCollection_
◆ electronCoreCollection_
◆ electronSeedCollection_
◆ electronTrackCollection_
◆ enerror_max
double ElectronMcSignalValidator::enerror_max |
|
private |
◆ eop2D_nbin
int ElectronMcSignalValidator::eop2D_nbin |
|
private |
◆ eop_max
double ElectronMcSignalValidator::eop_max |
|
private |
◆ eop_nbin
int ElectronMcSignalValidator::eop_nbin |
|
private |
◆ eopmaxsht
double ElectronMcSignalValidator::eopmaxsht |
|
private |
◆ error_nbin
int ElectronMcSignalValidator::error_nbin |
|
private |
◆ eta2D_nbin
int ElectronMcSignalValidator::eta2D_nbin |
|
private |
◆ eta_max
double ElectronMcSignalValidator::eta_max |
|
private |
◆ eta_min
double ElectronMcSignalValidator::eta_min |
|
private |
◆ eta_nbin
int ElectronMcSignalValidator::eta_nbin |
|
private |
◆ fhits_max
double ElectronMcSignalValidator::fhits_max |
|
private |
◆ fhits_nbin
int ElectronMcSignalValidator::fhits_nbin |
|
private |
◆ h1_ele_ambiguousTracks
◆ h1_ele_charge
◆ h1_ele_chargedHadronIso
◆ h1_ele_chargedHadronIso_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_chargedHadronIso_barrel |
|
private |
◆ h1_ele_chargedHadronIso_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_chargedHadronIso_endcaps |
|
private |
◆ h1_ele_chargedHadronRelativeIso
MonitorElement* ElectronMcSignalValidator::h1_ele_chargedHadronRelativeIso |
|
private |
◆ h1_ele_chargedHadronRelativeIso_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_chargedHadronRelativeIso_barrel |
|
private |
◆ h1_ele_chargedHadronRelativeIso_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_chargedHadronRelativeIso_endcaps |
|
private |
◆ h1_ele_chargedHadronRelativeIso_mAOD
MonitorElement* ElectronMcSignalValidator::h1_ele_chargedHadronRelativeIso_mAOD |
|
private |
◆ h1_ele_chargedHadronRelativeIso_mAOD_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_chargedHadronRelativeIso_mAOD_barrel |
|
private |
◆ h1_ele_chargedHadronRelativeIso_mAOD_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_chargedHadronRelativeIso_mAOD_endcaps |
|
private |
◆ h1_ele_chargeInfo
◆ h1_ele_ChargeMnChargeTrue
◆ h1_ele_chi2
◆ h1_ele_chi2_barrel
◆ h1_ele_chi2_endcaps
◆ h1_ele_classes
◆ h1_ele_combinedP4Error
◆ h1_ele_combinedP4Error_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_combinedP4Error_barrel |
|
private |
◆ h1_ele_combinedP4Error_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_combinedP4Error_endcaps |
|
private |
◆ h1_ele_convDcot
◆ h1_ele_convDcot_all
◆ h1_ele_convDist
◆ h1_ele_convDist_all
◆ h1_ele_convFlags
◆ h1_ele_convFlags_all
◆ h1_ele_convRadius
◆ h1_ele_convRadius_all
◆ h1_ele_dEtaCl_propOut
◆ h1_ele_dEtaCl_propOut_all
◆ h1_ele_dEtaCl_propOut_all_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaCl_propOut_all_barrel |
|
private |
◆ h1_ele_dEtaCl_propOut_all_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaCl_propOut_all_endcaps |
|
private |
◆ h1_ele_dEtaCl_propOut_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaCl_propOut_barrel |
|
private |
◆ h1_ele_dEtaCl_propOut_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaCl_propOut_endcaps |
|
private |
◆ h1_ele_dEtaEleCl_propOut
◆ h1_ele_dEtaEleCl_propOut_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaEleCl_propOut_barrel |
|
private |
◆ h1_ele_dEtaEleCl_propOut_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaEleCl_propOut_endcaps |
|
private |
◆ h1_ele_dEtaSc_propVtx
◆ h1_ele_dEtaSc_propVtx_all
◆ h1_ele_dEtaSc_propVtx_all_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaSc_propVtx_all_barrel |
|
private |
◆ h1_ele_dEtaSc_propVtx_all_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaSc_propVtx_all_endcaps |
|
private |
◆ h1_ele_dEtaSc_propVtx_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaSc_propVtx_barrel |
|
private |
◆ h1_ele_dEtaSc_propVtx_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaSc_propVtx_endcaps |
|
private |
◆ h1_ele_dEtaSc_propVtx_mAOD
◆ h1_ele_dEtaSc_propVtx_mAOD_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaSc_propVtx_mAOD_barrel |
|
private |
◆ h1_ele_dEtaSc_propVtx_mAOD_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dEtaSc_propVtx_mAOD_endcaps |
|
private |
◆ h1_ele_dPhiCl_propOut
◆ h1_ele_dPhiCl_propOut_all
◆ h1_ele_dPhiCl_propOut_all_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiCl_propOut_all_barrel |
|
private |
◆ h1_ele_dPhiCl_propOut_all_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiCl_propOut_all_endcaps |
|
private |
◆ h1_ele_dPhiCl_propOut_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiCl_propOut_barrel |
|
private |
◆ h1_ele_dPhiCl_propOut_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiCl_propOut_endcaps |
|
private |
◆ h1_ele_dPhiCl_propOut_mAOD
◆ h1_ele_dPhiCl_propOut_mAOD_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiCl_propOut_mAOD_barrel |
|
private |
◆ h1_ele_dPhiCl_propOut_mAOD_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiCl_propOut_mAOD_endcaps |
|
private |
◆ h1_ele_dPhiEleCl_propOut
◆ h1_ele_dPhiEleCl_propOut_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiEleCl_propOut_barrel |
|
private |
◆ h1_ele_dPhiEleCl_propOut_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiEleCl_propOut_endcaps |
|
private |
◆ h1_ele_dPhiSc_propVtx
◆ h1_ele_dPhiSc_propVtx_all
◆ h1_ele_dPhiSc_propVtx_all_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiSc_propVtx_all_barrel |
|
private |
◆ h1_ele_dPhiSc_propVtx_all_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiSc_propVtx_all_endcaps |
|
private |
◆ h1_ele_dPhiSc_propVtx_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiSc_propVtx_barrel |
|
private |
◆ h1_ele_dPhiSc_propVtx_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_dPhiSc_propVtx_endcaps |
|
private |
◆ h1_ele_ecalEnergyError
◆ h1_ele_ecalEnergyError_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_ecalEnergyError_barrel |
|
private |
◆ h1_ele_ecalEnergyError_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_ecalEnergyError_endcaps |
|
private |
◆ h1_ele_ecalRecHitSumEt_dr03
MonitorElement* ElectronMcSignalValidator::h1_ele_ecalRecHitSumEt_dr03 |
|
private |
◆ h1_ele_ecalRecHitSumEt_dr03_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_ecalRecHitSumEt_dr03_barrel |
|
private |
◆ h1_ele_ecalRecHitSumEt_dr03_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_ecalRecHitSumEt_dr03_endcaps |
|
private |
◆ h1_ele_ecalRecHitSumEt_dr04
MonitorElement* ElectronMcSignalValidator::h1_ele_ecalRecHitSumEt_dr04 |
|
private |
◆ h1_ele_ecalRecHitSumEt_dr04_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_ecalRecHitSumEt_dr04_barrel |
|
private |
◆ h1_ele_ecalRecHitSumEt_dr04_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_ecalRecHitSumEt_dr04_endcaps |
|
private |
◆ h1_ele_EeleOPout
◆ h1_ele_EeleOPout_all
◆ h1_ele_EeleOPout_all_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_EeleOPout_all_barrel |
|
private |
◆ h1_ele_EeleOPout_all_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_EeleOPout_all_endcaps |
|
private |
◆ h1_ele_EeleOPout_barrel
◆ h1_ele_EeleOPout_endcaps
◆ h1_ele_EoP
◆ h1_ele_EoP_barrel
◆ h1_ele_EoP_endcaps
◆ h1_ele_EoPout
◆ h1_ele_EoPout_all
◆ h1_ele_EoPout_all_barrel
◆ h1_ele_EoPout_all_endcaps
◆ h1_ele_EoPout_barrel
◆ h1_ele_EoPout_endcaps
◆ h1_ele_EoverP_all
◆ h1_ele_EoverP_all_barrel
◆ h1_ele_EoverP_all_endcaps
◆ h1_ele_EseedOP
◆ h1_ele_EseedOP_all
◆ h1_ele_EseedOP_all_barrel
◆ h1_ele_EseedOP_all_endcaps
◆ h1_ele_EseedOP_barrel
◆ h1_ele_EseedOP_endcaps
◆ h1_ele_Et
◆ h1_ele_Et_all
◆ h1_ele_eta
◆ h1_ele_eta_bbrem
◆ h1_ele_eta_golden
◆ h1_ele_eta_shower
◆ h1_ele_EtaMnEtaTrue
◆ h1_ele_EtaMnEtaTrue_barrel
◆ h1_ele_EtaMnEtaTrue_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_EtaMnEtaTrue_endcaps |
|
private |
◆ h1_ele_fbrem
◆ h1_ele_fbrem_barrel
◆ h1_ele_fbrem_endcaps
◆ h1_ele_fbrem_mAOD
◆ h1_ele_fbrem_mAOD_barrel
◆ h1_ele_fbrem_mAOD_endcaps
◆ h1_ele_foundHits
◆ h1_ele_foundHits_barrel
◆ h1_ele_foundHits_endcaps
◆ h1_ele_hcalDepth1OverEcalBc
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalDepth1OverEcalBc |
|
private |
◆ h1_ele_hcalDepth1OverEcalBc_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalDepth1OverEcalBc_barrel |
|
private |
◆ h1_ele_hcalDepth1OverEcalBc_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalDepth1OverEcalBc_endcaps |
|
private |
◆ h1_ele_hcalDepth2OverEcalBc
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalDepth2OverEcalBc |
|
private |
◆ h1_ele_hcalDepth2OverEcalBc_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalDepth2OverEcalBc_barrel |
|
private |
◆ h1_ele_hcalDepth2OverEcalBc_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalDepth2OverEcalBc_endcaps |
|
private |
◆ h1_ele_hcalTowerSumEt_dr03_depth1
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr03_depth1 |
|
private |
◆ h1_ele_hcalTowerSumEt_dr03_depth1_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr03_depth1_barrel |
|
private |
◆ h1_ele_hcalTowerSumEt_dr03_depth1_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr03_depth1_endcaps |
|
private |
◆ h1_ele_hcalTowerSumEt_dr03_depth2
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr03_depth2 |
|
private |
◆ h1_ele_hcalTowerSumEt_dr03_depth2_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr03_depth2_barrel |
|
private |
◆ h1_ele_hcalTowerSumEt_dr03_depth2_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr03_depth2_endcaps |
|
private |
◆ h1_ele_hcalTowerSumEt_dr04_depth1
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr04_depth1 |
|
private |
◆ h1_ele_hcalTowerSumEt_dr04_depth1_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr04_depth1_barrel |
|
private |
◆ h1_ele_hcalTowerSumEt_dr04_depth1_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr04_depth1_endcaps |
|
private |
◆ h1_ele_hcalTowerSumEt_dr04_depth2
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr04_depth2 |
|
private |
◆ h1_ele_hcalTowerSumEt_dr04_depth2_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr04_depth2_barrel |
|
private |
◆ h1_ele_hcalTowerSumEt_dr04_depth2_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEt_dr04_depth2_endcaps |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr03_depth1
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr03_depth1 |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr03_depth1_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr03_depth1_barrel |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr03_depth1_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr03_depth1_endcaps |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr03_depth2
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr03_depth2 |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr03_depth2_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr03_depth2_barrel |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr03_depth2_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr03_depth2_endcaps |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr04_depth1
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr04_depth1 |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr04_depth1_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr04_depth1_barrel |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr04_depth1_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr04_depth1_endcaps |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr04_depth2
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr04_depth2 |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr04_depth2_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr04_depth2_barrel |
|
private |
◆ h1_ele_hcalTowerSumEtBc_dr04_depth2_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_hcalTowerSumEtBc_dr04_depth2_endcaps |
|
private |
◆ h1_ele_HoE
◆ h1_ele_HoE_all
◆ h1_ele_HoE_all_barrel
◆ h1_ele_HoE_all_endcaps
◆ h1_ele_HoE_barrel
◆ h1_ele_HoE_bc
◆ h1_ele_HoE_bc_all
◆ h1_ele_HoE_bc_barrel
◆ h1_ele_HoE_bc_endcaps
◆ h1_ele_HoE_endcaps
◆ h1_ele_HoE_fiducial
◆ h1_ele_HoE_mAOD
◆ h1_ele_HoE_mAOD_barrel
◆ h1_ele_HoE_mAOD_endcaps
◆ h1_ele_lostHits
◆ h1_ele_lostHits_barrel
◆ h1_ele_lostHits_endcaps
◆ h1_ele_mee_all
◆ h1_ele_mee_os
◆ h1_ele_mee_os_bb
◆ h1_ele_mee_os_ebeb
◆ h1_ele_mee_os_ebee
◆ h1_ele_mee_os_eeee
◆ h1_ele_mee_os_gb
◆ h1_ele_mee_os_gg
◆ h1_ele_mva
◆ h1_ele_mva_barrel
◆ h1_ele_mva_barrel_isolated
◆ h1_ele_mva_endcaps
◆ h1_ele_mva_endcaps_isolated
MonitorElement* ElectronMcSignalValidator::h1_ele_mva_endcaps_isolated |
|
private |
◆ h1_ele_mva_isolated
◆ h1_ele_neutralHadronIso
◆ h1_ele_neutralHadronIso_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_neutralHadronIso_barrel |
|
private |
◆ h1_ele_neutralHadronIso_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_neutralHadronIso_endcaps |
|
private |
◆ h1_ele_neutralHadronRelativeIso
MonitorElement* ElectronMcSignalValidator::h1_ele_neutralHadronRelativeIso |
|
private |
◆ h1_ele_neutralHadronRelativeIso_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_neutralHadronRelativeIso_barrel |
|
private |
◆ h1_ele_neutralHadronRelativeIso_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_neutralHadronRelativeIso_endcaps |
|
private |
◆ h1_ele_neutralHadronRelativeIso_mAOD
MonitorElement* ElectronMcSignalValidator::h1_ele_neutralHadronRelativeIso_mAOD |
|
private |
◆ h1_ele_neutralHadronRelativeIso_mAOD_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_neutralHadronRelativeIso_mAOD_barrel |
|
private |
◆ h1_ele_neutralHadronRelativeIso_mAOD_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_neutralHadronRelativeIso_mAOD_endcaps |
|
private |
◆ h1_ele_outerP
◆ h1_ele_outerP_mode
◆ h1_ele_outerPt
◆ h1_ele_outerPt_mode
◆ h1_ele_PhiMnPhiTrue
◆ h1_ele_PhiMnPhiTrue2
◆ h1_ele_PhiMnPhiTrue_barrel
◆ h1_ele_PhiMnPhiTrue_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_PhiMnPhiTrue_endcaps |
|
private |
◆ h1_ele_photonIso
◆ h1_ele_photonIso_barrel
◆ h1_ele_photonIso_endcaps
◆ h1_ele_photonRelativeIso
◆ h1_ele_photonRelativeIso_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_photonRelativeIso_barrel |
|
private |
◆ h1_ele_photonRelativeIso_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_photonRelativeIso_endcaps |
|
private |
◆ h1_ele_photonRelativeIso_mAOD
MonitorElement* ElectronMcSignalValidator::h1_ele_photonRelativeIso_mAOD |
|
private |
◆ h1_ele_photonRelativeIso_mAOD_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_photonRelativeIso_mAOD_barrel |
|
private |
◆ h1_ele_photonRelativeIso_mAOD_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_photonRelativeIso_mAOD_endcaps |
|
private |
◆ h1_ele_PinMnPout
◆ h1_ele_PinMnPout_mode
◆ h1_ele_PoPtrue
◆ h1_ele_PoPtrue_barrel
◆ h1_ele_PoPtrue_endcaps
◆ h1_ele_PoPtrue_golden_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_PoPtrue_golden_barrel |
|
private |
◆ h1_ele_PoPtrue_golden_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_PoPtrue_golden_endcaps |
|
private |
◆ h1_ele_PoPtrue_showering_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_PoPtrue_showering_barrel |
|
private |
◆ h1_ele_PoPtrue_showering_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_PoPtrue_showering_endcaps |
|
private |
◆ h1_ele_provenance
◆ h1_ele_provenance_barrel
◆ h1_ele_provenance_endcaps
◆ h1_ele_PtoPttrue
◆ h1_ele_PtoPttrue_barrel
◆ h1_ele_PtoPttrue_endcaps
◆ h1_ele_seed_dphi2
◆ h1_ele_seed_dphi2pos
◆ h1_ele_seed_drz2
◆ h1_ele_seed_drz2pos
◆ h1_ele_seed_mask
◆ h1_ele_seed_mask_bpix
◆ h1_ele_seed_mask_fpix
◆ h1_ele_seed_mask_tec
◆ h1_ele_seed_subdet2
◆ h1_ele_superclusterfbrem
◆ h1_ele_superclusterfbrem_barrel
MonitorElement* ElectronMcSignalValidator::h1_ele_superclusterfbrem_barrel |
|
private |
◆ h1_ele_superclusterfbrem_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_superclusterfbrem_endcaps |
|
private |
◆ h1_ele_TIP_all
◆ h1_ele_TIP_all_barrel
◆ h1_ele_TIP_all_endcaps
◆ h1_ele_tkSumPt_dr03
◆ h1_ele_tkSumPt_dr03_barrel
◆ h1_ele_tkSumPt_dr03_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_tkSumPt_dr03_endcaps |
|
private |
◆ h1_ele_tkSumPt_dr04
◆ h1_ele_tkSumPt_dr04_barrel
◆ h1_ele_tkSumPt_dr04_endcaps
MonitorElement* ElectronMcSignalValidator::h1_ele_tkSumPt_dr04_endcaps |
|
private |
◆ h1_ele_vertexAbsEta
◆ h1_ele_vertexEta
◆ h1_ele_vertexEta_all
◆ h1_ele_vertexP
◆ h1_ele_vertexPhi
◆ h1_ele_vertexPt
◆ h1_ele_vertexPt_5100
◆ h1_ele_vertexPt_all
◆ h1_ele_vertexPt_nocut
◆ h1_ele_vertexTIP
◆ h1_ele_vertexX
◆ h1_ele_vertexY
◆ h1_ele_vertexZ
◆ h1_eleNum
◆ h1_gamNum
◆ h1_mc_AbsEta
◆ h1_mc_AbsEta_matched
◆ h1_mc_AbsEta_matched_qmisid
MonitorElement* ElectronMcSignalValidator::h1_mc_AbsEta_matched_qmisid |
|
private |
◆ h1_mc_Eta
◆ h1_mc_Eta_matched
◆ h1_mc_Eta_matched_qmisid
◆ h1_mc_P
◆ h1_mc_Phi
◆ h1_mc_Phi_matched
◆ h1_mc_Phi_matched_qmisid
◆ h1_mc_Pt
◆ h1_mc_Pt_matched
◆ h1_mc_Pt_matched_qmisid
◆ h1_mc_Z
◆ h1_mc_Z_matched
◆ h1_mc_Z_matched_qmisid
◆ h1_mcNum
◆ h1_recCoreNum
◆ h1_recEleNum
◆ h1_recOfflineVertices
◆ h1_recSeedNum
◆ h1_recTrackNum
◆ h1_scl_bcl_EtotoEtrue
◆ h1_scl_bcl_EtotoEtrue_barrel
MonitorElement* ElectronMcSignalValidator::h1_scl_bcl_EtotoEtrue_barrel |
|
private |
◆ h1_scl_bcl_EtotoEtrue_endcaps
MonitorElement* ElectronMcSignalValidator::h1_scl_bcl_EtotoEtrue_endcaps |
|
private |
◆ h1_scl_E1x5
◆ h1_scl_E1x5_barrel
◆ h1_scl_E1x5_endcaps
◆ h1_scl_E2x5max
◆ h1_scl_E2x5max_barrel
◆ h1_scl_E2x5max_endcaps
◆ h1_scl_E5x5
◆ h1_scl_E5x5_barrel
◆ h1_scl_E5x5_endcaps
◆ h1_scl_En
◆ h1_scl_EoEtrue_barrel
◆ h1_scl_EoEtrue_barrel_etagap
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrue_barrel_etagap |
|
private |
◆ h1_scl_EoEtrue_barrel_new
◆ h1_scl_EoEtrue_barrel_new_etagap
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrue_barrel_new_etagap |
|
private |
◆ h1_scl_EoEtrue_barrel_new_phigap
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrue_barrel_new_phigap |
|
private |
◆ h1_scl_EoEtrue_barrel_phigap
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrue_barrel_phigap |
|
private |
◆ h1_scl_EoEtrue_ebeegap
◆ h1_scl_EoEtrue_ebeegap_new
◆ h1_scl_EoEtrue_endcaps
◆ h1_scl_EoEtrue_endcaps_deegap
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrue_endcaps_deegap |
|
private |
◆ h1_scl_EoEtrue_endcaps_new
◆ h1_scl_EoEtrue_endcaps_new_deegap
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrue_endcaps_new_deegap |
|
private |
◆ h1_scl_EoEtrue_endcaps_new_ringgap
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrue_endcaps_new_ringgap |
|
private |
◆ h1_scl_EoEtrue_endcaps_ringgap
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrue_endcaps_ringgap |
|
private |
◆ h1_scl_EoEtrueGolden_barrel
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrueGolden_barrel |
|
private |
◆ h1_scl_EoEtrueGolden_endcaps
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrueGolden_endcaps |
|
private |
◆ h1_scl_EoEtrueShowering_barrel
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrueShowering_barrel |
|
private |
◆ h1_scl_EoEtrueShowering_endcaps
MonitorElement* ElectronMcSignalValidator::h1_scl_EoEtrueShowering_endcaps |
|
private |
◆ h1_scl_ESFrac_endcaps
◆ h1_scl_Et
◆ h1_scl_Eta
◆ h1_scl_full5x5_sigmaIetaIeta
MonitorElement* ElectronMcSignalValidator::h1_scl_full5x5_sigmaIetaIeta |
|
private |
◆ h1_scl_full5x5_sigmaIetaIeta_barrel
MonitorElement* ElectronMcSignalValidator::h1_scl_full5x5_sigmaIetaIeta_barrel |
|
private |
◆ h1_scl_full5x5_sigmaIetaIeta_endcaps
MonitorElement* ElectronMcSignalValidator::h1_scl_full5x5_sigmaIetaIeta_endcaps |
|
private |
◆ h1_scl_Phi
◆ h1_scl_SigEtaEta
◆ h1_scl_SigEtaEta_barrel
◆ h1_scl_SigEtaEta_endcaps
◆ h1_scl_SigIEtaIEta
◆ h1_scl_SigIEtaIEta_barrel
◆ h1_scl_SigIEtaIEta_endcaps
◆ h1_scl_SigIEtaIEta_mAOD
◆ h1_scl_SigIEtaIEta_mAOD_barrel
MonitorElement* ElectronMcSignalValidator::h1_scl_SigIEtaIEta_mAOD_barrel |
|
private |
◆ h1_scl_SigIEtaIEta_mAOD_endcaps
MonitorElement* ElectronMcSignalValidator::h1_scl_SigIEtaIEta_mAOD_endcaps |
|
private |
◆ h2_ele_ambiguousTracksVsEta
MonitorElement* ElectronMcSignalValidator::h2_ele_ambiguousTracksVsEta |
|
private |
◆ h2_ele_ambiguousTracksVsPhi
MonitorElement* ElectronMcSignalValidator::h2_ele_ambiguousTracksVsPhi |
|
private |
◆ h2_ele_ambiguousTracksVsPt
◆ h2_ele_chargeVsEta
◆ h2_ele_chargeVsPhi
◆ h2_ele_chargeVsPt
◆ h2_ele_chi2VsEta
◆ h2_ele_chi2VsPhi
◆ h2_ele_chi2VsPt
◆ h2_ele_dEtaClVsEta_propOut
◆ h2_ele_dEtaClVsPhi_propOut
◆ h2_ele_dEtaClVsPt_propOut
◆ h2_ele_dEtaEleClVsEta_propOut
MonitorElement* ElectronMcSignalValidator::h2_ele_dEtaEleClVsEta_propOut |
|
private |
◆ h2_ele_dEtaEleClVsPhi_propOut
MonitorElement* ElectronMcSignalValidator::h2_ele_dEtaEleClVsPhi_propOut |
|
private |
◆ h2_ele_dEtaEleClVsPt_propOut
MonitorElement* ElectronMcSignalValidator::h2_ele_dEtaEleClVsPt_propOut |
|
private |
◆ h2_ele_dEtaScVsEta_propVtx
◆ h2_ele_dEtaScVsPhi_propVtx
◆ h2_ele_dEtaScVsPt_propVtx
◆ h2_ele_dPhiClVsEta_propOut
◆ h2_ele_dPhiClVsPhi_propOut
◆ h2_ele_dPhiClVsPt_propOut
◆ h2_ele_dPhiEleClVsEta_propOut
MonitorElement* ElectronMcSignalValidator::h2_ele_dPhiEleClVsEta_propOut |
|
private |
◆ h2_ele_dPhiEleClVsPhi_propOut
MonitorElement* ElectronMcSignalValidator::h2_ele_dPhiEleClVsPhi_propOut |
|
private |
◆ h2_ele_dPhiEleClVsPt_propOut
MonitorElement* ElectronMcSignalValidator::h2_ele_dPhiEleClVsPt_propOut |
|
private |
◆ h2_ele_dPhiScVsEta_propVtx
◆ h2_ele_dPhiScVsPhi_propVtx
◆ h2_ele_dPhiScVsPt_propVtx
◆ h2_ele_E2mnE1vsMee_all
◆ h2_ele_E2mnE1vsMee_egeg_all
MonitorElement* ElectronMcSignalValidator::h2_ele_E2mnE1vsMee_egeg_all |
|
private |
◆ h2_ele_EeleOPoutVsE
◆ h2_ele_EeleOPoutVsEta
◆ h2_ele_EeleOPoutVsPhi
◆ h2_ele_EoPoutVsE
◆ h2_ele_EoPoutVsEta
◆ h2_ele_EoPoutVsPhi
◆ h2_ele_EoPVsE
◆ h2_ele_EoPVsEta
◆ h2_ele_EoPVsPhi
◆ h2_ele_EseedOPVsE
◆ h2_ele_EseedOPVsEta
◆ h2_ele_EseedOPVsPhi
◆ h2_ele_EtaMnEtaTrueVsEta
◆ h2_ele_EtaMnEtaTrueVsPhi
◆ h2_ele_EtaMnEtaTrueVsPt
◆ h2_ele_foundHitsVsEta
◆ h2_ele_foundHitsVsEta_mAOD
◆ h2_ele_foundHitsVsPhi
◆ h2_ele_foundHitsVsPt
◆ h2_ele_HoEVsE
◆ h2_ele_HoEVsEta
◆ h2_ele_HoEVsPhi
◆ h2_ele_lostHitsVsEta
◆ h2_ele_lostHitsVsPhi
◆ h2_ele_lostHitsVsPt
◆ h2_ele_outerPtVsEta_mode
◆ h2_ele_outerPtVsPhi_mode
◆ h2_ele_outerPtVsPt_mode
◆ h2_ele_outerPVsEta_mode
◆ h2_ele_PhiMnPhiTrueVsEta
◆ h2_ele_PhiMnPhiTrueVsPhi
◆ h2_ele_PhiMnPhiTrueVsPt
◆ h2_ele_PinMnPoutVsChi2_mode
MonitorElement* ElectronMcSignalValidator::h2_ele_PinMnPoutVsChi2_mode |
|
private |
◆ h2_ele_PinMnPoutVsE_mode
◆ h2_ele_PinMnPoutVsEta_mode
◆ h2_ele_PinMnPoutVsPhi_mode
◆ h2_ele_PinMnPoutVsPt_mode
◆ h2_ele_PinVsPoutGolden_mean
MonitorElement* ElectronMcSignalValidator::h2_ele_PinVsPoutGolden_mean |
|
private |
◆ h2_ele_PinVsPoutGolden_mode
MonitorElement* ElectronMcSignalValidator::h2_ele_PinVsPoutGolden_mode |
|
private |
◆ h2_ele_PinVsPoutShowering_mean
MonitorElement* ElectronMcSignalValidator::h2_ele_PinVsPoutShowering_mean |
|
private |
◆ h2_ele_PinVsPoutShowering_mode
MonitorElement* ElectronMcSignalValidator::h2_ele_PinVsPoutShowering_mode |
|
private |
◆ h2_ele_PoPtrueVsEta
◆ h2_ele_PoPtrueVsPhi
◆ h2_ele_PoPtrueVsPt
◆ h2_ele_PtinVsPtoutGolden_mean
MonitorElement* ElectronMcSignalValidator::h2_ele_PtinVsPtoutGolden_mean |
|
private |
◆ h2_ele_PtinVsPtoutGolden_mode
MonitorElement* ElectronMcSignalValidator::h2_ele_PtinVsPtoutGolden_mode |
|
private |
◆ h2_ele_PtinVsPtoutShowering_mean
MonitorElement* ElectronMcSignalValidator::h2_ele_PtinVsPtoutShowering_mean |
|
private |
◆ h2_ele_PtinVsPtoutShowering_mode
MonitorElement* ElectronMcSignalValidator::h2_ele_PtinVsPtoutShowering_mode |
|
private |
◆ h2_ele_seed_dphi2posVsEta
◆ h2_ele_seed_dphi2posVsPt
◆ h2_ele_seed_dphi2VsEta
◆ h2_ele_seed_dphi2VsPt
◆ h2_ele_seed_drz2posVsEta
◆ h2_ele_seed_drz2posVsPt
◆ h2_ele_seed_drz2VsEta
◆ h2_ele_seed_drz2VsPt
◆ h2_ele_sigmaIetaIetaVsPt
◆ h2_ele_vertexEtaVsPhi
◆ h2_ele_vertexPtVsEta
◆ h2_ele_vertexPtVsPhi
◆ h2_ele_vertexTIPVsEta
◆ h2_ele_vertexTIPVsPhi
◆ h2_ele_vertexTIPVsPt
◆ h2_mc_PtEta
◆ h2_mc_PtEta_matched
◆ h2_scl_EoEtruePfVsEg
◆ h2_scl_EoEtrueVsrecOfflineVertices
MonitorElement* ElectronMcSignalValidator::h2_scl_EoEtrueVsrecOfflineVertices |
|
private |
◆ h2_scl_EoEtrueVsrecOfflineVertices_barrel
MonitorElement* ElectronMcSignalValidator::h2_scl_EoEtrueVsrecOfflineVertices_barrel |
|
private |
◆ h2_scl_EoEtrueVsrecOfflineVertices_endcaps
MonitorElement* ElectronMcSignalValidator::h2_scl_EoEtrueVsrecOfflineVertices_endcaps |
|
private |
◆ h2_scl_EtaVsPhi
◆ h2_scl_EtVsEta
◆ h2_scl_EtVsPhi
◆ hoe_max
double ElectronMcSignalValidator::hoe_max |
|
private |
◆ hoe_min
double ElectronMcSignalValidator::hoe_min |
|
private |
◆ hoe_nbin
int ElectronMcSignalValidator::hoe_nbin |
|
private |
◆ inputFile_
std::string ElectronMcSignalValidator::inputFile_ |
|
private |
◆ inputInternalPath_
std::string ElectronMcSignalValidator::inputInternalPath_ |
|
private |
◆ isoFromDepsEcalFull03Tag_
◆ isoFromDepsEcalFull04Tag_
◆ isoFromDepsEcalReduced03Tag_
◆ isoFromDepsEcalReduced04Tag_
◆ isoFromDepsHcal03Tag_
◆ isoFromDepsHcal04Tag_
◆ isoFromDepsTk03Tag_
◆ isoFromDepsTk04Tag_
◆ lhits_max
double ElectronMcSignalValidator::lhits_max |
|
private |
◆ lhits_nbin
int ElectronMcSignalValidator::lhits_nbin |
|
private |
◆ matchingIDs_
std::vector<int> ElectronMcSignalValidator::matchingIDs_ |
|
private |
◆ matchingMotherIDs_
std::vector<int> ElectronMcSignalValidator::matchingMotherIDs_ |
|
private |
◆ maxAbsEta_
double ElectronMcSignalValidator::maxAbsEta_ |
|
private |
◆ maxPt_
double ElectronMcSignalValidator::maxPt_ |
|
private |
◆ mcEnergy
float ElectronMcSignalValidator::mcEnergy[10] |
|
private |
◆ mcEta
float ElectronMcSignalValidator::mcEta[10] |
|
private |
◆ mcPhi
float ElectronMcSignalValidator::mcPhi[10] |
|
private |
◆ mcPt
float ElectronMcSignalValidator::mcPt[10] |
|
private |
◆ mcQ
float ElectronMcSignalValidator::mcQ[10] |
|
private |
◆ mcTruthCollection_
◆ mee_max
double ElectronMcSignalValidator::mee_max |
|
private |
◆ mee_min
double ElectronMcSignalValidator::mee_min |
|
private |
◆ mee_nbin
int ElectronMcSignalValidator::mee_nbin |
|
private |
◆ offlineVerticesCollection_
◆ opv_max
double ElectronMcSignalValidator::opv_max |
|
private |
◆ opv_min
double ElectronMcSignalValidator::opv_min |
|
private |
◆ opv_nbin
int ElectronMcSignalValidator::opv_nbin |
|
private |
◆ outputFile_
std::string ElectronMcSignalValidator::outputFile_ |
|
private |
◆ outputInternalPath_
std::string ElectronMcSignalValidator::outputInternalPath_ |
|
private |
◆ p1_ele_fbremVsEta_mean
◆ p1_ele_fbremVsEta_mode
◆ p2D_nbin
int ElectronMcSignalValidator::p2D_nbin |
|
private |
◆ p_max
double ElectronMcSignalValidator::p_max |
|
private |
◆ p_nbin
int ElectronMcSignalValidator::p_nbin |
|
private |
◆ pDD
◆ phi2D_nbin
int ElectronMcSignalValidator::phi2D_nbin |
|
private |
◆ phi_max
double ElectronMcSignalValidator::phi_max |
|
private |
◆ phi_min
double ElectronMcSignalValidator::phi_min |
|
private |
◆ phi_nbin
int ElectronMcSignalValidator::phi_nbin |
|
private |
◆ poptrue_max
double ElectronMcSignalValidator::poptrue_max |
|
private |
◆ poptrue_min
double ElectronMcSignalValidator::poptrue_min |
|
private |
◆ poptrue_nbin
int ElectronMcSignalValidator::poptrue_nbin |
|
private |
◆ pt2D_nbin
int ElectronMcSignalValidator::pt2D_nbin |
|
private |
◆ pt_max
double ElectronMcSignalValidator::pt_max |
|
private |
◆ pt_nbin
int ElectronMcSignalValidator::pt_nbin |
|
private |
◆ pteff_nbin
int ElectronMcSignalValidator::pteff_nbin |
|
private |
◆ readAOD_
bool ElectronMcSignalValidator::readAOD_ |
|
private |
◆ seed_max
double ElectronMcSignalValidator::seed_max |
|
private |
◆ seed_min
double ElectronMcSignalValidator::seed_min |
|
private |
◆ seed_nbin
int ElectronMcSignalValidator::seed_nbin |
|
private |
◆ seedEta
float ElectronMcSignalValidator::seedEta[10] |
|
private |
◆ seedMomentum
float ElectronMcSignalValidator::seedMomentum[10] |
|
private |
◆ seedPhi
float ElectronMcSignalValidator::seedPhi[10] |
|
private |
◆ seedPt
float ElectronMcSignalValidator::seedPt[10] |
|
private |
◆ seedQ
float ElectronMcSignalValidator::seedQ[10] |
|
private |
◆ set_EfficiencyFlag
bool ElectronMcSignalValidator::set_EfficiencyFlag |
|
private |
◆ set_StatOverflowFlag
bool ElectronMcSignalValidator::set_StatOverflowFlag |
|
private |
◆ superclusterEnergy
float ElectronMcSignalValidator::superclusterEnergy[10] |
|
private |
◆ superclusterEt
float ElectronMcSignalValidator::superclusterEt[10] |
|
private |
◆ superclusterEta
float ElectronMcSignalValidator::superclusterEta[10] |
|
private |
◆ superclusterPhi
float ElectronMcSignalValidator::superclusterPhi[10] |
|
private |
◆ theMagField
◆ track_max
double ElectronMcSignalValidator::track_max |
|
private |
◆ track_min
double ElectronMcSignalValidator::track_min |
|
private |
◆ track_nbin
int ElectronMcSignalValidator::track_nbin |
|
private |
◆ xyz_nbin
int ElectronMcSignalValidator::xyz_nbin |
|
private |
MonitorElement * h1_ele_eta_bbrem
float deltaEtaSeedClusterTrackAtCalo() const
edm::EDGetTokenT< reco::GenParticleCollection > mcTruthCollection_
MonitorElement * h1_ele_tkSumPt_dr04_endcaps
MonitorElement * h2_ele_dPhiClVsPhi_propOut
MonitorElement * h1_ele_HoE
MonitorElement * p1_ele_fbremVsEta_mode
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth2_barrel
MonitorElement * h1_ele_PhiMnPhiTrue
MonitorElement * h2_ele_outerPtVsEta_mode
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth1_endcaps
MonitorElement * h1_mc_AbsEta_matched_qmisid
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth1_endcaps
MonitorElement * h1_ele_convDist
float dr04EcalRecHitSumEt() const
MonitorElement * h1_ele_chargeInfo
MonitorElement * h1_ele_dEtaSc_propVtx_all_barrel
MonitorElement * h1_ele_PoPtrue_golden_barrel
MonitorElement * h1_ele_vertexAbsEta
MonitorElement * h1_scl_E1x5_barrel
MonitorElement * h2_ele_vertexPtVsEta
MonitorElement * h1_scl_SigEtaEta_endcaps
MonitorElement * h1_ele_EoP_endcaps
MonitorElement * h2_mc_PtEta_matched
void setBookEfficiencyFlag(const bool &)
MonitorElement * h1_scl_EoEtrue_endcaps_ringgap
MonitorElement * h1_ele_EeleOPout_all_barrel
MonitorElement * h1_ele_dPhiCl_propOut_all
float dr03TkSumPt() const
MonitorElement * h1_ele_photonRelativeIso_mAOD_endcaps
MonitorElement * h1_scl_EoEtrueGolden_endcaps
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth1_endcaps
MonitorElement * h2_ele_dPhiClVsPt_propOut
MonitorElement * h1_ele_chargedHadronRelativeIso_endcaps
MonitorElement * h2_ele_EtaMnEtaTrueVsPhi
MonitorElement * bookH2withSumw2(DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ")
GsfTrackRef gsfTrack() const override
reference to a GsfTrack
MonitorElement * h2_ele_EseedOPVsE
math::XYZVectorF trackMomentumOut() const
MonitorElement * h1_ele_HoE_all_barrel
MonitorElement * h2_ele_EtaMnEtaTrueVsEta
MonitorElement * h1_ele_convFlags_all
MonitorElement * h1_ele_dEtaSc_propVtx_mAOD_barrel
MonitorElement * h1_scl_EoEtrue_barrel_new
MonitorElement * h1_ele_EoverP_all
MonitorElement * h1_scl_Eta
MonitorElement * h2_ele_seed_drz2posVsPt
MonitorElement * h2_scl_EtaVsPhi
MonitorElement * h2_ele_seed_drz2posVsEta
MonitorElement * h2_ele_foundHitsVsEta_mAOD
MonitorElement * h1_ele_dEtaSc_propVtx_barrel
MonitorElement * h2_ele_lostHitsVsPt
MonitorElement * h1_scl_E1x5_endcaps
MonitorElement * h1_ele_foundHits_barrel
ElectronDqmAnalyzerBase(const edm::ParameterSet &conf)
float dr03HcalTowerSumEtBc(int depth=0) const
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsEcalReduced03Tag_
float deltaPhiSuperClusterTrackAtVtx() const
MonitorElement * p1_ele_fbremVsEta_mean
virtual SuperClusterRef parentSuperCluster() const
MonitorElement * h1_ele_dEtaCl_propOut
MonitorElement * h1_scl_E2x5max_endcaps
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth2
MonitorElement * h2_ele_PtinVsPtoutGolden_mode
MonitorElement * h1_mc_Pt
MonitorElement * h1_ele_mva
MonitorElement * h2_ele_chi2VsPt
MonitorElement * h1_scl_EoEtrueShowering_endcaps
MonitorElement * h1_ele_outerPt
MonitorElement * h1_ele_chargedHadronIso_barrel
MonitorElement * h1_ele_vertexPt_all
bool isNull() const
Checks for null.
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth2_endcaps
MonitorElement * h1_ele_EoverP_all_barrel
MonitorElement * h1_scl_bcl_EtotoEtrue_barrel
MonitorElement * h1_ele_neutralHadronIso_endcaps
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth2_endcaps
MonitorElement * h1_ele_Et
MonitorElement * h1_ele_HoE_bc_barrel
MonitorElement * h1_ele_outerPt_mode
MonitorElement * h2_ele_dEtaClVsPhi_propOut
MonitorElement * h1_ele_neutralHadronRelativeIso_barrel
MonitorElement * h2_ele_dPhiScVsPt_propVtx
MonitorElement * h1_ele_convRadius_all
MonitorElement * h1_ele_charge
MonitorElement * h2_ele_PhiMnPhiTrueVsPt
MonitorElement * h2_ele_foundHitsVsPt
MonitorElement * h2_ele_outerPVsEta_mode
MonitorElement * h1_ele_mva_barrel
float dr04HcalTowerSumEt(int depth=0) const
MonitorElement * h2_ele_dEtaScVsPhi_propVtx
MonitorElement * h1_ele_tkSumPt_dr03_barrel
MonitorElement * h1_ele_seed_mask
MonitorElement * h2_ele_dEtaEleClVsPhi_propOut
MonitorElement * h1_ele_PoPtrue_showering_endcaps
bool isGsfCtfChargeConsistent() const
MonitorElement * h1_ele_HoE_mAOD_endcaps
MonitorElement * h2_ele_PhiMnPhiTrueVsPhi
MonitorElement * h2_ele_HoEVsPhi
virtual void setCurrentFolder(std::string const &fullpath)
MonitorElement * h1_ele_PtoPttrue
MonitorElement * h1_ele_dPhiSc_propVtx_all
MonitorElement * h1_ele_vertexX
MonitorElement * h1_ele_HoE_barrel
MonitorElement * h1_ele_dPhiSc_propVtx_barrel
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth1
MonitorElement * h1_ele_convDist_all
MonitorElement * h1_ele_ecalRecHitSumEt_dr04_endcaps
float p4Error(P4Kind kind) const
MonitorElement * h1_ele_lostHits
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth1_barrel
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsEcalFull04Tag_
MonitorElement * h1_scl_EoEtrue_endcaps_new_deegap
MonitorElement * h1_ele_chargedHadronRelativeIso
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth1
MonitorElement * h1_recEleNum
MonitorElement * h1_ele_PhiMnPhiTrue_endcaps
MonitorElement * h1_ele_superclusterfbrem
float deltaPhiSeedClusterTrackAtCalo() const
MonitorElement * h1_ele_EoP
MonitorElement * h1_scl_SigIEtaIEta_mAOD
MonitorElement * h1_ele_hcalDepth2OverEcalBc_endcaps
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsHcal04Tag_
MonitorElement * h1_ele_dPhiCl_propOut
MonitorElement * h1_ele_superclusterfbrem_endcaps
MonitorElement * h1_ele_eta_golden
MonitorElement * h1_mc_Phi_matched_qmisid
MonitorElement * bookH1withSumw2(DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P")
MonitorElement * h2_ele_PinVsPoutShowering_mean
MonitorElement * h2_ele_E2mnE1vsMee_egeg_all
double pt() const final
transverse momentum
Log< level::Info, false > LogInfo
MonitorElement * h2_ele_seed_dphi2posVsEta
MonitorElement * h1_ele_vertexZ
MonitorElement * h1_ele_PinMnPout
MonitorElement * h2_ele_ambiguousTracksVsEta
MonitorElement * h1_ele_classes
MonitorElement * h1_ele_mee_os_gg
MonitorElement * h1_ele_dPhiCl_propOut_all_endcaps
MonitorElement * h1_ele_fbrem_endcaps
MonitorElement * h1_scl_EoEtrue_endcaps_deegap
T perp() const
Magnitude of transverse component.
virtual const Candidate * mother(size_type i=0) const =0
return pointer to mother
MonitorElement * h2_scl_EoEtrueVsrecOfflineVertices_endcaps
MonitorElement * h2_ele_vertexTIPVsPt
MonitorElement * h2_ele_PhiMnPhiTrueVsEta
MonitorElement * h2_ele_dPhiEleClVsPhi_propOut
MonitorElement * h1_ele_provenance
MonitorElement * h1_scl_SigIEtaIEta_mAOD_barrel
MonitorElement * h1_ele_seed_mask_bpix
MonitorElement * h1_scl_bcl_EtotoEtrue
MonitorElement * h1_ele_dPhiCl_propOut_barrel
MonitorElement * h2_ele_vertexEtaVsPhi
MonitorElement * h1_mc_AbsEta_matched
MonitorElement * h1_scl_SigIEtaIEta_mAOD_endcaps
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth1_barrel
MonitorElement * h1_scl_E2x5max
edm::EDGetTokenT< reco::GsfElectronCollection > electronCollection_
MonitorElement * h1_scl_full5x5_sigmaIetaIeta_barrel
MonitorElement * h2_ele_PinMnPoutVsE_mode
MonitorElement * h1_ele_EseedOP_all
MonitorElement * h1_ele_EeleOPout_barrel
float dr04HcalTowerSumEtBc(int depth=0) const
MonitorElement * h1_ele_chargedHadronRelativeIso_mAOD
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsTk03Tag_
MonitorElement * h1_ele_combinedP4Error
std::vector< int > matchingMotherIDs_
MonitorElement * h1_scl_EoEtrue_endcaps
MonitorElement * h1_ele_hcalDepth1OverEcalBc_endcaps
MonitorElement * h1_ele_EtaMnEtaTrue_barrel
MonitorElement * h1_ele_EoverP_all_endcaps
MonitorElement * h2_ele_EoPoutVsPhi
MonitorElement * h1_ele_chi2_endcaps
MonitorElement * h2_ele_PinVsPoutGolden_mean
MonitorElement * h1_scl_EoEtrue_barrel_new_phigap
MonitorElement * h1_ele_mee_os_gb
float mva_Isolated() const
MonitorElement * h2_ele_vertexTIPVsEta
MonitorElement * h1_scl_EoEtrue_endcaps_new_ringgap
float hcalOverEcalBc(const ShowerShape &ss, int depth) const
bool isGsfCtfScPixChargeConsistent() const
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth2_barrel
MonitorElement * h1_ele_EseedOP_all_barrel
MonitorElement * h2_ele_HoEVsEta
MonitorElement * h1_ele_EeleOPout_all
MonitorElement * h1_scl_SigIEtaIEta
MonitorElement * h1_ele_neutralHadronRelativeIso_mAOD
edm::EDGetTokenT< reco::BeamSpot > beamSpotTag_
MonitorElement * h1_scl_SigIEtaIEta_endcaps
MonitorElement * h1_ele_dEtaCl_propOut_all
float sumPhotonEt
sum pt of PF photons // old float photonIso ;
MonitorElement * h1_ele_dEtaCl_propOut_endcaps
GsfTrackRefVector::size_type ambiguousGsfTracksSize() const
MonitorElement * h1_scl_EoEtrueGolden_barrel
MonitorElement * h2_ele_EseedOPVsEta
MonitorElement * h1_ele_dPhiEleCl_propOut_endcaps
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsTk04Tag_
MonitorElement * h1_ele_chargedHadronRelativeIso_mAOD_endcaps
MonitorElement * h1_ele_mee_os_bb
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth2_endcaps
MonitorElement * h1_ele_dPhiCl_propOut_mAOD_barrel
MonitorElement * h1_ele_PoPtrue_endcaps
MonitorElement * h2_ele_foundHitsVsEta
MonitorElement * h1_scl_En
MonitorElement * h1_ele_dEtaSc_propVtx_mAOD
MonitorElement * h1_ele_dPhiSc_propVtx_all_barrel
MonitorElement * h1_mc_Z_matched
MonitorElement * h2_ele_PoPtrueVsPt
MonitorElement * h1_ele_dPhiCl_propOut_mAOD_endcaps
double py() const final
y coordinate of momentum vector
MonitorElement * h2_ele_PinMnPoutVsChi2_mode
MonitorElement * h1_scl_ESFrac_endcaps
MonitorElement * h1_scl_EoEtrueShowering_barrel
MonitorElement * h1_ele_seed_subdet2
MonitorElement * h1_ele_foundHits
MonitorElement * h1_ele_hcalDepth2OverEcalBc
MonitorElement * h1_ele_EoPout_endcaps
MonitorElement * h1_recCoreNum
MonitorElement * h1_ele_mva_barrel_isolated
MonitorElement * h1_mc_Eta_matched
MonitorElement * h1_ele_fbrem_mAOD_barrel
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth1
MonitorElement * h1_ele_dPhiCl_propOut_mAOD
MonitorElement * h2_ele_PinMnPoutVsPhi_mode
edm::EDGetTokenT< reco::GsfElectronCoreCollection > electronCoreCollection_
math::XYZVectorF trackMomentumAtVtx() const
MonitorElement * h2_ele_dPhiEleClVsEta_propOut
MonitorElement * h1_ele_ambiguousTracks
MonitorElement * h1_mc_Phi
bool ecalDrivenSeed() const
MonitorElement * h2_ele_vertexTIPVsPhi
MonitorElement * h2_ele_dEtaClVsEta_propOut
MonitorElement * h1_ele_dEtaCl_propOut_barrel
MonitorElement * bookH2(DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ")
MonitorElement * h1_ele_mva_endcaps
MonitorElement * h1_scl_E5x5_endcaps
MonitorElement * h1_ele_provenance_endcaps
MonitorElement * h2_ele_dPhiClVsEta_propOut
edm::Ref< GsfElectronCollection > GsfElectronRef
reference to an object in a collection of GsfElectron objects
virtual size_type numberOfDaughters() const =0
number of daughters
MonitorElement * h1_ele_ecalRecHitSumEt_dr03_endcaps
MonitorElement * h1_ele_dPhiEleCl_propOut
MonitorElement * h1_ele_chargedHadronIso_endcaps
MonitorElement * h1_ele_mee_os_eeee
MonitorElement * h1_recOfflineVertices
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth1_endcaps
MonitorElement * h1_ele_ecalEnergyError
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth1
MonitorElement * h2_ele_EoPVsE
MonitorElement * h1_ele_HoE_fiducial
MonitorElement * h1_ele_ecalRecHitSumEt_dr03_barrel
bool set_StatOverflowFlag
float correctedEcalEnergyError() const
MonitorElement * h2_ele_EtaMnEtaTrueVsPt
MonitorElement * h1_ele_hcalDepth2OverEcalBc_barrel
MonitorElement * h1_scl_EoEtrue_endcaps_new
MonitorElement * h1_ele_HoE_all_endcaps
MonitorElement * h1_ele_dEtaSc_propVtx_all
MonitorElement * h2_ele_chargeVsEta
MonitorElement * h1_ele_fbrem_barrel
MonitorElement * h1_scl_E2x5max_barrel
MonitorElement * h1_ele_tkSumPt_dr03
MonitorElement * h2_ele_seed_drz2VsEta
MonitorElement * h1_mc_Phi_matched
MonitorElement * h1_ele_ecalRecHitSumEt_dr04_barrel
MonitorElement * h2_ele_PtinVsPtoutShowering_mean
MonitorElement * h2_scl_EoEtrueVsrecOfflineVertices
MonitorElement * h1_ele_ecalRecHitSumEt_dr03
MonitorElement * h1_ele_HoE_mAOD_barrel
MonitorElement * h2_ele_PtinVsPtoutShowering_mode
MonitorElement * h2_ele_outerPtVsPhi_mode
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth1_barrel
MonitorElement * h1_ele_EtaMnEtaTrue_endcaps
MonitorElement * h1_ele_ecalRecHitSumEt_dr04
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth2
MonitorElement * h1_scl_Phi
MonitorElement * h1_ele_dPhiEleCl_propOut_barrel
MonitorElement * h1_mc_AbsEta
MonitorElement * h1_ele_dEtaCl_propOut_all_endcaps
MonitorElement * h2_ele_seed_dphi2VsPt
MonitorElement * h1_ele_superclusterfbrem_barrel
float superClusterFbrem() const
MonitorElement * h2_ele_dEtaScVsPt_propVtx
MonitorElement * h1_ele_PtoPttrue_barrel
MonitorElement * h1_ele_chi2_barrel
MonitorElement * h1_ele_tkSumPt_dr04
MonitorElement * h1_mc_Eta
MonitorElement * h1_ele_convDcot
MonitorElement * h1_ele_mee_os
MonitorElement * h1_ele_photonRelativeIso_barrel
MonitorElement * h1_ele_HoE_all
MonitorElement * h1_ele_neutralHadronRelativeIso_mAOD_endcaps
edm::EDGetTokenT< reco::ElectronSeedCollection > electronSeedCollection_
MonitorElement * h1_ele_EeleOPout
MonitorElement * h1_ele_fbrem_mAOD_endcaps
MonitorElement * h1_recSeedNum
MonitorElement * h1_ele_HoE_mAOD
MonitorElement * h1_scl_EoEtrue_ebeegap_new
MonitorElement * h1_ele_eta_shower
MonitorElement * h1_ele_mee_all
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth2_endcaps
MonitorElement * h1_scl_SigEtaEta_barrel
MonitorElement * h1_ele_Et_all
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsEcalReduced04Tag_
float deltaEtaSuperClusterTrackAtVtx() const
MonitorElement * h1_scl_full5x5_sigmaIetaIeta
MonitorElement * h2_ele_E2mnE1vsMee_all
double eta() const final
momentum pseudorapidity
MonitorElement * h1_ele_lostHits_barrel
MonitorElement * h1_scl_Et
MonitorElement * h1_ele_EeleOPout_all_endcaps
MonitorElement * h1_ele_HoE_bc
MonitorElement * h1_ele_dEtaEleCl_propOut_endcaps
float full5x5_sigmaIetaIeta() const
edm::EDGetTokenT< reco::VertexCollection > offlineVerticesCollection_
MonitorElement * h2_ele_EeleOPoutVsE
std::string inputInternalPath_
MonitorElement * h1_mcNum
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth2_barrel
MonitorElement * h2_ele_dPhiScVsPhi_propVtx
MonitorElement * h1_ele_dEtaSc_propVtx_endcaps
MonitorElement * h1_ele_EseedOP_barrel
MonitorElement * h1_ele_mee_os_ebeb
MonitorElement * h2_ele_chargeVsPhi
MonitorElement * h2_ele_PinMnPoutVsEta_mode
MonitorElement * h2_ele_seed_drz2VsPt
MonitorElement * h1_ele_photonIso
MonitorElement * h1_ele_EtaMnEtaTrue
MonitorElement * h1_ele_chargedHadronIso
MonitorElement * h1_ele_dEtaSc_propVtx_all_endcaps
MonitorElement * h1_ele_EseedOP_endcaps
MonitorElement * h1_ele_HoE_bc_all
MonitorElement * h1_ele_outerP_mode
MonitorElement * h1_ele_EoPout_all
MonitorElement * h2_ele_dEtaScVsEta_propVtx
MonitorElement * h2_ele_EoPVsEta
MonitorElement * h1_ele_vertexEta
float eSeedClusterOverP() const
float dr04TkSumPt() const
MonitorElement * h1_ele_vertexY
MonitorElement * h1_ele_EoPout_barrel
MonitorElement * h1_ele_TIP_all
MonitorElement * h1_ele_chargedHadronRelativeIso_mAOD_barrel
MonitorElement * bookH1(DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P")
MonitorElement * h2_ele_PinVsPoutGolden_mode
MonitorElement * h1_ele_lostHits_endcaps
MonitorElement * h1_ele_eta
MonitorElement * h1_ele_EoPout_all_barrel
MonitorElement * h1_ele_photonIso_endcaps
MonitorElement * h1_ele_ChargeMnChargeTrue
int charge() const final
electric charge
MonitorElement * h1_scl_SigEtaEta
MonitorElement * h1_ele_EoPout_all_endcaps
MonitorElement * h1_ele_vertexP
MonitorElement * h1_ele_convFlags
MonitorElement * h2_ele_PinMnPoutVsPt_mode
MonitorElement * h1_mc_Z_matched_qmisid
MonitorElement * h1_ele_provenance_barrel
MonitorElement * h1_scl_E5x5_barrel
void setBookStatOverflowFlag(const bool &)
MonitorElement * h1_ele_dPhiSc_propVtx_endcaps
MonitorElement * h1_ele_PoPtrue_showering_barrel
MonitorElement * h2_ele_EseedOPVsPhi
MonitorElement * h1_scl_EoEtrue_barrel_phigap
MonitorElement * h1_scl_E1x5
MonitorElement * h2_ele_lostHitsVsPhi
virtual int pdgId() const =0
PDG identifier.
MonitorElement * h1_ele_TIP_all_barrel
float sumNeutralHadronEt
sum pt of neutral hadrons // old float neutralHadronIso ;
MonitorElement * h1_ele_PoPtrue_barrel
MonitorElement * h1_ele_PhiMnPhiTrue2
MonitorElement * h2_ele_dEtaEleClVsPt_propOut
MonitorElement * h1_ele_convDcot_all
const Point & vertex() const override
vertex position (overwritten by PF...)
MonitorElement * h1_ele_photonRelativeIso_mAOD
MonitorElement * h1_ele_EseedOP
MonitorElement * h2_ele_dEtaClVsPt_propOut
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth2
MonitorElement * h1_ele_chi2
MonitorElement * h1_ele_photonRelativeIso_endcaps
MonitorElement * h1_ele_dEtaEleCl_propOut_barrel
MonitorElement * h1_ele_chargedHadronRelativeIso_barrel
MonitorElement * h2_ele_ambiguousTracksVsPhi
MonitorElement * bookP1(DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="E1 P")
MonitorElement * h2_ele_vertexPtVsPhi
MonitorElement * h1_ele_neutralHadronRelativeIso_endcaps
MonitorElement * h1_ele_dPhiSc_propVtx
MonitorElement * h1_ele_HoE_endcaps
MonitorElement * h1_ele_dEtaCl_propOut_all_barrel
MonitorElement * h2_ele_EoPoutVsEta
MonitorElement * h1_recTrackNum
MonitorElement * h1_scl_full5x5_sigmaIetaIeta_endcaps
MonitorElement * h1_ele_fbrem
MonitorElement * h2_ele_PoPtrueVsPhi
MonitorElement * h2_ele_chi2VsEta
MonitorElement * h1_ele_dPhiSc_propVtx_all_endcaps
MonitorElement * h2_ele_lostHitsVsEta
MonitorElement * h1_ele_dPhiCl_propOut_all_barrel
MonitorElement * h1_ele_PinMnPout_mode
MonitorElement * h2_scl_EtVsEta
MonitorElement * h1_ele_photonRelativeIso_mAOD_barrel
MonitorElement * h2_scl_EoEtruePfVsEg
MonitorElement * h2_mc_PtEta
MonitorElement * h1_ele_PoPtrue_golden_endcaps
MonitorElement * h1_ele_hcalDepth1OverEcalBc_barrel
edm::EDGetTokenT< reco::GsfTrackCollection > electronTrackCollection_
MonitorElement * h1_ele_neutralHadronRelativeIso
MonitorElement * h1_ele_vertexPhi
double phi() const final
momentum azimuthal angle
MonitorElement * h1_ele_tkSumPt_dr03_endcaps
MonitorElement * h1_ele_dPhiCl_propOut_endcaps
MonitorElement * h1_ele_ecalEnergyError_barrel
MonitorElement * h2_ele_dPhiScVsEta_propVtx
float scSigmaEtaEta() const
MonitorElement * h1_ele_convRadius
MonitorElement * h1_eleNum
MonitorElement * h2_ele_seed_dphi2posVsPt
MonitorElement * h2_ele_seed_dphi2VsEta
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
MonitorElement * h1_ele_seed_mask_tec
MonitorElement * h2_ele_dPhiEleClVsPt_propOut
MonitorElement * h2_ele_HoEVsE
MonitorElement * h1_scl_E5x5
double p() const final
magnitude of momentum vector
MonitorElement * h2_ele_foundHitsVsPhi
std::vector< int > matchingIDs_
MonitorElement * h2_ele_EoPoutVsE
MonitorElement * h2_ele_ambiguousTracksVsPt
float deltaEtaEleClusterTrackAtCalo() const
float eSuperClusterOverP() const
MonitorElement * h1_ele_hcalDepth1OverEcalBc
Classification classification() const
MonitorElement * h1_ele_photonRelativeIso
MonitorElement * h2_ele_PtinVsPtoutGolden_mean
MonitorElement * h1_ele_ecalEnergyError_endcaps
MonitorElement * h1_ele_fbrem_mAOD
MonitorElement * h1_ele_foundHits_endcaps
float eEleClusterOverPout() const
MonitorElement * h1_ele_vertexTIP
bool trackerDrivenSeed() const
MonitorElement * h2_ele_PoPtrueVsEta
MonitorElement * h1_ele_combinedP4Error_barrel
T getParameter(std::string const &) const
float dr03HcalTowerSumEt(int depth=0) const
MonitorElement * h1_ele_seed_drz2pos
float eSeedClusterOverPout() const
SuperClusterRef superCluster() const override
reference to a SuperCluster
MonitorElement * h1_ele_PtoPttrue_endcaps
MonitorElement * h1_ele_EeleOPout_endcaps
MonitorElement * h1_ele_mee_os_ebee
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth2_barrel
MonitorElement * h2_ele_outerPtVsPt_mode
std::string outputInternalPath_
MonitorElement * h2_ele_chi2VsPhi
MonitorElement * h1_ele_vertexEta_all
MonitorElement * h1_gamNum
MonitorElement * h1_ele_combinedP4Error_endcaps
MonitorElement * h1_mc_Pt_matched_qmisid
MonitorElement * h2_scl_EtVsPhi
MonitorElement * h2_ele_EeleOPoutVsEta
MonitorElement * h1_ele_seed_drz2
float hcalOverEcal(const ShowerShape &ss, int depth) const
MonitorElement * h1_ele_neutralHadronIso
Abs< T >::type abs(const T &t)
MonitorElement * h2_scl_EoEtrueVsrecOfflineVertices_barrel
const PflowIsolationVariables & pfIsolationVariables() const
MonitorElement * h1_ele_photonIso_barrel
MonitorElement * h1_ele_dEtaEleCl_propOut
void setBookPrefix(const std::string &)
MonitorElement * h1_mc_Pt_matched
MonitorElement * h1_ele_neutralHadronIso_barrel
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth1_barrel
MonitorElement * h1_scl_EoEtrue_barrel
MonitorElement * h1_scl_EoEtrue_barrel_new_etagap
MonitorElement * h1_ele_neutralHadronRelativeIso_mAOD_barrel
MonitorElement * h1_ele_dEtaSc_propVtx
MonitorElement * h2_ele_PinVsPoutShowering_mode
MonitorElement * h1_ele_mva_isolated
MonitorElement * h1_ele_vertexPt
MonitorElement * h1_scl_SigIEtaIEta_barrel
float scSigmaIEtaIEta() const
MonitorElement * h1_ele_seed_dphi2pos
MonitorElement * h2_ele_sigmaIetaIetaVsPt
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsHcal03Tag_
float deltaPhiEleClusterTrackAtCalo() const
MonitorElement * h2_ele_chargeVsPt
MonitorElement * h1_ele_vertexPt_5100
MonitorElement * h1_ele_vertexPt_nocut
bool isGsfScPixChargeConsistent() const
MonitorElement * h1_ele_EoP_barrel
MonitorElement * h1_ele_seed_mask_fpix
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth2
MonitorElement * h1_scl_EoEtrue_ebeegap
MonitorElement * h1_ele_outerP
float dr03EcalRecHitSumEt() const
MonitorElement * h1_ele_PhiMnPhiTrue_barrel
MonitorElement * h2_ele_EeleOPoutVsPhi
MonitorElement * h1_scl_bcl_EtotoEtrue_endcaps
MonitorElement * h2_ele_EoPVsPhi
MonitorElement * h1_scl_EoEtrue_barrel_etagap
MonitorElement * h1_ele_seed_dphi2
float sumChargedHadronPt
sum-pt of charged Hadron // old float chargedHadronIso ;
MonitorElement * h1_ele_EseedOP_all_endcaps
MonitorElement * h1_ele_dEtaSc_propVtx_mAOD_endcaps
MonitorElement * h1_ele_PoPtrue
MonitorElement * h1_ele_TIP_all_endcaps
MonitorElement * h1_ele_mva_endcaps_isolated
MonitorElement * h1_ele_EoPout
MonitorElement * h1_ele_tkSumPt_dr04_barrel
MonitorElement * h1_mc_Eta_matched_qmisid
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsEcalFull03Tag_
MonitorElement * h2_ele_dEtaEleClVsEta_propOut
MonitorElement * h1_ele_HoE_bc_endcaps