Skip to content

Commit

Permalink
Merge pull request #8272 from archiron/ElectronAnalyzerCorrection2
Browse files Browse the repository at this point in the history
Electron analyzer correction for 7_4_X
  • Loading branch information
cmsbuild committed Mar 15, 2015
2 parents 5ffae36 + ea53ca3 commit b873b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQMOffline/EGamma/plugins/ElectronAnalyzer.cc
Expand Up @@ -398,8 +398,8 @@ void ElectronAnalyzer::analyze( const edm::Event& iEvent, const edm::EventSetup

// // suppress the endcaps
h1_matchingObject_Eta->Fill( moIter->eta() );
// h1_matchingObject_Pt->Fill( moIter->energy()/cosh(moIter->eta()) );
// h1_matchingObject_Phi->Fill( moIter->phi() );
h1_matchingObject_Pt->Fill( moIter->energy()/cosh(moIter->eta()) );
h1_matchingObject_Phi->Fill( moIter->phi() );

bool okGsfFound = false ;
double gsfOkRatio = 999999999. ;
Expand Down

0 comments on commit b873b91

Please sign in to comment.