1 import FWCore.ParameterSet.Config
as cms
5 hiTracks =
'hiGeneralTracks'
8 hiMuons1stStep = muons1stStep.clone()
9 hiMuons1stStep.inputCollectionLabels = [hiTracks,
'globalMuons',
'standAloneMuons:UpdatedAtVtx',
'tevMuons:firstHit',
'tevMuons:picky',
'tevMuons:dyt']
10 hiMuons1stStep.inputCollectionTypes = [
'inner tracks',
'links',
'outer tracks',
'tev firstHit',
'tev picky',
'tev dyt']
11 hiMuons1stStep.TrackExtractorPSet.inputTrackCollection = hiTracks
12 hiMuons1stStep.minPt = cms.double(0.8)
14 hiMuons1stStep.writeIsoDeposits =
False
16 muonEcalDetIds.inputCollection =
"hiMuons1stStep"
18 calomuons.inputTracks = hiTracks
19 calomuons.inputCollection =
'hiMuons1stStep'
20 calomuons.inputMuons =
'hiMuons1stStep'
21 muIsoDepositTk.inputTags = cms.VInputTag(cms.InputTag(
"hiMuons1stStep:tracker"))
22 muIsoDepositJets. inputTags = cms.VInputTag(cms.InputTag(
"hiMuons1stStep:jets"))
23 muIsoDepositCalByAssociatorTowers.inputTags = cms.VInputTag(cms.InputTag(
"hiMuons1stStep:ecal"), cms.InputTag(
"hiMuons1stStep:hcal"), cms.InputTag(
"hiMuons1stStep:ho"))
25 muonShowerInformation.muonCollection =
"hiMuons1stStep"
29 muonreco_plus_isolation_PbPb = muonreco_plus_isolation.copyAndExclude(standalonemuontracking._seq._collection + displacedGlobalMuonTracking._seq._collection)
30 muonreco_plus_isolation_PbPb.replace(muons1stStep, hiMuons1stStep)
32 muonreco_plus_isolation_PbPb.remove(muIsoDeposits_muons)
35 globalMuons.TrackerCollectionLabel = hiTracks
38 hiMuons1stStep.JetExtractorPSet.JetCollectionLabel = cms.InputTag(
"iterativeConePu5CaloJets")
41 hiMuons1stStep.minPCaloMuon = cms.double( 1.0E9 )
45 muons.InputMuons = cms.InputTag(
"hiMuons1stStep")
46 muons.PFCandidates = cms.InputTag(
"particleFlowTmp")
47 muons.FillDetectorBasedIsolation = cms.bool(
False)
48 muons.FillPFIsolation = cms.bool(
False)
49 muons.FillSelectorMaps = cms.bool(
False)
50 muons.FillShoweringInfo = cms.bool(
False)
51 muons.FillCosmicsIdMap = cms.bool(
False)
52 muonRecoHighLevelPbPb = cms.Sequence(muons)
56 muonRecoPbPb = cms.Sequence(muonreco_plus_isolation_PbPb)
High level sequence (i.e., post PF reconstruction) ###.