CMS 3D CMS Logo

SETRecoMuon_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 from RecoMuon.StandAloneMuonProducer.standAloneMuons_cff import standAloneSETMuons
6 
8 globalSETMuons = globalMuons.clone(
9  MuonCollectionLabel = 'standAloneSETMuons:UpdatedAtVtx'
10 )
11 muontracking_with_SET_Task = cms.Task(SETMuonSeed,standAloneSETMuons,globalSETMuons)
12 muontracking_with_SET = cms.Sequence(muontracking_with_SET_Task)
13 
15 muonsWithSET = muons1stStep.clone(
16  inputCollectionLabels = ['generalTracks',
17  'globalSETMuons',
18  'standAloneSETMuons:UpdatedAtVtx'],
19  inputCollectionTypes = ['inner tracks', 'links', 'outer tracks']
20 )
21 #muonreco_with_SET = cms.Sequence(muontracking_with_SET*muonsWithSET)
22 #run only the tracking part for SET, after that it should be merged with the main ones at some point
23 muonreco_with_SET_Task = cms.Task(muontracking_with_SET_Task)
24 muonreco_with_SET = cms.Sequence(muonreco_with_SET_Task)
25 muonreco_with_standAloneSET_Task = cms.Task(SETMuonSeed,standAloneSETMuons)
26 muonreco_with_standAloneSET = cms.Sequence(muonreco_with_standAloneSET_Task)
standAloneMuons_cff
SETMuonSeed_cff
GlobalMuonProducer_cff
muonIdProducerSequence_cff