Skip to content

Commit

Permalink
Merge pull request #42015 from archiron/Extended_eta_V3
Browse files Browse the repository at this point in the history
Validation RecoEgamma h2_scl_EoEtrueVsrecOfflineVertices_Extended histogram correction
  • Loading branch information
cmsbuild authored Jun 22, 2023
2 parents fd80d7b + 2ca50dd commit 3c0a5a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Validation/RecoEgamma/plugins/ElectronMcSignalValidator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3654,8 +3654,6 @@ void ElectronMcSignalValidator::analyze(const edm::Event &iEvent, const edm::Eve

h2_scl_EoEtrueVsrecOfflineVertices->Fill((*vertexCollectionHandle).size(),
bestGsfElectron.ecalEnergy() / mcIter->p());
h2_scl_EoEtrueVsrecOfflineVertices_Extended->Fill((*vertexCollectionHandle).size(),
bestGsfElectron.ecalEnergy() / mcIter->p());
if (isEBflag)
h2_scl_EoEtrueVsrecOfflineVertices_barrel->Fill((*vertexCollectionHandle).size(),
bestGsfElectron.ecalEnergy() / mcIter->p());
Expand Down

0 comments on commit 3c0a5a3

Please sign in to comment.