CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1Trigger/RegionalCaloTrigger/python/rctSaveInput_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 rctSaveInput = cms.EDAnalyzer("L1RCTSaveInput",
00004     hcalDigisLabel = cms.InputTag("hcalTriggerPrimitiveDigis"),
00005     useDebugTpgScales = cms.bool(False),
00006     rctTestInputFile = cms.untracked.string('rctSaveTest.txt'),
00007     useEcal = cms.bool(True),
00008     useHcal = cms.bool(True),
00009     ecalDigisLabel = cms.InputTag("ecalTriggerPrimitiveDigis")
00010 )
00011 
00012 
00013