CMS 3D CMS Logo

GtPsbTextToDigi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 gtPsbTextToDigi = cms.EDProducer("GtPsbTextToDigi",
4  FileEventOffset = cms.untracked.int32(0),
5  TextFileName = cms.string('psb-')
6 )
7 
8