1 import FWCore.ParameterSet.Config
as cms
12 ecalDrivenElectronSeeds.SeedConfiguration.SCEtCut = cms.double(15.0)
13 ecalDrivenGsfElectrons.minSCEtBarrel = cms.double(15.0)
14 ecalDrivenGsfElectrons.minSCEtEndcaps = cms.double(15.0)
34 hcalnoise.trackCollName =
'hiGeneralTracks' 37 globalRecoPbPb = cms.Sequence(hiTracking_wSplitting
38 * hiParticleFlowLocalReco
47 * hiClusterCompatibility
50 * muonRecoHighLevelPbPb
52 globalRecoPbPb_wPhase1 = globalRecoPbPb.copy()
53 globalRecoPbPb_wPhase1.replace(hiTracking_wSplitting, hiTracking_wSplitting_Phase1)
54 from Configuration.Eras.Modifier_trackingPhase1_cff
import trackingPhase1
55 trackingPhase1.toReplaceWith(globalRecoPbPb, globalRecoPbPb_wPhase1)
58 globalRecoPbPb_wConformalPixel = cms.Sequence(hiTracking_wConformalPixel
59 * hiParticleFlowLocalReco
68 * hiClusterCompatibility
71 * muonRecoHighLevelPbPb
80 siStripZeroSuppression.storeCM = cms.bool(
True)