CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CondDBIOVWriter_cfi.py
Go to the documentation of this file.
2 
3 L1CondDBIOVWriter = cms.EDAnalyzer("L1CondDBIOVWriter",
4  toPut = cms.VPSet(),
5  tscKey = cms.string('dummy'),
6  ignoreTriggerKey = cms.bool(False),
7  logKeys = cms.bool(False),
8  logTransactions = cms.bool(False),
9  forceUpdate = cms.bool(False)
10  )
11