Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:24

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 tccFlatToDigi = cms.EDProducer("EcalFEtoDigi",
0004     FileEventOffset = cms.untracked.int32(0),
0005     UseIdentityLUT = cms.untracked.bool(False),
0006     SuperModuleId = cms.untracked.int32(-1),
0007     debugPrintFlag = cms.untracked.bool(False),
0008     FlatBaseName = cms.untracked.string('ecal_tcc_')
0009 )
0010 
0011 
0012