Variables | |
tuple | L1GtTextToRaw |
00001 cms.EDProducer("L1GtTextToRaw", 00002 00003 # type of the text file 00004 TextFileType = cms.untracked.string('VmeSpyDump'), 00005 00006 # name of the text file to be packed 00007 # the module is using a EmptySource source 00008 TextFileName = cms.untracked.string('testGt_TextToRaw_source.txt'), 00009 00010 # FED Id for GT DAQ record 00011 # default value defined in DataFormats/FEDRawData/src/FEDNumbering.cc 00012 DaqGtFedId = cms.untracked.int32(813), 00013 00014 # FED raw data size (in 8bits units, including header and trailer) 00015 # If negative value, the size is retrieved from the trailer. 00016 RawDataSize = cms.untracked.int32(872) 00017 )
Definition at line 7 of file l1GtTextToRaw_cfi.py.