CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CondDBPayloadWriter_cfi.py
Go to the documentation of this file.
2 
3 L1CondDBPayloadWriter = cms.EDAnalyzer("L1CondDBPayloadWriter",
4  writeL1TriggerKey = cms.bool(True),
5  writeConfigData = cms.bool(True),
6  overwriteKeys = cms.bool(False),
7  logTransactions = cms.bool(False),
8  newL1TriggerKeyList = cms.bool(False)
9  )
10 
11