Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77053
b: "refs/heads/CMSSW_7_1_X"
c: da73fd1
h: "refs/heads/CMSSW_7_1_X"
i:
  77051: 2644a84
v: v3
  • Loading branch information
Viola Sordini committed Nov 4, 2009
1 parent c0fd498 commit 73f8e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 0bcd3fcb996f6ebab43523ad31ef8717421dc979
"refs/heads/CMSSW_7_1_X": da73fd17206701ca0537ad79c5a3af542b7b94cf
6 changes: 2 additions & 4 deletions trunk/DQMOffline/JetMET/src/PFJetAnalyzer.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* See header file for a description of this class.
*
* $Date: 2009/10/21 12:50:03 $
* $Revision: 1.7 $
* $Date: 2009/11/03 16:46:53 $
* $Revision: 1.8 $
* \author F. Chlebana - Fermilab
*/

Expand Down Expand Up @@ -181,8 +181,6 @@ void PFJetAnalyzer::analyze(const edm::Event& iEvent, const edm::EventSetup& iSe
for (reco::PFJetCollection::const_iterator jet = pfJets.begin(); jet!=pfJets.end(); ++jet){
LogTrace(metname)<<"[JetAnalyzer] Analyze PFJet";

cout<< "we have pf jets.."<< endl;

if (jet == pfJets.begin()) {
fstPhi = jet->phi();
_leadJetFlag = 1;
Expand Down

0 comments on commit 73f8e97

Please sign in to comment.