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