CMS 3D CMS Logo

particleFlowTimeAssignerECAL_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 particleFlowTimeAssignerECAL = cms.EDProducer("PFClusterTimeAssigner",
4  mightGet = cms.optional.untracked.vstring,
5  src = cms.InputTag("particleFlowClusterECALUncorrected"),
6  timeResoSrc = cms.InputTag("ecalBarrelClusterFastTimer","PerfectResolutionModelResolution"),
7  timeSrc = cms.InputTag("ecalBarrelClusterFastTimer","PerfectResolutionModel")
8 )