CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
rctSaveInput_cfi.py
Go to the documentation of this file.
2 
3 rctSaveInput = cms.EDAnalyzer("L1RCTSaveInput",
4  hcalDigisLabel = cms.InputTag("hcalTriggerPrimitiveDigis"),
5  useDebugTpgScales = cms.bool(False),
6  rctTestInputFile = cms.untracked.string('rctSaveTest.txt'),
7  useEcal = cms.bool(True),
8  useHcal = cms.bool(True),
9  ecalDigisLabel = cms.InputTag("ecalTriggerPrimitiveDigis")
10 )
11 
12 
13