8 globalSETMuons = globalMuons.clone()
9 globalSETMuons.MuonCollectionLabel = cms.InputTag(
"standAloneSETMuons",
"UpdatedAtVtx")
11 muontracking_with_SET = cms.Sequence(SETMuonSeed*standAloneSETMuons*globalSETMuons)
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 = cms.Sequence(muontracking_with_SET)