1 import FWCore.ParameterSet.Config
as cms
12 ecalDrivenElectronSeeds.SeedConfiguration.SCEtCut = cms.double(15.0)
13 ecalDrivenGsfElectrons.preselection.minSCEtBarrel = cms.double(15.0)
14 ecalDrivenGsfElectrons.preselection.minSCEtEndcaps = cms.double(15.0)
34 hcalnoise.trackCollName =
'hiGeneralTracks' 47 reducedHcalRecHitsSequence = cms.Sequence( reducedHcalRecHits )
48 reducedRecHits = cms.Sequence ( reducedEcalRecHitsSequence * reducedHcalRecHitsSequence )
49 interestingTrackEcalDetIds.TrackCollection =
"hiGeneralTracks" 53 globalRecoPbPb = cms.Sequence(hiTracking_wSplitting
54 * hcalGlobalRecoSequence
55 * hiParticleFlowLocalReco
62 * egammaHighLevelRecoPostPF
65 * hiClusterCompatibility
68 * muonRecoHighLevelPbPb
73 globalRecoPbPb_wPhase1 = globalRecoPbPb.copy()
74 globalRecoPbPb_wPhase1.replace(hiTracking_wSplitting, hiTracking_wSplitting_Phase1)
75 from Configuration.Eras.Modifier_trackingPhase1_cff
import trackingPhase1
76 trackingPhase1.toReplaceWith(globalRecoPbPb, globalRecoPbPb_wPhase1)
79 globalRecoPbPb_wConformalPixel = cms.Sequence(hiTracking_wConformalPixel
80 * hiParticleFlowLocalReco
87 * egammaHighLevelRecoPostPF
90 * hiClusterCompatibility
93 * muonRecoHighLevelPbPb
105 siStripZeroSuppression.storeCM = cms.bool(
True)