CMS 3D CMS Logo

ecalTimeDigitizer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 ecalTimeDigitizer = cms.PSet(
6  ecal_time_digi_parameters,
7  accumulatorType = cms.string("EcalTimeDigiProducer"),
8 )
9