CMS 3D CMS Logo

ElectronMcMiniAODSignalValidator.cc
Go to the documentation of this file.
1 // system include files
2 //#include <memory>
3 
4 // user include files
6 #include "CLHEP/Units/GlobalPhysicalConstants.h"
7 
8 // user include files
9 
10 using namespace reco;
11 using namespace pat;
12 
14 
16 {
17  mcTruthCollection_ = consumes<edm::View<reco::GenParticle> >(iConfig.getParameter<edm::InputTag>("mcTruthCollection")); // prunedGenParticles
18  electronToken_ = consumes<pat::ElectronCollection> (iConfig.getParameter<edm::InputTag>("electrons")); // slimmedElectrons
19 
20  edm::ParameterSet histosSet = iConfig.getParameter<edm::ParameterSet>("histosCfg") ;
21  edm::ParameterSet isolationSet = iConfig.getParameter<edm::ParameterSet>("isolationCfg") ;
22 
23  //recomp
24  pfSumChargedHadronPtTmp_ = consumes<edm::ValueMap<float> > (isolationSet.getParameter<edm::InputTag>( "pfSumChargedHadronPtTmp" ) ) ; // iConfig
25  pfSumNeutralHadronEtTmp_ = consumes<edm::ValueMap<float> > (isolationSet.getParameter<edm::InputTag>( "pfSumNeutralHadronEtTmp" ) ) ; // iConfig
26  pfSumPhotonEtTmp_ = consumes<edm::ValueMap<float> > (isolationSet.getParameter<edm::InputTag>( "pfSumPhotonEtTmp" ) ) ; // iConfig
27 
28  maxPt_ = iConfig.getParameter<double>("MaxPt");
29  maxAbsEta_ = iConfig.getParameter<double>("MaxAbsEta");
30  deltaR_ = iConfig.getParameter<double>("DeltaR");
31  deltaR2_ = deltaR_ * deltaR_;
32  matchingIDs_ = iConfig.getParameter<std::vector<int> >("MatchingID");
33  matchingMotherIDs_ = iConfig.getParameter<std::vector<int> >("MatchingMotherID");
34  outputInternalPath_ = iConfig.getParameter<std::string>("OutputFolderName") ;
35 
36  // histos bining and limits
37 
38  xyz_nbin=histosSet.getParameter<int>("Nbinxyz");
39 
40  pt_nbin=histosSet.getParameter<int>("Nbinpt");
41  pt2D_nbin=histosSet.getParameter<int>("Nbinpt2D");
42  pteff_nbin=histosSet.getParameter<int>("Nbinpteff");
43  pt_max=histosSet.getParameter<double>("Ptmax");
44 
45  fhits_nbin=histosSet.getParameter<int>("Nbinfhits");
46  fhits_max=histosSet.getParameter<double>("Fhitsmax");
47 
48  eta_nbin=histosSet.getParameter<int>("Nbineta");
49  eta2D_nbin=histosSet.getParameter<int>("Nbineta2D");
50  eta_min=histosSet.getParameter<double>("Etamin");
51  eta_max=histosSet.getParameter<double>("Etamax");
52 
53  detamatch_nbin=histosSet.getParameter<int>("Nbindetamatch");
54  detamatch2D_nbin=histosSet.getParameter<int>("Nbindetamatch2D");
55  detamatch_min=histosSet.getParameter<double>("Detamatchmin");
56  detamatch_max=histosSet.getParameter<double>("Detamatchmax");
57 
58  dphi_nbin=histosSet.getParameter<int>("Nbindphi");
59  dphi_min=histosSet.getParameter<double>("Dphimin");
60  dphi_max=histosSet.getParameter<double>("Dphimax");
61 
62  dphimatch_nbin=histosSet.getParameter<int>("Nbindphimatch");
63  dphimatch2D_nbin=histosSet.getParameter<int>("Nbindphimatch2D");
64  dphimatch_min=histosSet.getParameter<double>("Dphimatchmin");
65  dphimatch_max=histosSet.getParameter<double>("Dphimatchmax");
66 
67  hoe_nbin= histosSet.getParameter<int>("Nbinhoe");
68  hoe_min=histosSet.getParameter<double>("Hoemin");
69  hoe_max=histosSet.getParameter<double>("Hoemax");
70 
71  mee_nbin= histosSet.getParameter<int>("Nbinmee");
72  mee_min=histosSet.getParameter<double>("Meemin");
73  mee_max=histosSet.getParameter<double>("Meemax");
74 
75  poptrue_nbin= histosSet.getParameter<int>("Nbinpoptrue");
76  poptrue_min=histosSet.getParameter<double>("Poptruemin");
77  poptrue_max=histosSet.getParameter<double>("Poptruemax");
78 
79  set_EfficiencyFlag=histosSet.getParameter<bool>("EfficiencyFlag");
80  set_StatOverflowFlag=histosSet.getParameter<bool>("StatOverflowFlag");
81 
82  // so to please coverity...
83 
85 
89 
93 
96 
99 
105 
109 
116 
126 
130 
131 }
132 
134 {
135 }
136 
138  {
140 
141  setBookIndex(-1) ;
142  setBookPrefix("h") ;
145 
146  // rec event collections sizes
147  h1_recEleNum = bookH1(iBooker, "recEleNum","# rec electrons",11, -0.5,10.5,"N_{ele}");
148  // matched electrons
149  setBookPrefix("h_mc") ;
150  setBookPrefix("h_ele") ;
151  h1_ele_vertexPt = bookH1withSumw2(iBooker, "vertexPt","ele transverse momentum",pt_nbin,0.,pt_max,"p_{T vertex} (GeV/c)");
152  h1_ele_vertexEta = bookH1withSumw2(iBooker, "vertexEta","ele momentum eta",eta_nbin,eta_min,eta_max,"#eta");
153  h1_ele_vertexPt_nocut = bookH1withSumw2(iBooker, "vertexPt_nocut","pT of prunned electrons",pt_nbin,0.,20.,"p_{T vertex} (GeV/c)");
154  h2_ele_PoPtrueVsEta = bookH2withSumw2(iBooker, "PoPtrueVsEta","ele momentum / gen momentum vs eta",eta2D_nbin,eta_min,eta_max,50,poptrue_min,poptrue_max);
155 // h2_ele_sigmaIetaIetaVsPt = bookH2(iBooker,"sigmaIetaIetaVsPt","SigmaIetaIeta vs pt",pt_nbin,0.,pt_max,100,0.,0.05);
156  h2_ele_sigmaIetaIetaVsPt = bookH2(iBooker,"sigmaIetaIetaVsPt","SigmaIetaIeta vs pt",100,0.,pt_max,100,0.,0.05);
157 
158  // all electrons
159  setBookPrefix("h_ele") ;
160  h1_ele_mee_all = bookH1withSumw2(iBooker, "mee_all","ele pairs invariant mass, all reco electrons",mee_nbin, mee_min, mee_max,"m_{ee} (GeV/c^{2})","Events","ELE_LOGY E1 P");
161  h1_ele_mee_os = bookH1withSumw2(iBooker, "mee_os","ele pairs invariant mass, opp. sign",mee_nbin, mee_min, mee_max,"m_{e^{+}e^{-}} (GeV/c^{2})","Events","ELE_LOGY E1 P");
162 
163  // matched electron, superclusters
164  setBookPrefix("h_scl") ;
165  h1_scl_SigIEtaIEta_mAOD = bookH1withSumw2(iBooker, "SigIEtaIEta_mAOD","ele supercluster sigma ieta ieta",100,0.,0.05,"#sigma_{i#eta i#eta}","Events","ELE_LOGY E1 P");
166  h1_scl_SigIEtaIEta_mAOD_barrel = bookH1withSumw2(iBooker, "SigIEtaIEta_mAOD_barrel","ele supercluster sigma ieta ieta, barrel",100,0.,0.05,"#sigma_{i#eta i#eta}","Events","ELE_LOGY E1 P");
167  h1_scl_SigIEtaIEta_mAOD_endcaps = bookH1withSumw2(iBooker, "SigIEtaIEta_mAOD_endcaps","ele supercluster sigma ieta ieta, endcaps",100,0.,0.05,"#sigma_{i#eta i#eta}","Events","ELE_LOGY E1 P");
168 
169  // matched electron, gsf tracks
170  setBookPrefix("h_ele") ;
171  h2_ele_foundHitsVsEta = bookH2(iBooker, "foundHitsVsEta","ele track # found hits vs eta",eta2D_nbin,eta_min,eta_max,fhits_nbin,0.,fhits_max);
172  h2_ele_foundHitsVsEta_mAOD = bookH2(iBooker, "foundHitsVsEta_mAOD","ele track # found hits vs eta",eta2D_nbin,eta_min,eta_max,fhits_nbin,0.,fhits_max);
173 
174  // matched electrons, matching
175  setBookPrefix("h_ele") ;
176  h1_ele_HoE_mAOD = bookH1withSumw2(iBooker, "HoE_mAOD","ele hadronic energy / em energy",hoe_nbin, hoe_min, hoe_max,"H/E","Events","ELE_LOGY E1 P") ;
177  h1_ele_HoE_mAOD_barrel = bookH1withSumw2(iBooker, "HoE_mAOD_barrel","ele hadronic energy / em energy, barrel",hoe_nbin, hoe_min, hoe_max,"H/E","Events","ELE_LOGY E1 P") ;
178  h1_ele_HoE_mAOD_endcaps = bookH1withSumw2(iBooker, "HoE_mAOD_endcaps","ele hadronic energy / em energy, endcaps",hoe_nbin, hoe_min, hoe_max,"H/E","Events","ELE_LOGY E1 P") ;
179  h1_ele_dEtaSc_propVtx_mAOD = bookH1withSumw2(iBooker, "dEtaSc_propVtx_mAOD","ele #eta_{sc} - #eta_{tr}, prop from vertex",detamatch_nbin,detamatch_min,detamatch_max,"#eta_{sc} - #eta_{tr}","Events","ELE_LOGY E1 P");
180  h1_ele_dEtaSc_propVtx_mAOD_barrel = bookH1withSumw2(iBooker, "dEtaSc_propVtx_mAOD_barrel","ele #eta_{sc} - #eta_{tr}, prop from vertex, barrel",detamatch_nbin,detamatch_min,detamatch_max,"#eta_{sc} - #eta_{tr}","Events","ELE_LOGY E1 P");
181  h1_ele_dEtaSc_propVtx_mAOD_endcaps = bookH1withSumw2(iBooker, "dEtaSc_propVtx_mAOD_endcaps","ele #eta_{sc} - #eta_{tr}, prop from vertex, endcaps",detamatch_nbin,detamatch_min,detamatch_max,"#eta_{sc} - #eta_{tr}","Events","ELE_LOGY E1 P");
182  h1_ele_dPhiCl_propOut_mAOD = bookH1withSumw2(iBooker, "dPhiCl_propOut_mAOD","ele #phi_{cl} - #phi_{tr}, prop from outermost",dphimatch_nbin,dphimatch_min,dphimatch_max,"#phi_{seedcl} - #phi_{tr} (rad)","Events","ELE_LOGY E1 P");
183  h1_ele_dPhiCl_propOut_mAOD_barrel = bookH1withSumw2(iBooker, "dPhiCl_propOut_mAOD_barrel","ele #phi_{cl} - #phi_{tr}, prop from outermost, barrel",dphimatch_nbin,dphimatch_min,dphimatch_max,"#phi_{seedcl} - #phi_{tr} (rad)","Events","ELE_LOGY E1 P");
184  h1_ele_dPhiCl_propOut_mAOD_endcaps = bookH1withSumw2(iBooker, "dPhiCl_propOut_mAOD_endcaps","ele #phi_{cl} - #phi_{tr}, prop from outermost, endcaps",dphimatch_nbin,dphimatch_min,dphimatch_max,"#phi_{seedcl} - #phi_{tr} (rad)","Events","ELE_LOGY E1 P");
185 
186  // fbrem
187  h1_ele_fbrem_mAOD = bookH1withSumw2(iBooker, "fbrem_mAOD","ele brem fraction, mode of GSF components",100,0.,1.,"P_{in} - P_{out} / P_{in}");
188  h1_ele_fbrem_mAOD_barrel = bookH1withSumw2(iBooker, "fbrem_mAOD_barrel","ele brem fraction for barrel, mode of GSF components", 100, 0.,1.,"P_{in} - P_{out} / P_{in}");
189  h1_ele_fbrem_mAOD_endcaps = bookH1withSumw2(iBooker, "fbrem_mAOD_endcaps", "ele brem franction for endcaps, mode of GSF components", 100, 0.,1.,"P_{in} - P_{out} / P_{in}");
190 
191  // -- pflow over pT
192  h1_ele_chargedHadronRelativeIso_mAOD = bookH1withSumw2(iBooker, "chargedHadronRelativeIso_mAOD","chargedHadronRelativeIso",100,0.0,2.,"chargedHadronRelativeIso","Events","ELE_LOGY E1 P");
193  h1_ele_chargedHadronRelativeIso_mAOD_barrel = bookH1withSumw2(iBooker, "chargedHadronRelativeIso_mAOD_barrel","chargedHadronRelativeIso for barrel",100,0.0,2.,"chargedHadronRelativeIso_barrel","Events","ELE_LOGY E1 P");
194  h1_ele_chargedHadronRelativeIso_mAOD_endcaps = bookH1withSumw2(iBooker, "chargedHadronRelativeIso_mAOD_endcaps","chargedHadronRelativeIso for endcaps",100,0.0,2.,"chargedHadronRelativeIso_endcaps","Events","ELE_LOGY E1 P");
195  h1_ele_neutralHadronRelativeIso_mAOD = bookH1withSumw2(iBooker, "neutralHadronRelativeIso_mAOD","neutralHadronRelativeIso",100,0.0,2.,"neutralHadronRelativeIso","Events","ELE_LOGY E1 P");
196  h1_ele_neutralHadronRelativeIso_mAOD_barrel = bookH1withSumw2(iBooker, "neutralHadronRelativeIso_mAOD_barrel","neutralHadronRelativeIso for barrel",100,0.0,2.,"neutralHadronRelativeIso_barrel","Events","ELE_LOGY E1 P");
197  h1_ele_neutralHadronRelativeIso_mAOD_endcaps = bookH1withSumw2(iBooker, "neutralHadronRelativeIso_mAOD_endcaps","neutralHadronRelativeIso for endcaps",100,0.0,2.,"neutralHadronRelativeIso_endcaps","Events","ELE_LOGY E1 P");
198  h1_ele_photonRelativeIso_mAOD = bookH1withSumw2(iBooker, "photonRelativeIso_mAOD","photonRelativeIso",100,0.0,2.,"photonRelativeIso","Events","ELE_LOGY E1 P");
199  h1_ele_photonRelativeIso_mAOD_barrel = bookH1withSumw2(iBooker, "photonRelativeIso_mAOD_barrel","photonRelativeIso for barrel",100,0.0,2.,"photonRelativeIso_barrel","Events","ELE_LOGY E1 P");
200  h1_ele_photonRelativeIso_mAOD_endcaps = bookH1withSumw2(iBooker, "photonRelativeIso_mAOD_endcaps","photonRelativeIso for endcaps",100,0.0,2.,"photonRelativeIso_endcaps","Events","ELE_LOGY E1 P");
201 
202  // -- recomputed pflow over pT
203  h1_ele_chargedHadronRelativeIso_mAOD_recomp = bookH1withSumw2(iBooker, "chargedHadronRelativeIso_mAOD_recomp","recomputed chargedHadronRelativeIso",100,0.0,2.,"chargedHadronRelativeIso","Events","ELE_LOGY E1 P");
204  h1_ele_neutralHadronRelativeIso_mAOD_recomp = bookH1withSumw2(iBooker, "neutralHadronRelativeIso_mAOD_recomp","recomputed neutralHadronRelativeIso",100,0.0,2.,"neutralHadronRelativeIso","Events","ELE_LOGY E1 P");
205  h1_ele_photonRelativeIso_mAOD_recomp = bookH1withSumw2(iBooker, "photonRelativeIso_mAOD_recomp","recomputed photonRelativeIso",100,0.0,2.,"photonRelativeIso","Events","ELE_LOGY E1 P");
206 
207  }
208 
210 {
211  // get collections
213  iEvent.getByToken(electronToken_, electrons);
214 
216  iEvent.getByToken(mcTruthCollection_, genParticles) ;
217 
218  //recomp
222 
223  //recomp
224  iEvent.getByToken( pfSumChargedHadronPtTmp_ , pfSumChargedHadronPtTmp);
225  iEvent.getByToken( pfSumNeutralHadronEtTmp_ , pfSumNeutralHadronEtTmp);
226  iEvent.getByToken( pfSumPhotonEtTmp_ , pfSumPhotonEtTmp);
227 
228  edm::LogInfo("ElectronMcSignalValidatorMiniAOD::analyze") << "Treating event " << iEvent.id() << " with " << electrons.product()->size() << " electrons" ;
229  h1_recEleNum->Fill((*electrons).size()) ;
230 
231  //===============================================
232  // all rec electrons
233  //===============================================
234 
235  pat::Electron gsfElectron ;
236 
237  pat::ElectronCollection::const_iterator el1 ;
238  pat::ElectronCollection::const_iterator el2 ;
239  for(el1=electrons->begin(); el1!=electrons->end(); el1++) {
240  for (el2=el1+1 ; el2!=electrons->end() ; el2++ )
241  {
242  math::XYZTLorentzVector p12 = el1->p4()+el2->p4();
243  float mee2 = p12.Dot(p12);
244  h1_ele_mee_all->Fill(sqrt(mee2));
245  if ( el1->charge() * el2->charge() < 0. )
246  {
247  h1_ele_mee_os->Fill(sqrt(mee2));
248  }
249  }
250  }
251 
252  //===============================================
253  // charge mis-ID
254  //===============================================
255 
256  int mcNum=0, gamNum=0, eleNum=0 ;
257 // bool matchingID;//, matchingMotherID ;
258  bool matchingMotherID ;
259 
260  //===============================================
261  // association mc-reco
262  //===============================================
263 
264  for(size_t i=0; i<genParticles->size(); i++) {
265 /* // DEBUG LINES - KEEP IT !
266  std::cout << "\nevt ID = " << iEvent.id() ;
267  std::cout << ", mcIter position : " << i << std::endl;
268  std::cout << "pdgID : " << (*genParticles)[i].pdgId() << ", Pt : " << (*genParticles)[i].pt() ;
269  std::cout << ", eta : " << (*genParticles)[i].eta() << ", phi : " << (*genParticles)[i].phi() << std::endl;
270  // DEBUG LINES - KEEP IT ! */
271 
272  // number of mc particles
273  mcNum++ ;
274 
275  // counts photons
276  if ( (*genParticles)[i].pdgId() == 22 )
277  { gamNum++ ; }
278 
279  // select requested mother matching gen particle
280  // always include single particle with no mother
281  const Candidate * mother = (*genParticles)[i].mother(0) ;
282  matchingMotherID = false ;
283  for ( unsigned int ii=0 ; ii<matchingMotherIDs_.size() ; ii++ ) {
284 
285 /* // DEBUG LINES - KEEP IT !
286  std::cout << "Matching : matchingMotherID[" << ii << "] : "<< matchingMotherIDs_[ii] << ", evt ID = " << iEvent.id() << ", mother : " << mother ;
287  if (mother != 0) {
288  std::cout << "mother : " << mother << ", mother pdgID : " << mother->pdgId() << std::endl ;
289  std::cout << "mother pdgID : " << mother->pdgId() << ", Pt : " << mother->pt() << ", eta : " << mother->eta() << ", phi : " << mother->phi() << std::endl;
290  }
291  else {
292  std::cout << std::endl;
293  }
294  // DEBUG LINES - KEEP IT ! */
295 
296  if ( mother == nullptr ) {
297  matchingMotherID = true ;
298  }
299  else if ( mother->pdgId() == matchingMotherIDs_[ii] ) {
300  if ( mother->numberOfDaughters() <= 2 ) {
301  matchingMotherID = true ;
302  //std::cout << "evt ID = " << iEvent.id() ; // debug lines
303  //std::cout << " - nb of Daughters : " << mother->numberOfDaughters() << " - pdgId() : " << mother->pdgId() << std::endl; // debug lines
304  }
305  } // end of mother if test
306 
307 /* // DEBUG LINES - KEEP IT !
308  if (mother != 0) {
309  std::cout << "mother : " << mother << ", mother pdgID : " << mother->pdgId() << std::endl ;
310  std::cout << "mother pdgID : " << mother->pdgId() << ", Pt : " << mother->pt() << ", eta : " << mother->eta() << ", phi : " << mother->phi() << std::endl;
311  }
312  // DEBUG LINES - KEEP IT ! */
313  } // end of for loop
314  if (!matchingMotherID) {continue ;}
315 
316  // electron preselection
317  if ((*genParticles)[i].pt()> maxPt_ || std::abs((*genParticles)[i].eta())> maxAbsEta_)
318  { continue ; }
319  eleNum++;
320 
321  // find best matched electron
322  bool okGsfFound = false ;
323  bool passMiniAODSelection = true ;
324  double gsfOkRatio = 999999. ;
325  pat::Electron bestGsfElectron ;
326  for (const pat::Electron &el : *electrons ) {
327  double dphi = el.phi()-(*genParticles)[i].phi() ;
328  if (std::abs(dphi)>CLHEP::pi)
329  { dphi = dphi < 0? (CLHEP::twopi) + dphi : dphi - CLHEP::twopi ; }
330  double deltaR2 = (el.eta()-(*genParticles)[i].eta()) * (el.eta()-(*genParticles)[i].eta()) + dphi * dphi;
331  if ( deltaR2 < deltaR2_ )
332  {
333  if ( ( ((*genParticles)[i].pdgId() == 11) && (el.charge() < 0.) ) ||
334  ( ((*genParticles)[i].pdgId() == -11) && (el.charge() > 0.) ) )
335  {
336  double tmpGsfRatio = el.p()/(*genParticles)[i].p() ;
337  if ( std::abs(tmpGsfRatio-1) < std::abs(gsfOkRatio-1) )
338  {
339  gsfOkRatio = tmpGsfRatio;
340  bestGsfElectron=el;
341  PatElectronPtr elePtr(electrons, &el-&(*electrons)[0]) ;
342  pt_ = elePtr->pt();
343  sumChargedHadronPt_recomp = (*pfSumChargedHadronPtTmp)[elePtr];
345 
346  sumNeutralHadronPt_recomp = (*pfSumNeutralHadronEtTmp)[elePtr];
348 
349  sumPhotonPt_recomp = (*pfSumPhotonEtTmp)[elePtr];
351 
352  okGsfFound = true;
353 
354  // DEBUG LINES - KEEP IT !
355  // std::cout << "evt ID : " << iEvent.id() << " - Pt : " << bestGsfElectron.pt() << " - eta : " << bestGsfElectron.eta() << " - phi : " << bestGsfElectron.phi() << std::endl;
356  // DEBUG LINES - KEEP IT ! /**/
357  }
358  }
359  }
360  }
361 
362  if (! okGsfFound) continue ;
363 
364  //------------------------------------
365  // analysis when the mc track is found
366  //------------------------------------
367  passMiniAODSelection = bestGsfElectron.pt() >= 5.;
368 
369  // electron related distributions
370  h1_ele_vertexPt->Fill( bestGsfElectron.pt() );
371  h1_ele_vertexEta->Fill( bestGsfElectron.eta() );
372  if ( (bestGsfElectron.scSigmaIEtaIEta()==0.) && (bestGsfElectron.fbrem()==0.) ) h1_ele_vertexPt_nocut->Fill( bestGsfElectron.pt() );
373 
374  // generated distributions for matched electrons
375  h2_ele_PoPtrueVsEta->Fill( bestGsfElectron.eta(), bestGsfElectron.p()/(*genParticles)[i].p());
376  if ( passMiniAODSelection ) { // Pt > 5.
377  h2_ele_sigmaIetaIetaVsPt->Fill( bestGsfElectron.pt(), bestGsfElectron.scSigmaIEtaIEta());
378  }
379 
380  // supercluster related distributions
381  if ( passMiniAODSelection ) { // Pt > 5.
382  h1_scl_SigIEtaIEta_mAOD->Fill(bestGsfElectron.scSigmaIEtaIEta());
385  if (bestGsfElectron.isEB()) {
389  }
390  if (bestGsfElectron.isEE()) {
394  }
395 
396  }
397 
398  // track related distributions
399  h2_ele_foundHitsVsEta->Fill( bestGsfElectron.eta(), bestGsfElectron.gsfTrack()->numberOfValidHits() );
400  if (passMiniAODSelection) { // Pt > 5.
401  h2_ele_foundHitsVsEta_mAOD->Fill( bestGsfElectron.eta(), bestGsfElectron.gsfTrack()->numberOfValidHits() );
402  }
403 
404  // match distributions
405  if (passMiniAODSelection) { // Pt > 5.
406  h1_ele_HoE_mAOD->Fill(bestGsfElectron.hcalOverEcal());
407  if (bestGsfElectron.isEB()) h1_ele_HoE_mAOD_barrel->Fill(bestGsfElectron.hcalOverEcal());
408  if (bestGsfElectron.isEE()) h1_ele_HoE_mAOD_endcaps->Fill(bestGsfElectron.hcalOverEcal());
409  }
410 
411  // fbrem
412 
413  // double fbrem_mode = bestGsfElectron.fbrem();
414  if (passMiniAODSelection) { // Pt > 5.
415  h1_ele_fbrem_mAOD->Fill( bestGsfElectron.fbrem() );
416  if (bestGsfElectron.isEB()) h1_ele_fbrem_mAOD_barrel->Fill( bestGsfElectron.fbrem() );
417  if (bestGsfElectron.isEE()) h1_ele_fbrem_mAOD_endcaps->Fill( bestGsfElectron.fbrem() );
418 
419  // -- pflow over pT
420  double one_over_pt = 1. / bestGsfElectron.pt();
421 
424  h1_ele_photonRelativeIso_mAOD->Fill(bestGsfElectron.pfIsolationVariables().sumPhotonEt * one_over_pt );
425 
426  if (bestGsfElectron.isEB()) {
430  }
431 
432  if (bestGsfElectron.isEE()) {
436  }
437 
438  // -- recomputed pflow over pT
442 
443  }
444 
445  } // fin boucle size_t i
446 
447 }
448 
const PflowIsolationVariables & pfIsolationVariables() const
Definition: GsfElectron.h:687
T getParameter(std::string const &) const
double eta() const final
momentum pseudorapidity
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")
const LorentzVector & p4(P4Kind kind) const
Definition: GsfElectron.cc:228
edm::EDGetTokenT< edm::ValueMap< float > > pfSumPhotonEtTmp_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:517
#define nullptr
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")
double pt() const final
transverse momentum
virtual const Candidate * mother(size_type i=0) const =0
return pointer to mother
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")
float fbrem() const
Definition: GsfElectron.h:772
edm::EDGetTokenT< edm::ValueMap< float > > pfSumNeutralHadronEtTmp_
ElectronMcSignalValidatorMiniAOD(const edm::ParameterSet &)
bool isEE() const
Definition: GsfElectron.h:357
bool isEB() const
Definition: GsfElectron.h:356
void Fill(long long x)
Definition: HeavyIon.h:7
const Double_t pi
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:29
edm::EDGetTokenT< edm::View< reco::GenParticle > > mcTruthCollection_
float deltaEtaSuperClusterTrackAtVtx() const
Definition: GsfElectron.h:253
int iEvent
Definition: GenABIO.cc:224
void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:268
float deltaPhiSeedClusterTrackAtCalo() const
Definition: GsfElectron.h:257
virtual int pdgId() const =0
PDG identifier.
T sqrt(T t)
Definition: SSEVec.h:18
float sumPhotonEt
sum pt of PF photons // old float photonIso ;
Definition: GsfElectron.h:641
float hcalOverEcal() const
Definition: GsfElectron.h:448
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
void setBookPrefix(const std::string &)
float sumNeutralHadronEt
sum pt of neutral hadrons // old float neutralHadronIso ;
Definition: GsfElectron.h:640
float scSigmaIEtaIEta() const
Definition: GsfElectron.h:491
ii
Definition: cuy.py:590
void setBookEfficiencyFlag(const bool &)
double p() const final
magnitude of momentum vector
edm::Ptr< pat::Electron > PatElectronPtr
constexpr auto deltaR2(const T1 &t1, const T2 &t2) -> decltype(t1.eta())
Definition: deltaR.h:16
T const * product() const
Definition: Handle.h:74
Analysis-level electron class.
Definition: Electron.h:52
void analyze(const edm::Event &, const edm::EventSetup &) override
edm::EventID id() const
Definition: EventBase.h:59
fixed size matrix
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
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")
reco::GsfTrackRef gsfTrack() const override
override the reco::GsfElectron::gsfTrack method, to access the internal storage of the supercluster ...
edm::EDGetTokenT< pat::ElectronCollection > electronToken_
virtual size_type numberOfDaughters() const =0
number of daughters
void setBookStatOverflowFlag(const bool &)
float sumChargedHadronPt
sum-pt of charged Hadron // old float chargedHadronIso ;
Definition: GsfElectron.h:639
double phi() const final
momentum azimuthal angle
edm::EDGetTokenT< edm::ValueMap< float > > pfSumChargedHadronPtTmp_
Definition: Run.h:45