CMS 3D CMS Logo

ecalTimeDigiParameters_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecal_time_digi_parameters = cms.PSet(
4  hitsProducerEB = cms.InputTag('g4SimHits:EcalHitsEB'),
5  hitsProducerEE = cms.InputTag('g4SimHits:EcalHitsEE'),
6  EBtimeDigiCollection = cms.string('EBTimeDigi'),
7  EEtimeDigiCollection = cms.string('EETimeDigi'),
8  timeLayerBarrel = cms.int32(7),
9  timeLayerEndcap = cms.int32(3)
10  )