CMS 3D CMS Logo

hltEcalBarrelClusterFastTimer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEcalBarrelClusterFastTimer = cms.EDProducer("EcalBarrelClusterFastTimer",
4  ebClusters = cms.InputTag("hltParticleFlowClusterECALUncorrected"),
5  ebTimeHits = cms.InputTag("hltEcalDetailedTimeRecHit","EcalRecHitsEB"),
6  ecalDepth = cms.double(7.0),
7  minEnergyToConsider = cms.double(0.0),
8  minFractionToConsider = cms.double(0.1),
9  resolutionModels = cms.VPSet(cms.PSet(
10  modelName = cms.string('PerfectResolutionModel')
11  )),
12  timedVertices = cms.InputTag("hltOfflinePrimaryVertices4D")
13 )