Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
ElectroWeakAnalysis
Skimming
python
dimuonsMCMatch_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
dimuonsMCMatch = cms.EDFilter(
"MCTruthCompositeMatcherNew"
,
4
src = cms.InputTag(
"dimuons"
),
5
#
6
# comment PAT match because works only for layer-0 muons
7
#
8
# VInputTag matchMaps = { muonMatch }
9
matchPDGId = cms.vint32(),
10
matchMaps = cms.VInputTag(cms.InputTag(
"goodMuonMCMatch"
))
11
)
12
13
Config
Generated for CMSSW Reference Manual by
1.8.5