CMS 3D CMS Logo

Variables

ZDCMonitorClient_cfi Namespace Reference

Variables

tuple zdcClient

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("ZDCMonitorClient",
00002                            debug=cms.untracked.int32(0),
00003                            inputFile=cms.untracked.string(""),
00004                            mergeRuns=cms.untracked.bool(False),
00005                            cloneME=cms.untracked.bool(False),
00006                            prescaleFactor=cms.untracked.int32(-1),
00007                            subSystemFolder           = cms.untracked.string('Hcal/'), # change to "ZDC" at some point, when ZDC DQM process is decoupled form HCAL?
00008                            ZDCFolder                 = cms.untracked.string("ZDCMonitor_Hcal/"), # This is the subfolder with the subSystemFolder where histograms are kept
00009                            enableCleanup             = cms.untracked.bool(False),
00010                            online                    = cms.untracked.bool(False),  # Use to toggle between online/offline-specific functions
00011 
00012                            
00013                            # These should not be needed by ZDC Monitor Client, at least in the near future -- used for outputting channel status database information for HCAL. 
00014                            baseHtmlDir    = cms.untracked.string(""),
00015                            htmlUpdateTime = cms.untracked.int32(0),
00016                            htmlFirstUpdate = cms.untracked.int32(20),
00017                            databaseDir = cms.untracked.string(""),
00018                            databaseUpdateTime = cms.untracked.int32(0),
00019                            databaseFirstUpdate = cms.untracked.int32(10), # database updates have a 10 minute offset, if updatetime>0
00020                            
00021                            # Specify whether LS-by-LS certification should be created
00022                            saveByLumiSection = cms.untracked.bool(False),
00023 
00024                            ZDC_QIValueForGoodLS = cms.untracked.vdouble(0.8, #The ZDC+ must have at least this high a quality index (QI) to be called good for that Lumi Section (LS) 
00025                                                                         0.8  #The ZDC- must have at least this high a quality index (QI) to be called good for that Lumi Sectoin (LS)
00026                                                                         ),
00027                            
00028                           )

Definition at line 4 of file ZDCMonitorClient_cfi.py.