L1Trigger
TextToDigi
python
RctTextToRctDigi_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
rctTextToRctDigi = cms.EDProducer(
"RctTextToRctDigi"
,
4
FileEventOffset = cms.int32(0),
5
TextFileName = cms.string(
'data/testElectronsRct_'
),
6
RctOutputLabel = cms.InputTag(
"RCTRegionSumsEmCands"
)
7
)
8
9
Generated for CMSSW Reference Manual by
1.8.16