1 import FWCore.ParameterSet.Config
as cms
3 hltParticleFlowTimeAssignerECAL = cms.EDProducer(
"PFClusterTimeAssigner",
4 mightGet = cms.optional.untracked.vstring,
5 src = cms.InputTag(
"hltParticleFlowClusterECALUncorrected"),
6 timeResoSrc = cms.InputTag(
"hltEcalBarrelClusterFastTimer",
"PerfectResolutionModelResolution"),
7 timeSrc = cms.InputTag(
"hltEcalBarrelClusterFastTimer",
"PerfectResolutionModel")