Skip to content

Commit

Permalink
code-check
Browse files Browse the repository at this point in the history
  • Loading branch information
hatakeyamak committed Aug 15, 2019
1 parent 3712eb3 commit 6e482a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RecoParticleFlow/PFProducer/plugins/PFEGammaProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void PFEGammaProducer::produce(edm::Event& iEvent, const edm::EventSetup& iSetup
std::list<reco::PFBlockRef> otherBlockRefs;

for (unsigned i = 0; i < blocks->size(); ++i) {
// reco::PFBlockRef blockref( blockh,i );
//reco::PFBlockRef blockref( blockh,i );
//reco::PFBlockRef blockref = createBlockRef( *blocks, i);
reco::PFBlockRef blockref(blocks, i);

Expand Down
1 change: 1 addition & 0 deletions RecoParticleFlow/PFProducer/python/particleFlow_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# Verbose and debug flags
verbose = cms.untracked.bool(False),
debug = cms.untracked.bool(False),

# Use HO clusters in PF hadron reconstruction
useHO = cms.bool(True),
Expand Down

0 comments on commit 6e482a4

Please sign in to comment.