1 import FWCore.ParameterSet.Config
as cms
5 earlyMuons = muons1stStep.clone(
6 inputCollectionTypes = cms.vstring(
'inner tracks',
'outer tracks'),
7 inputCollectionLabels = cms.VInputTag(cms.InputTag(
"earlyGeneralTracks"),cms.InputTag(
"standAloneMuons",
"UpdatedAtVtx")),
11 fillCaloCompatibility =
False,
13 fillGlobalTrackQuality =
False,
14 fillGlobalTrackRefits =
False,
15 fillIsolation =
False,
16 fillTrackerKink =
False)
18 earlyMuons.TrackAssociatorParameters.useHO = cms.bool(
False)
19 earlyMuons.TrackAssociatorParameters.useEcal = cms.bool(
False)
20 earlyMuons.TrackAssociatorParameters.useHcal = cms.bool(
False)
22 earlyDisplacedMuons = earlyMuons.clone(
23 inputCollectionLabels = cms.VInputTag(cms.InputTag(
"earlyGeneralTracks"),cms.InputTag(
"displacedStandAloneMuons",
"")),