Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-08-21 04:46:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltParticleFlowTimeAssignerECAL = cms.EDProducer("PFClusterTimeAssigner",
0004     mightGet = cms.optional.untracked.vstring,
0005     src = cms.InputTag("hltParticleFlowClusterECALUncorrected"),
0006     timeResoSrc = cms.InputTag("hltEcalBarrelClusterFastTimer","PerfectResolutionModelResolution"),
0007     timeSrc = cms.InputTag("hltEcalBarrelClusterFastTimer","PerfectResolutionModel")
0008 )