CMS 3D CMS Logo

Variables

DQMFEDIntegrityClient_cff Namespace Reference

Variables

tuple dqmFEDIntegrity
tuple DQMFEDIntegrityClient = cms.Sequence(dqmFEDIntegrity*dqmQTestDQMFED)
tuple dqmQTestDQMFED

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DQMFEDIntegrityClient",
00002    fillInEventloop = cms.untracked.bool(True),
00003    fillOnEndLumi = cms.untracked.bool(True),
00004    fillOnEndRun = cms.untracked.bool(True),
00005    fillOnEndJob = cms.untracked.bool(False),
00006    moduleName = cms.untracked.string('FED'),
00007    fedFolderName = cms.untracked.string('FEDIntegrity')
00008    )

Definition at line 3 of file DQMFEDIntegrityClient_cff.py.

Definition at line 21 of file DQMFEDIntegrityClient_cff.py.

Initial value:
00001 cms.EDAnalyzer("QualityTester",
00002    prescaleFactor = cms.untracked.int32(1),
00003    qtList = cms.untracked.FileInPath('DQMServices/Components/data/DQMFEDQualityTests.xml'),
00004    getQualityTestsFromFile = cms.untracked.bool(True),
00005    qtestOnEndLumi = cms.untracked.bool(True),
00006    qtestOnEndRun = cms.untracked.bool(True),
00007    qtestOnEndJob = cms.untracked.bool(False)
00008    )

Definition at line 12 of file DQMFEDIntegrityClient_cff.py.