1 import FWCore.ParameterSet.Config
as cms
12 ecalDrivenElectronSeeds.SCEtCut = 15.0
13 ecalDrivenGsfElectrons.preselection.minSCEtBarrel = 15.0
14 ecalDrivenGsfElectrons.preselection.minSCEtEndcaps = 15.0
34 hcalnoise.trackCollName =
'hiGeneralTracks' 47 reducedHcalRecHitsTask = cms.Task( reducedHcalRecHits )
48 reducedHcalRecHitsSequence = cms.Sequence( reducedHcalRecHitsTask )
49 reducedRecHitsTask = cms.Task ( reducedEcalRecHitsTask , reducedHcalRecHitsTask )
50 reducedRecHits = cms.Sequence ( reducedRecHitsTask )
51 interestingTrackEcalDetIds.TrackCollection =
"hiGeneralTracks" 55 globalRecoPbPbTask = cms.Task(hiTracking_wSplittingTask
57 , hiParticleFlowLocalRecoTask
63 , hiParticleFlowRecoTask
64 , egammaHighLevelRecoPostPFTask
67 , hiClusterCompatibility
70 , muonRecoHighLevelPbPbTask
71 , particleFlowLinksTask
75 globalRecoPbPb = cms.Sequence(globalRecoPbPbTask)
77 globalRecoPbPb_wPhase1Task = globalRecoPbPbTask.copy()
78 globalRecoPbPb_wPhase1Task.replace(hiTracking_wSplittingTask, hiTracking_wSplitting_Phase1Task)
79 from Configuration.Eras.Modifier_trackingPhase1_cff
import trackingPhase1
80 trackingPhase1.toReplaceWith(globalRecoPbPbTask, globalRecoPbPb_wPhase1Task)
83 globalRecoPbPb_wConformalPixelTask = cms.Task(hiTracking_wConformalPixelTask
84 , hiParticleFlowLocalRecoTask
90 , hiParticleFlowRecoTask
91 , egammaHighLevelRecoPostPFTask
93 , hiClusterCompatibility
96 , muonRecoHighLevelPbPbTask
97 , particleFlowLinksTask
101 globalRecoPbPb_wConformalPixel = cms.Sequence(globalRecoPbPb_wConformalPixelTask)
109 siStripZeroSuppression.storeCM =
True