Main Page
Namespaces
Classes
Package Documentation
ElectroWeakAnalysis
Skimming
python
dimuonsOneTrack_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
dimuonsOneTrack = cms.EDProducer(
"CandViewShallowCloneCombiner"
,
4
checkCharge = cms.bool(
True
),
5
cut = cms.string(
'mass > 20'
),
6
# decay = cms.string('selectedLayer1Muons@+ goodTracks@-')
7
# decay = cms.string('selectedLayer1Muons@+ selectedLayer1TrackCands@-')
8
decay = cms.string(
'selectedPatMuonsTriggerMatch@+ selectedPatTracks@-'
)
9
)
10
11
Generated for CMSSW Reference Manual by
1.8.11