30 #include "CLHEP/Units/GlobalPhysicalConstants.h"
73 xyz_nbin=histosSet.getParameter<
int>(
"Nbinxyz");
75 p_nbin=histosSet.getParameter<
int>(
"Nbinp");
76 p2D_nbin=histosSet.getParameter<
int>(
"Nbinp2D");
77 p_max=histosSet.getParameter<
double>(
"Pmax");
79 pt_nbin=histosSet.getParameter<
int>(
"Nbinpt");
80 pt2D_nbin=histosSet.getParameter<
int>(
"Nbinpt2D");
81 pteff_nbin=histosSet.getParameter<
int>(
"Nbinpteff");
82 pt_max=histosSet.getParameter<
double>(
"Ptmax");
84 fhits_nbin=histosSet.getParameter<
int>(
"Nbinfhits");
85 fhits_max=histosSet.getParameter<
double>(
"Fhitsmax");
87 lhits_nbin=histosSet.getParameter<
int>(
"Nbinlhits");
88 lhits_max=histosSet.getParameter<
double>(
"Lhitsmax");
90 eop_nbin=histosSet.getParameter<
int>(
"Nbineop");
91 eop2D_nbin=histosSet.getParameter<
int>(
"Nbineop2D");
92 eop_max=histosSet.getParameter<
double>(
"Eopmax");
93 eopmaxsht=histosSet.getParameter<
double>(
"Eopmaxsht");
95 eta_nbin=histosSet.getParameter<
int>(
"Nbineta");
96 eta2D_nbin=histosSet.getParameter<
int>(
"Nbineta2D");
97 eta_min=histosSet.getParameter<
double>(
"Etamin");
98 eta_max=histosSet.getParameter<
double>(
"Etamax");
100 deta_nbin=histosSet.getParameter<
int>(
"Nbindeta");
101 deta_min=histosSet.getParameter<
double>(
"Detamin");
102 deta_max=histosSet.getParameter<
double>(
"Detamax");
106 detamatch_min=histosSet.getParameter<
double>(
"Detamatchmin");
107 detamatch_max=histosSet.getParameter<
double>(
"Detamatchmax");
109 phi_nbin=histosSet.getParameter<
int>(
"Nbinphi");
110 phi2D_nbin=histosSet.getParameter<
int>(
"Nbinphi2D");
111 phi_min=histosSet.getParameter<
double>(
"Phimin");
112 phi_max=histosSet.getParameter<
double>(
"Phimax");
114 dphi_nbin=histosSet.getParameter<
int>(
"Nbindphi");
115 dphi_min=histosSet.getParameter<
double>(
"Dphimin");
116 dphi_max=histosSet.getParameter<
double>(
"Dphimax");
120 dphimatch_min=histosSet.getParameter<
double>(
"Dphimatchmin");
121 dphimatch_max=histosSet.getParameter<
double>(
"Dphimatchmax");
123 mee_nbin= histosSet.getParameter<
int>(
"Nbinmee");
124 mee_min=histosSet.getParameter<
double>(
"Meemin");
125 mee_max=histosSet.getParameter<
double>(
"Meemax");
127 hoe_nbin= histosSet.getParameter<
int>(
"Nbinhoe");
128 hoe_min=histosSet.getParameter<
double>(
"Hoemin");
129 hoe_max=histosSet.getParameter<
double>(
"Hoemax");
481 matchingObjectType =
"GenJet" ;
483 std::string htitle =
"# "+matchingObjectType+
"s", xtitle =
"N_{"+matchingObjectType+
"}" ;
511 h1_ele_TIP_all =
bookH1withSumw2(
"TIP_all",
"ele vertex transverse radius, all reco electrons", 100,0.,0.2,
"r_{T} (cm)",
"Events",
"ELE_LOGY E1 P");
520 h2_ele_E2mnE1vsMee_all =
bookH2(
"E2mnE1vsMee_all",
"E2 - E1 vs ele pairs invariant mass, all electrons",
mee_nbin,
mee_min,
mee_max, 100, -50., 50.,
"m_{e^{+}e^{-}} (GeV/c^{2})",
"E2 - E1 (GeV)");
521 h2_ele_E2mnE1vsMee_egeg_all =
bookH2(
"E2mnE1vsMee_egeg_all",
"E2 - E1 vs ele pairs invariant mass, ecal driven pairs, all electrons",
mee_nbin,
mee_min,
mee_max, 100, -50., 50.,
"m_{e^{+}e^{-}} (GeV/c^{2})",
"E2 - E1 (GeV)");
533 htitle =
"Efficiency vs matching "+matchingObjectType+
" " ;
559 htitle =
"Electron / Matching "+matchingObjectType+
", momemtum" ;
560 xtitle =
"P / P_{"+matchingObjectType+
"}" ;
567 htitle =
"Ele - "+matchingObjectType+
", " ;
568 xtitle =
"#eta - #eta_{"+matchingObjectType+
"}" ;
573 xtitle =
"#phi - #phi_{"+matchingObjectType+
"} (rad)" ;
585 htitle =
"Ele supercluster / "+matchingObjectType+
", energy" ;
586 xtitle =
"E/E_{"+matchingObjectType+
"}" ;
686 h1_ele_dEtaSc_propVtx_eg_barrel =
bookH1withSumw2(
"dEtaSc_propVtx_eg_barrel",
"ele #eta_{sc} - #eta_{tr}, prop from vertex, ecal driven, barrel",
detamatch_nbin,
detamatch_min,
detamatch_max,
"#eta_{sc} - #eta_{tr}",
"Events",
"ELE_LOGY E1 P");
687 h1_ele_dEtaSc_propVtx_eg_endcaps =
bookH1withSumw2(
"dEtaSc_propVtx_eg_endcaps",
"ele #eta_{sc} - #eta_{tr}, prop from vertex, ecal driven, endcaps",
detamatch_nbin,
detamatch_min,
detamatch_max,
"#eta_{sc} - #eta_{tr}",
"Events",
"ELE_LOGY E1 P");
695 h1_ele_dPhiSc_propVtx_eg_barrel =
bookH1withSumw2(
"dPhiSc_propVtx_eg_barrel",
"ele #phi_{sc} - #phi_{tr}, prop from vertex, ecal driven, barrel",
dphimatch_nbin,
dphimatch_min,
dphimatch_max,
"#phi_{sc} - #phi_{tr} (rad)",
"Events",
"ELE_LOGY E1 P");
696 h1_ele_dPhiSc_propVtx_eg_endcaps =
bookH1withSumw2(
"dPhiSc_propVtx_eg_endcaps",
"ele #phi_{sc} - #phi_{tr}, prop from vertex, ecal driven, endcaps",
dphimatch_nbin,
dphimatch_min,
dphimatch_max,
"#phi_{sc} - #phi_{tr} (rad)",
"Events",
"ELE_LOGY E1 P");
704 h1_ele_dEtaCl_propOut_eg_barrel =
bookH1withSumw2(
"dEtaCl_propOut_eg_barrel",
"ele #eta_{cl} - #eta_{tr}, prop from outermost, ecal driven, barrel",
detamatch_nbin,
detamatch_min,
detamatch_max,
"#eta_{seedcl} - #eta_{tr}",
"Events",
"ELE_LOGY E1 P");
705 h1_ele_dEtaCl_propOut_eg_endcaps =
bookH1withSumw2(
"dEtaCl_propOut_eg_endcaps",
"ele #eta_{cl} - #eta_{tr}, prop from outermost, ecal driven, endcaps",
detamatch_nbin,
detamatch_min,
detamatch_max,
"#eta_{seedcl} - #eta_{tr}",
"Events",
"ELE_LOGY E1 P");
713 h1_ele_dPhiCl_propOut_eg_barrel =
bookH1withSumw2(
"dPhiCl_propOut_eg_barrel",
"ele #phi_{cl} - #phi_{tr}, prop from outermost, ecal driven, barrel",
dphimatch_nbin,
dphimatch_min,
dphimatch_max,
"#phi_{seedcl} - #phi_{tr} (rad)",
"Events",
"ELE_LOGY E1 P");
714 h1_ele_dPhiCl_propOut_eg_endcaps =
bookH1withSumw2(
"dPhiCl_propOut_eg_endcaps",
"ele #phi_{cl} - #phi_{tr}, prop from outermost, ecal driven, endcaps",
dphimatch_nbin,
dphimatch_min,
dphimatch_max,
"#phi_{seedcl} - #phi_{tr} (rad)",
"Events",
"ELE_LOGY E1 P");
722 h1_ele_dEtaEleCl_propOut_eg_barrel =
bookH1withSumw2(
"dEtaEleCl_propOut_eg_barrel",
"ele #eta_{EleCl} - #eta_{tr}, prop from outermost, ecal driven, barrel",
detamatch_nbin,
detamatch_min,
detamatch_max,
"#eta_{elecl} - #eta_{tr}",
"Events",
"ELE_LOGY E1 P");
723 h1_ele_dEtaEleCl_propOut_eg_endcaps =
bookH1withSumw2(
"dEtaEleCl_propOut_eg_endcaps",
"ele #eta_{EleCl} - #eta_{tr}, prop from outermost, ecal driven, endcaps",
detamatch_nbin,
detamatch_min,
detamatch_max,
"#eta_{elecl} - #eta_{tr}",
"Events",
"ELE_LOGY E1 P");
731 h1_ele_dPhiEleCl_propOut_eg_barrel =
bookH1withSumw2(
"dPhiEleCl_propOut_eg_barrel",
"ele #phi_{EleCl} - #phi_{tr}, prop from outermost, ecal driven, barrel",
dphimatch_nbin,
dphimatch_min,
dphimatch_max,
"#phi_{elecl} - #phi_{tr} (rad)",
"Events",
"ELE_LOGY E1 P");
732 h1_ele_dPhiEleCl_propOut_eg_endcaps =
bookH1withSumw2(
"dPhiEleCl_propOut_eg_endcaps",
"ele #phi_{EleCl} - #phi_{tr}, prop from outermost, ecal driven, endcaps",
dphimatch_nbin,
dphimatch_min,
dphimatch_max,
"#phi_{elecl} - #phi_{tr} (rad)",
"Events",
"ELE_LOGY E1 P");
799 h1_ele_tkSumPt_dr03_barrel =
bookH1withSumw2(
"tkSumPt_dr03_barrel",
"tk isolation sum, dR=0.3, barrel",100,0.0,20.,
"TkIsoSum, cone 0.3 (GeV/c)",
"Events",
"ELE_LOGY E1 P");
800 h1_ele_tkSumPt_dr03_endcaps =
bookH1withSumw2(
"tkSumPt_dr03_endcaps",
"tk isolation sum, dR=0.3, endcaps",100,0.0,20.,
"TkIsoSum, cone 0.3 (GeV/c)",
"Events",
"ELE_LOGY E1 P");
802 h1_ele_ecalRecHitSumEt_dr03_barrel =
bookH1withSumw2(
"ecalRecHitSumEt_dr03_barrel",
"ecal isolation sum, dR=0.3, barrel",100,0.0,20.,
"EcalIsoSum, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
803 h1_ele_ecalRecHitSumEt_dr03_endcaps =
bookH1withSumw2(
"ecalRecHitSumEt_dr03_endcaps",
"ecal isolation sum, dR=0.3, endcaps",100,0.0,20.,
"EcalIsoSum, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
805 h1_ele_hcalTowerSumEt_dr03_depth1_barrel =
bookH1withSumw2(
"hcalTowerSumEt_dr03_depth1_barrel",
"hcal depth1 isolation sum, dR=0.3, barrel",100,0.0,20.,
"Hcal1IsoSum, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
806 h1_ele_hcalTowerSumEt_dr03_depth1_endcaps =
bookH1withSumw2(
"hcalTowerSumEt_dr03_depth1_endcaps",
"hcal depth1 isolation sum, dR=0.3, endcaps",100,0.0,20.,
"Hcal1IsoSum, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
809 h1_ele_tkSumPt_dr04_barrel =
bookH1withSumw2(
"tkSumPt_dr04_barrel",
"tk isolation sum, dR=0.4, barrel",100,0.0,20.,
"TkIsoSum, cone 0.4 (GeV/c)",
"Events",
"ELE_LOGY E1 P");
810 h1_ele_tkSumPt_dr04_endcaps =
bookH1withSumw2(
"tkSumPt_dr04_endcaps",
"tk isolation sum, dR=0.4, endcaps",100,0.0,20.,
"TkIsoSum, cone 0.4 (GeV/c)",
"Events",
"ELE_LOGY E1 P");
812 h1_ele_ecalRecHitSumEt_dr04_barrel =
bookH1withSumw2(
"ecalRecHitSumEt_dr04_barrel",
"ecal isolation sum, dR=0.4, barrel",100,0.0,20.,
"EcalIsoSum, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
813 h1_ele_ecalRecHitSumEt_dr04_endcaps =
bookH1withSumw2(
"ecalRecHitSumEt_dr04_endcaps",
"ecal isolation sum, dR=0.4, endcaps",100,0.0,20.,
"EcalIsoSum, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
815 h1_ele_hcalTowerSumEt_dr04_depth1_barrel =
bookH1withSumw2(
"hcalTowerSumEt_dr04_depth1_barrel",
"hcal depth1 isolation sum, dR=0.4, barrel",100,0.0,20.,
"Hcal1IsoSum, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
816 h1_ele_hcalTowerSumEt_dr04_depth1_endcaps =
bookH1withSumw2(
"hcalTowerSumEt_dr04_depth1_endcaps",
"hcal depth1 isolation sum, dR=0.4, endcaps",100,0.0,20.,
"Hcal1IsoSum, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
819 h1_ele_dIso_tkSumPt_dr03 =
bookH1withSumw2(
"dIso_tkSumPt_dr03",
"diff with iso from deposits, tk isolation sum, dR=0.3",21,-10.0,10.,
"TkIsoSum diff, cone 0.3 (GeV/c)",
"Events",
"ELE_LOGY E1 P");
820 h1_ele_dIso_tkSumPt_dr04 =
bookH1withSumw2(
"dIso_tkSumPt_dr04",
"diff with iso from deposits, tk isolation sum, dR=0.4",21,-10.0,10.,
"TkIsoSum diff, cone 0.4 (GeV/c)",
"Events",
"ELE_LOGY E1 P");
821 h1_ele_dIso_ecalFullRecHitSumEt_dr03 =
bookH1withSumw2(
"dIso_ecalFullRecHitSumEt_dr03",
"diff with iso from deposits, ecal isolation sum, dR=0.3",21,-10.0,10.,
"EcalIsoSum diff, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
822 h1_ele_dIso_ecalFullRecHitSumEt_dr04 =
bookH1withSumw2(
"dIso_ecalFullRecHitSumEt_dr04",
"diff with iso from deposits, ecal isolation sum, dR=0.4",21,-10.0,10.,
"EcalIsoSum diff, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
823 h1_ele_dIso_ecalReducedRecHitSumEt_dr03 =
bookH1withSumw2(
"dIso_ecalReducedRecHitSumEt_dr03",
"diff with iso from deposits, ecal isolation sum, dR=0.3",21,-10.0,10.,
"EcalIsoSum diff, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
824 h1_ele_dIso_ecalReducedRecHitSumEt_dr04 =
bookH1withSumw2(
"dIso_ecalReducedRecHitSumEt_dr04",
"diff with iso from deposits, ecal isolation sum, dR=0.4",21,-10.0,10.,
"EcalIsoSum diff, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
825 h1_ele_dIso_hcalTowerSumEt_dr03 =
bookH1withSumw2(
"dIso_hcalTowerSumEt_dr03",
"diff with iso from deposits, hcal depth1 isolation sum, dR=0.3",21,-10.0,10.,
"Hcal1IsoSum diff, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
826 h1_ele_dIso_hcalTowerSumEt_dr04 =
bookH1withSumw2(
"dIso_hcalTowerSumEt_dr04",
"diff with iso from deposits, hcal depth1 isolation sum, dR=0.4",21,-10.0,10.,
"Hcal1IsoSum diff, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
831 h1_ele_hcalTowerSumEtBc_dr03_depth1_barrel =
bookH1withSumw2(
"hcalTowerSumEtBc_dr03_depth1_barrel",
"hcal depth1 isolation sum behind cluster, dR=0.3, barrel",100,0.0,20.,
"Hcal1IsoSum, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
832 h1_ele_hcalTowerSumEtBc_dr03_depth1_endcaps =
bookH1withSumw2(
"hcalTowerSumEtBc_dr03_depth1_endcaps",
"hcal depth1 isolation sum behind cluster, dR=0.3, endcaps",100,0.0,20.,
"Hcal1IsoSum, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
835 h1_ele_hcalTowerSumEtBc_dr04_depth1_barrel =
bookH1withSumw2(
"hcalTowerSumEtBc_dr04_depth1_barrel",
"hcal depth1 isolation sum behind cluster, dR=0.4, barrel",100,0.0,20.,
"Hcal1IsoSum, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
836 h1_ele_hcalTowerSumEtBc_dr04_depth1_endcaps =
bookH1withSumw2(
"hcalTowerSumEtBc_dr04_depth1_endcaps",
"hcal depth1 isolation sum behind cluster, dR=0.4, endcaps",100,0.0,20.,
"Hcal1IsoSum, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
839 h1_ele_hcalTowerSumEtBc_dr03_depth2_barrel =
bookH1withSumw2(
"hcalTowerSumEtBc_dr03_depth2_barrel",
"hcal depth2 isolation sum behind cluster, dR=0.3, barrel",100,0.0,20.,
"Hcal1IsoSum, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
840 h1_ele_hcalTowerSumEtBc_dr03_depth2_endcaps =
bookH1withSumw2(
"hcalTowerSumEtBc_dr03_depth2_endcaps",
"hcal depth2 isolation sum behind cluster, dR=0.3, endcaps",100,0.0,20.,
"Hcal1IsoSum, cone 0.3 (GeV)",
"Events",
"ELE_LOGY E1 P");
843 h1_ele_hcalTowerSumEtBc_dr04_depth2_barrel =
bookH1withSumw2(
"hcalTowerSumEtBc_dr04_depth2_barrel",
"hcal depth2 isolation sum behind cluster, dR=0.4, barrel",100,0.0,20.,
"Hcal1IsoSum, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
844 h1_ele_hcalTowerSumEtBc_dr04_depth2_endcaps =
bookH1withSumw2(
"hcalTowerSumEtBc_dr04_depth2_endcaps",
"hcal depth2 isolation sum behind cluster, dR=0.4, endcaps",100,0.0,20.,
"Hcal1IsoSum, cone 0.4 (GeV)",
"Events",
"ELE_LOGY E1 P");
920 const BeamSpot bs = *recoBeamSpotHandle;
923 <<
"Treating event "<<iEvent.
id()
924 <<
" with "<<gsfElectrons.
product()->size()<<
" electrons" ;
931 reco::GsfElectronCollection::const_iterator gsfIter ;
933 ( gsfIter=gsfElectrons->begin() ;
934 gsfIter!=gsfElectrons->end() ;
952 = gsfIter->vertex().x()*gsfIter->vertex().x()
953 + gsfIter->vertex().y()*gsfIter->vertex().y() ;
957 float enrj1=gsfIter->ecalEnergy();
960 reco::GsfElectronCollection::const_iterator gsfIter2 ;
962 ( gsfIter2=gsfIter+1 ;
963 gsfIter2!=gsfElectrons->end() ;
967 float mee2 = p12.Dot(p12) ;
969 float enrj2=gsfIter2->ecalEnergy();
971 if (gsfIter->ecalDrivenSeed() && gsfIter2->ecalDrivenSeed())
973 if (gsfIter->charge()*gsfIter2->charge()<0.)
978 int flags = gsfIter->convFlags() ;
979 if (flags==-9999) { flags=-1 ; }
991 int matchingObjectNum=0 ;
992 reco::GenJetCollection::const_iterator moIter ;
994 ( moIter = genJets->begin() ;
995 moIter != genJets->end() ; ++moIter )
999 matchingObjectNum++ ;
1017 bool okGsfFound =
false;
1018 double gsfOkRatio = 999999.;
1023 reco::GsfElectronCollection::const_iterator gsfIter ;
1026 ( gsfIter=gsfElectrons->begin(), iElectron=0 ;
1027 gsfIter!=gsfElectrons->end() ; gsfIter++, iElectron++ )
1029 double dphi = gsfIter->phi()-moIter->phi();
1031 { dphi = dphi < 0? (CLHEP::twopi) + dphi : dphi - CLHEP::twopi; }
1037 double tmpGsfRatio = gsfIter->p()/moIter->energy() ;
1040 gsfOkRatio = tmpGsfRatio ;
1042 bestGsfElectron = *gsfIter ;
1104 double R=TMath::Sqrt(sclRef->x()*sclRef->x() + sclRef->y()*sclRef->y() +sclRef->z()*sclRef->z());
1105 double Rt=TMath::Sqrt(sclRef->x()*sclRef->x() + sclRef->y()*sclRef->y());
1163 ( bestGsfElectron.
gsfTrack()->normalizedChi2(),
1178 if (elseed->subDet2()==1)
1180 else if (elseed->subDet2()==2)
1182 else if (elseed->subDet2()==6)
1305 if (bestGsfElectron.
isEE()) eleClass+=10;
1316 double fbrem_mode = bestGsfElectron.
fbrem();
1320 if (bestGsfElectron.
isEB())
1322 double fbrem_mode_barrel = bestGsfElectron.
fbrem();
1326 if (bestGsfElectron.
isEE())
1328 double fbrem_mode_endcaps = bestGsfElectron.
fbrem();
1334 double fbrem_mean = 1. - bestGsfElectron.
gsfTrack()->outerMomentum().R()/bestGsfElectron.
gsfTrack()->innerMomentum().R();
1436 if ( isoFromDepsTk03Handle.
isValid() )
1438 if ( isoFromDepsTk04Handle.
isValid() )
1440 if ( isoFromDepsEcalFull03Handle.
isValid() )
1442 if ( isoFromDepsEcalFull04Handle.
isValid() )
1444 if ( isoFromDepsEcalReduced03Handle.
isValid())
1446 if ( isoFromDepsEcalReduced04Handle.
isValid())
1448 if ( isoFromDepsHcal03Handle.
isValid())
1450 if ( isoFromDepsHcal04Handle.
isValid())
1455 if (flags==-9999) { flags=-1 ; }
const PflowIsolationVariables & pfIsolationVariables() const
MonitorElement * h2_ele_ambiguousTracksVsPhi
MonitorElement * h1_ele_EoPout_barrel
MonitorElement * h1_ele_matchingObjectPt_matched
MonitorElement * h1_ele_EoP_eg_endcaps
T getParameter(std::string const &) const
float dr04HcalTowerSumEt() const
MonitorElement * h1_ele_seed_mask_
MonitorElement * h2_ele_foundHitsVsEta
MonitorElement * h1_scl_Eta_
MonitorElement * h1_ele_HoE_eg
MonitorElement * h1_ele_mee_all
MonitorElement * h2_ele_EtaMnEtamatchingObjectVsEta
MonitorElement * h1_ele_TIP_all
MonitorElement * h2_ele_seed_dphi2posVsPt_
MonitorElement * bookP1(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 * h1_ele_dEtaSc_propVtx
MonitorElement * h1_ele_EoPout_eg
MonitorElement * bookH1(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_lostHitsVsPt
MonitorElement * h1_ele_provenance_endcaps
MonitorElement * h1_ele_EeleOPout
MonitorElement * h1_ele_dPhiCl_propOut_eg
MonitorElement * h2_ele_EeleOPoutVsE
MonitorElement * h1_ele_dEtaEleCl_propOut_barrel
MonitorElement * h1_ele_dEtaCl_propOut_endcaps
MonitorElement * h1_ele_outerPt
MonitorElement * h1_ele_convDist
MonitorElement * h1_ele_dIso_ecalFullRecHitSumEt_dr04
MonitorElement * h1_scl_E2x5max_
MonitorElement * h2_ele_EoPoutVsEta
MonitorElement * h1_ele_hcalDepth1OverEcalBc_endcaps
MonitorElement * h1_scl_Et_
MonitorElement * h1_ele_PinMnPout
MonitorElement * h1_recTrackNum_
MonitorElement * h1_ele_dEtaSc_propVtx_eg_endcaps
SuperClusterRef parentSuperCluster() const
MonitorElement * h1_ele_dEtaCl_propOut_eg_endcaps
MonitorElement * h1_ele_outerPt_mode
MonitorElement * h1_ele_ecalRecHitSumEt_dr04_barrel
MonitorElement * h1_scl_E2x5max_barrel_
MonitorElement * h1_ele_seed_mask_bpix_
MonitorElement * h1_scl_EoEmatchingObjectGolden_barrel
MonitorElement * h1_ele_chi2_endcaps
ElectronMcFakeValidator(const edm::ParameterSet &conf)
MonitorElement * h1_ele_PhiMnPhimatchingObject2
float dr03HcalDepth1TowerSumEtBc() const
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth2
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth2_endcaps
MonitorElement * h1_ele_matchingObjectAbsEta_matched
MonitorElement * h1_ele_convDist_all
MonitorElement * h1_ele_outerP
float eSuperClusterOverP() const
MonitorElement * h1_ele_foundHits
MonitorElement * h1_scl_EoEmatchingObjectGolden_endcaps
MonitorElement * h1_ele_ecalRecHitSumEt_dr03
MonitorElement * h1_ele_EoP_endcaps
virtual double p() const GCC11_FINAL
magnitude of momentum vector
MonitorElement * h2_ele_EtaMnEtamatchingObjectVsPt
edm::EDGetTokenT< reco::ElectronSeedCollection > electronSeedCollection_
virtual ~ElectronMcFakeValidator()
MonitorElement * h2_ele_PoPmatchingObjectVsPhi
MonitorElement * h1_ele_EoP_eg_barrel
float dr04HcalDepth1TowerSumEt() const
MonitorElement * h1_matchingObjectZ
MonitorElement * h1_ele_photonIso_barrel
MonitorElement * h1_ele_EoPout_all
MonitorElement * h2_ele_EseedOPVsE
bool getByToken(EDGetToken token, Handle< PROD > &result) const
MonitorElement * h1_ele_dIso_ecalReducedRecHitSumEt_dr03
MonitorElement * h1_ele_EoP_eg
MonitorElement * h1_ele_ecalRecHitSumEt_dr03_barrel
MonitorElement * h1_ele_tkSumPt_dr03_endcaps
MonitorElement * h1_ele_dPhiCl_propOut_all
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsEcalReduced04Tag_
MonitorElement * h2_ele_ambiguousTracksVsPt
virtual const Point & vertex() const
vertex position (overwritten by PF...)
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth1_endcaps
MonitorElement * h2_ele_chi2VsPhi
MonitorElement * h1_ele_EeleOPout_eg_barrel
MonitorElement * h2_ele_PtinVsPtoutGolden_mode
MonitorElement * h1_ele_EseedOP_endcaps
MonitorElement * h1_ele_dIso_hcalTowerSumEt_dr03
MonitorElement * h1_ele_hcalDepth2OverEcalBc
MonitorElement * h1_ele_fbrem
MonitorElement * h1_ele_HoE_barrel
math::XYZVectorF trackMomentumAtVtx() const
MonitorElement * h1_ele_photonIso_endcaps
MonitorElement * p1_ele_fbremVsEta_mode
MonitorElement * h1_ele_chargedHadronIso_endcaps
MonitorElement * h1_scl_EoEmatchingObjectShowering_barrel
MonitorElement * h2_scl_EtVsEta_
MonitorElement * h1_ele_charge
MonitorElement * h1_ele_neutralHadronIso_endcaps
MonitorElement * h1_ele_fbrem_endcaps
MonitorElement * h1_matchingObjectAbsEta
MonitorElement * h1_ele_dEtaSc_propVtx_eg_barrel
MonitorElement * p1_ele_fbremVsEta_mean
MonitorElement * h1_ele_dIso_ecalFullRecHitSumEt_dr03
MonitorElement * h1_ele_eta
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsEcalFull03Tag_
MonitorElement * h1_ele_seed_subdet2_
MonitorElement * h1_ele_EseedOP
MonitorElement * h2_ele_PinVsPoutShowering_mode
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth1_barrel
edm::EDGetTokenT< reco::GenJetCollection > matchingObjectCollection_
float dr04TkSumPt() const
std::vector< Variable::Flags > flags
MonitorElement * h1_ele_tkSumPt_dr03_barrel
MonitorElement * h2_ele_vertexTIPVsPhi
edm::EDGetTokenT< reco::GsfTrackCollection > electronTrackCollection_
MonitorElement * h1_ele_foundHits_endcaps
MonitorElement * h2_ele_EoPVsE
MonitorElement * h2_ele_HoEVsE
float dr03HcalDepth2TowerSumEt() const
MonitorElement * h1_ele_lostHits_endcaps
MonitorElement * h1_ele_seed_drz2_
MonitorElement * h1_ele_dEtaSc_propVtx_all
MonitorElement * h2_ele_vertexPtVsEta
MonitorElement * h2_ele_EseedOPVsEta
MonitorElement * h1_ele_vertexZ
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth1_barrel
MonitorElement * h2_ele_EoPVsEta
MonitorElement * h1_ele_hcalDepth1OverEcalBc_barrel
MonitorElement * h2_ele_HoEVsPhi
MonitorElement * h1_ele_EseedOP_eg_endcaps
MonitorElement * h1_ele_dPhiSc_propVtx_all
virtual void analyze(const edm::Event &e, const edm::EventSetup &c)
MonitorElement * h2_ele_dPhiScVsPhi_propVtx
MonitorElement * h2_ele_dPhiScVsEta_propVtx
MonitorElement * h2_ele_vertexTIPVsPt
MonitorElement * h2_ele_dPhiEleClVsPhi_propOut
MonitorElement * h1_ele_dEtaCl_propOut_all
MonitorElement * h2_ele_PinVsPoutShowering_mean
MonitorElement * h1_ele_vertexPt
MonitorElement * h1_ele_dIso_ecalReducedRecHitSumEt_dr04
MonitorElement * h2_ele_E2mnE1vsMee_all
MonitorElement * h2_ele_seed_drz2VsPt_
MonitorElement * h1_ele_HoE_bc_endcaps
MonitorElement * bookH1withSumw2(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")
virtual double py() const GCC11_FINAL
y coordinate of momentum vector
MonitorElement * h2_ele_ambiguousTracksVsEta
MonitorElement * h2_ele_outerPtVsPt_mode
MonitorElement * h2_ele_EoPoutVsPhi
MonitorElement * h1_ele_HoE
MonitorElement * h1_ele_tkSumPt_dr04
MonitorElement * h2_ele_E2mnE1vsMee_egeg_all
MonitorElement * h2_ele_PtinVsPtoutShowering_mean
MonitorElement * h1_ele_HoE_bc_all
MonitorElement * h2_ele_PhiMnPhimatchingObjectVsPt
MonitorElement * h2_ele_dEtaEleClVsEta_propOut
MonitorElement * h2_ele_PinMnPoutVsChi2_mode
MonitorElement * h1_ele_dEtaCl_propOut_eg_barrel
MonitorElement * h1_scl_E5x5_barrel_
MonitorElement * h1_matchingObjectEta
MonitorElement * h1_ele_matchingObjectEta_matched
MonitorElement * h1_ele_eta_narrow
MonitorElement * h1_ele_seed_dphi2_
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
MonitorElement * h1_scl_E2x5max_endcaps_
bool isNonnull() const
Checks for non-null.
float dr04HcalDepth2TowerSumEt() const
MonitorElement * h2_ele_lostHitsVsPhi
MonitorElement * h2_ele_EeleOPoutVsEta
MonitorElement * h2_ele_PinMnPoutVsPt_mode
MonitorElement * h1_ele_dEtaCl_propOut
MonitorElement * h1_ele_eta_shower
MonitorElement * h1_ele_dEtaCl_propOut_eg
virtual float phi() const GCC11_FINAL
momentum azimuthal angle
MonitorElement * h1_ele_classes
MonitorElement * h1_ele_dEtaEleCl_propOut_eg
MonitorElement * h2_ele_lostHitsVsEta
MonitorElement * h1_ele_EoPout
float deltaEtaSuperClusterTrackAtVtx() const
MonitorElement * h2_ele_vertexPtVsPhi
MonitorElement * h1_ele_provenance
MonitorElement * h2_ele_dEtaScVsEta_propVtx
MonitorElement * h1_recEleNum_
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth1
MonitorElement * h2_ele_foundHitsVsPhi
float hadronicOverEm() const
MonitorElement * h1_ele_fbrem_barrel
float dr03HcalDepth2TowerSumEtBc() const
MonitorElement * h1_recCoreNum_
MonitorElement * h1_ele_convFlags
MonitorElement * h2_ele_dEtaScVsPt_propVtx
float eSeedClusterOverP() const
MonitorElement * h1_ele_vertexEta
MonitorElement * h1_ele_dPhiSc_propVtx_eg_barrel
MonitorElement * h2_ele_EoPVsPhi
MonitorElement * h1_ele_eta_bbrem
MonitorElement * h2_ele_PtinVsPtoutShowering_mode
MonitorElement * h2_ele_dEtaClVsPt_propOut
MonitorElement * h1_ele_PhiMnPhimatchingObject
MonitorElement * h1_ele_dPhiEleCl_propOut_eg_endcaps
float dr04EcalRecHitSumEt() const
MonitorElement * h1_ele_dPhiCl_propOut
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsHcal04Tag_
MonitorElement * h1_scl_EoEmatchingObject_barrel
MonitorElement * h1_ele_dPhiEleCl_propOut_eg
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth2
MonitorElement * h2_ele_PoPmatchingObjectVsEta
MonitorElement * h2_scl_EtVsPhi_
float deltaPhiSeedClusterTrackAtCalo() const
MonitorElement * h2_ele_dPhiClVsPt_propOut
MonitorElement * h1_ele_chargedHadronIso_barrel
MonitorElement * h1_ele_dPhiCl_propOut_eg_barrel
virtual SuperClusterRef superCluster() const
reference to a SuperCluster
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsTk04Tag_
math::XYZVectorF trackMomentumOut() const
MonitorElement * h2_ele_dPhiEleClVsPt_propOut
MonitorElement * h1_ele_tkSumPt_dr04_endcaps
float sumPhotonEt
sum pt of PF photons // old float photonIso ;
float deltaPhiSuperClusterTrackAtVtx() const
MonitorElement * h1_ele_hcalDepth1OverEcalBc
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsTk03Tag_
MonitorElement * h2_ele_dEtaEleClVsPhi_propOut
MonitorElement * h1_matchingObjectPt
MonitorElement * h1_ele_EseedOP_eg
MonitorElement * h1_ele_dEtaEleCl_propOut_endcaps
MonitorElement * h1_ele_dPhiCl_propOut_eg_endcaps
MonitorElement * h1_ele_mee_os
MonitorElement * h1_matchingObjectP
MonitorElement * h1_ele_PoPmatchingObject
MonitorElement * h1_scl_E1x5_
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth1
float dr04HcalDepth1TowerSumEtBc() const
float dr03TkSumPt() const
MonitorElement * h1_ele_convRadius_all
MonitorElement * h2_ele_PinMnPoutVsEta_mode
Abs< T >::type abs(const T &t)
MonitorElement * h1_ele_lostHits_barrel
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth2
MonitorElement * h1_ele_tkSumPt_dr03
MonitorElement * h1_ele_neutralHadronIso_barrel
float dr03HcalDepth1TowerSumEt() const
MonitorElement * h1_scl_E1x5_endcaps_
MonitorElement * h1_ele_vertexPt_all
float eEleClusterOverPout() const
void setBookPrefix(const std::string &)
float sumNeutralHadronEt
sum pt of neutral hadrons // old float neutralHadronIso ;
float eSeedClusterOverPout() const
MonitorElement * h2_ele_vertexEtaVsPhi
MonitorElement * h1_ele_convFlags_all
MonitorElement * h1_ele_seed_mask_tec_
MonitorElement * h2_ele_outerPtVsPhi_mode
MonitorElement * h1_ele_dPhiCl_propOut_endcaps
MonitorElement * h1_ele_mva
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth1_endcaps
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsEcalReduced03Tag_
MonitorElement * h1_ele_HoE_bc_barrel
MonitorElement * h2_ele_seed_drz2posVsEta_
MonitorElement * h2_ele_EseedOPVsPhi
float hcalOverEcalBc() const
MonitorElement * h1_ele_HoE_eg_barrel
MonitorElement * h2_ele_vertexTIPVsEta
MonitorElement * h1_ele_mva_barrel
MonitorElement * h1_scl_Phi_
MonitorElement * h1_ele_hcalTowerSumEt_dr03_depth1
MonitorElement * h2_ele_PinMnPoutVsE_mode
MonitorElement * h2_ele_PinMnPoutVsPhi_mode
MonitorElement * h1_ele_outerP_mode
MonitorElement * h2_ele_dEtaEleClVsPt_propOut
float scSigmaIEtaIEta() const
MonitorElement * h1_ele_dPhiSc_propVtx_eg
MonitorElement * h1_ele_foundHits_barrel
edm::Ref< GsfElectronCollection > GsfElectronRef
reference to an object in a collection of GsfElectron objects
float deltaPhiEleClusterTrackAtCalo() const
MonitorElement * h2_ele_PoPmatchingObjectVsPt
MonitorElement * h1_ele_seed_dphi2pos_
MonitorElement * h1_ele_vertexX
MonitorElement * h1_ele_eta_golden
MonitorElement * h1_ele_convDcot
MonitorElement * h1_scl_E5x5_
virtual float eta() const GCC11_FINAL
momentum pseudorapidity
edm::EDGetTokenT< reco::GsfElectronCollection > electronCollection_
MonitorElement * h1_ele_vertexP
double deltaR(double eta1, double eta2, double phi1, double phi2)
MonitorElement * h2_ele_dEtaClVsEta_propOut
MonitorElement * h1_scl_EoEmatchingObject_endcaps
MonitorElement * h1_ele_HoE_fiducial
MonitorElement * h2_ele_PinVsPoutGolden_mode
MonitorElement * h1_ele_convRadius
MonitorElement * h1_ele_tkSumPt_dr04_barrel
MonitorElement * h1_ele_EseedOP_eg_barrel
MonitorElement * h1_ele_ecalRecHitSumEt_dr04
MonitorElement * h1_ele_EeleOPout_all
MonitorElement * h2_scl_EtaVsPhi_
MonitorElement * h1_matchingObjectPhi
MonitorElement * h2_ele_chi2VsPt
MonitorElement * h2_ele_chi2VsEta
MonitorElement * h2_ele_seed_dphi2VsPt_
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth1_endcaps
MonitorElement * h2_ele_dEtaClVsPhi_propOut
MonitorElement * h2_ele_seed_drz2VsEta_
edm::EDGetTokenT< reco::BeamSpot > beamSpotTag_
float deltaEtaEleClusterTrackAtCalo() const
MonitorElement * h1_ele_dEtaEleCl_propOut_eg_barrel
MonitorElement * h2_ele_HoEVsEta
MonitorElement * h2_ele_chargeVsPt
virtual int charge() const GCC11_FINAL
electric charge
MonitorElement * h2_ele_EoPoutVsE
MonitorElement * h1_ele_PoPmatchingObject_endcaps
MonitorElement * h1_ele_dEtaSc_propVtx_barrel
Classification classification() const
MonitorElement * h2_ele_chargeVsEta
MonitorElement * h1_ele_HoE_endcaps
MonitorElement * h2_ele_outerPtVsEta_mode
MonitorElement * h1_ele_chi2_barrel
float hcalDepth2OverEcalBc() const
REF castTo() const
cast to a concrete type
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth1_barrel
MonitorElement * h1_ele_seed_mask_fpix_
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth1_barrel
GsfTrackRefVector::size_type ambiguousGsfTracksSize() const
float dr04HcalDepth2TowerSumEtBc() const
MonitorElement * h1_ele_dPhiSc_propVtx_eg_endcaps
MonitorElement * h1_scl_E5x5_endcaps_
MonitorElement * h1_ele_HoE_eg_endcaps
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth1_endcaps
MonitorElement * h2_ele_PinVsPoutGolden_mean
MonitorElement * h1_ele_EeleOPout_barrel
MonitorElement * h1_scl_SigIEtaIEta_
MonitorElement * h2_ele_EeleOPoutVsPhi
MonitorElement * h1_scl_E1x5_barrel_
MonitorElement * h1_ele_dPhiSc_propVtx
MonitorElement * h1_ele_vertexY
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth2
T const * product() const
MonitorElement * h1_ele_EoP
MonitorElement * h1_scl_SigIEtaIEta_barrel_
MonitorElement * bookH2(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_EeleOPout_eg
MonitorElement * h1_ele_neutralHadronIso
float dr03EcalRecHitSumEt() const
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsHcal03Tag_
MonitorElement * h2_ele_dPhiClVsPhi_propOut
MonitorElement * h1_ele_dPhiEleCl_propOut_eg_barrel
MonitorElement * h2_ele_seed_dphi2posVsEta_
MonitorElement * h1_ele_vertexEta_all
MonitorElement * h1_ele_EoPout_endcaps
float deltaEtaSeedClusterTrackAtCalo() const
MonitorElement * h2_ele_PhiMnPhimatchingObjectVsEta
MonitorElement * h2_ele_EtaMnEtamatchingObjectVsPhi
MonitorElement * h1_ele_dIso_tkSumPt_dr04
MonitorElement * h1_ele_matchingObjectPhi_matched
MonitorElement * h1_ele_HoE_all
MonitorElement * h1_ele_ecalRecHitSumEt_dr03_endcaps
MonitorElement * h1_scl_SigIEtaIEta_endcaps_
MonitorElement * h1_ele_EtaMnEtamatchingObject
MonitorElement * h1_ele_vertexTIP
MonitorElement * h1_ele_dPhiEleCl_propOut_endcaps
MonitorElement * h1_ele_dEtaEleCl_propOut_eg_endcaps
MonitorElement * h1_ele_HoE_bc
MonitorElement * h2_ele_dEtaScVsPhi_propVtx
MonitorElement * h2_ele_PhiMnPhimatchingObjectVsPhi
MonitorElement * h1_ele_hcalDepth2OverEcalBc_barrel
MonitorElement * h1_ele_dEtaSc_propVtx_eg
MonitorElement * h1_ele_mva_endcaps
MonitorElement * h1_ele_lostHits
MonitorElement * h1_ele_dPhiEleCl_propOut
MonitorElement * h1_ele_EeleOPout_eg_endcaps
MonitorElement * h1_ele_EseedOP_barrel
bool trackerDrivenSeed() const
MonitorElement * h1_ele_dEtaEleCl_propOut
MonitorElement * h1_ele_chi2
float dr03HcalTowerSumEt() const
MonitorElement * h2_ele_seed_drz2posVsPt_
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth2_endcaps
const Point & position() const
position
edm::EDGetTokenT< edm::ValueMap< double > > isoFromDepsEcalFull04Tag_
MonitorElement * h1_ele_dPhiSc_propVtx_endcaps
MonitorElement * h1_ele_vertexAbsEta
MonitorElement * h1_ele_EoP_barrel
MonitorElement * h1_scl_EoEmatchingObjectShowering_endcaps
MonitorElement * h1_ele_dEtaSc_propVtx_endcaps
MonitorElement * h1_ele_vertexPhi
MonitorElement * h2_ele_seed_dphi2VsEta_
MonitorElement * h1_ele_hcalTowerSumEtBc_dr04_depth2_barrel
MonitorElement * h2_ele_dPhiClVsEta_propOut
MonitorElement * h1_ele_dEtaCl_propOut_barrel
MonitorElement * h2_ele_dPhiScVsPt_propVtx
float hcalDepth1OverEcalBc() const
MonitorElement * h1_ele_dPhiSc_propVtx_barrel
MonitorElement * h1_ele_hcalTowerSumEt_dr04_depth1
MonitorElement * h1_ele_convDcot_all
virtual float pt() const GCC11_FINAL
transverse momentum
MonitorElement * h2_ele_foundHitsVsPt
MonitorElement * h1_ele_dIso_hcalTowerSumEt_dr04
MonitorElement * h1_ele_hcalDepth2OverEcalBc_endcaps
float sumChargedHadronPt
sum-pt of charged Hadron // old float chargedHadronIso ;
MonitorElement * h1_ele_dPhiCl_propOut_barrel
MonitorElement * h1_ele_dIso_tkSumPt_dr03
MonitorElement * h1_ele_chargedHadronIso
MonitorElement * h1_ele_matchingObjectZ_matched
MonitorElement * h2_ele_PtinVsPtoutGolden_mean
MonitorElement * h1_ele_dPhiEleCl_propOut_barrel
edm::EDGetTokenT< reco::GsfElectronCoreCollection > electronCoreCollection_
MonitorElement * h1_ele_photonIso
MonitorElement * h1_ele_hcalTowerSumEtBc_dr03_depth2_barrel
Power< A, B >::type pow(const A &a, const B &b)
MonitorElement * h1_ele_provenance_barrel
MonitorElement * h1_ele_PinMnPout_mode
MonitorElement * h1_ele_seed_drz2pos_
MonitorElement * h1_matchingObjectNum
MonitorElement * h2_ele_outerPVsEta_mode
MonitorElement * h1_ele_PoPmatchingObject_barrel
MonitorElement * h1_ele_EoPout_eg_barrel
MonitorElement * h1_scl_En_
MonitorElement * h2_ele_dPhiEleClVsEta_propOut
MonitorElement * h1_recSeedNum_
MonitorElement * h1_ele_ambiguousTracks
virtual GsfTrackRef gsfTrack() const
reference to a GsfTrack
MonitorElement * h1_ele_EoverP_all
bool ecalDrivenSeed() const
MonitorElement * h1_ele_ecalRecHitSumEt_dr04_endcaps
MonitorElement * h2_ele_chargeVsPhi
MonitorElement * h1_ele_EseedOP_all
MonitorElement * h1_ele_EeleOPout_endcaps
MonitorElement * h1_ele_EoPout_eg_endcaps