Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
PhysicsTools
HepMCCandAlgos
python
allSuperClustersGenParticlesLeptonMatch_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
allSuperClustersGenParticlesLeptonMatch = cms.EDFilter(
"MCTruthDeltaRMatcher"
,
4
src = cms.InputTag(
"allSuperClusters"
),
5
distMin = cms.double(0.15),
6
matchPDGId = cms.vint32(11),
7
matched = cms.InputTag(
"genParticleCandidates"
)
8
)
9
10
Config
Generated for CMSSW Reference Manual by
1.8.5