CMS 3D CMS Logo

rctLutWriter_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 rctLutWriter = cms.EDAnalyzer("L1RCTLutWriter",
4  useDebugTpgScales = cms.bool(False),
5  key = cms.string('dummy')
6 )
7 
8 
9