CMS 3D CMS Logo

hltParticleFlowTimeAssignerECAL_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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")
8 )