1 import FWCore.ParameterSet.Config
as cms
7 filteredDisplacedMuonsTask = cms.Task(filteredDisplacedMuons)
10 patDisplacedMuons = patMuons.clone(
13 muonSource =
"filteredDisplacedMuons",
16 embedMuonBestTrack =
True,
17 embedTunePMuonBestTrack =
True,
18 forceBestTrackEmbedding =
False,
20 embedCombinedMuon =
True,
21 embedStandAloneMuon =
True,
22 embedPickyMuon =
False,
23 embedTpfmsMuon =
False,
25 embedPFCandidate =
False,
28 embedCaloMETMuonCorrs =
False,
30 embedTcMETMuonCorrs =
False,
33 addInverseBeta =
True,
34 sourceMuonTimeExtra = [
"filteredDisplacedMuons",
"combined"],
38 embedGenMatch =
False,
39 genParticleMatch =
"displacedMuonMatch",
42 embedHighLevelSelection =
True,
43 beamLineSrc =
"offlineBeamSpot",
44 pvSrc =
"offlinePrimaryVertices",
47 embedPfEcalEnergy =
False,
48 addPuppiIsolation =
False,
54 computeMiniIso =
False,
55 effectiveAreaVec = [0.0566, 0.0562, 0.0363, 0.0119, 0.0064],
56 pfCandsForMiniIso =
"packedPFCandidates",
57 miniIsoParams = [0.05, 0.2, 10.0, 0.5, 0.0001, 0.01, 0.01, 0.01, 0.0],
59 computePuppiCombinedIso =
False,
63 computeMuonMVA =
False,
64 mvaTrainingFile =
"RecoMuon/MuonIdentification/data/mu_2017_BDTG.weights.xml",
65 lowPtmvaTrainingFile =
"RecoMuon/MuonIdentification/data/mu_lowpt_BDTG.weights.xml",
66 recomputeBasicSelectors =
False,
69 mvaJetTag =
"pfCombinedInclusiveSecondaryVertexV2BJetTags",
70 mvaL1Corrector =
"ak4PFCHSL1FastjetCorrector",
71 mvaL1L2L3ResCorrector =
"ak4PFCHSL1FastL2L3Corrector",
72 rho =
"fixedGridRhoFastjetCentralNeutral",
74 computeSoftMuonMVA =
False,
75 softMvaTrainingFile =
"RecoMuon/MuonIdentification/data/TMVA-muonid-bmm4-B-25.weights.xml",
78 muonSimInfo =
"displacedMuonSimClassifier",
81 addTriggerMatching =
False,
82 triggerObjects =
"slimmedPatTrigger",
83 triggerResults = [
"TriggerResults",
"",
"HLT"],
84 hltCollectionFilters = [
'*']
88 patDisplacedMuons.isoDeposits = cms.PSet()
89 patDisplacedMuons.isolationValues = cms.PSet()
94 makePatDisplacedMuonsTask = cms.Task(
95 filteredDisplacedMuonsTask,
99 makePatDisplacedMuons = cms.Sequence(makePatDisplacedMuonsTask)