Skip to content

Commit

Permalink
Merge pull request #2783 from olivito/deltaR_filter
Browse files Browse the repository at this point in the history
ConfDB -- Delta R overlap filter for Candidates: cfi file
  • Loading branch information
ktf committed Mar 11, 2014
2 parents bd995af + 1c77d75 commit 7fe7d9a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import FWCore.ParameterSet.Config as cms

deltaROverlapExclusionSelector = cms.EDFilter( "DeltaROverlapExclusionSelector",
src = cms.InputTag(""),
overlap = cms.InputTag(""),
maxDeltaR = cms.double(0.01),
)

0 comments on commit 7fe7d9a

Please sign in to comment.