1 import FWCore.ParameterSet.Config
as cms
8 globalSETMuons = globalMuons.clone()
9 globalSETMuons.MuonCollectionLabel = cms.InputTag(
"standAloneSETMuons",
"UpdatedAtVtx")
11 muontracking_with_SET_Task = cms.Task(SETMuonSeed,standAloneSETMuons,globalSETMuons)
12 muontracking_with_SET = cms.Sequence(muontracking_with_SET_Task)
14 muonsWithSET = muons1stStep.clone()
15 muonsWithSET.inputCollectionLabels = [
'generalTracks',
'globalSETMuons', cms.InputTag(
'standAloneSETMuons',
'UpdatedAtVtx')]
16 muonsWithSET.inputCollectionTypes = [
'inner tracks',
'links',
'outer tracks']
20 muonreco_with_SET_Task = cms.Task(muontracking_with_SET_Task)
21 muonreco_with_SET = cms.Sequence(muonreco_with_SET_Task)
22 muonreco_with_standAloneSET_Task = cms.Task(SETMuonSeed,standAloneSETMuons)
23 muonreco_with_standAloneSET = cms.Sequence(muonreco_with_standAloneSET_Task)