CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hcal_dqm_client_fileT0_cff.py
Go to the documentation of this file.
2 
5 hcalOfflineDQMClient = cms.Sequence(hcalClient
6  # + zdcClient # re-enable once zdc has been tested offline
7  )
8 
9 hcalClient.baseHtmlDir = ''
10 hcalClient.databaseDir = ''
11 hcalClient.minevents = 500 # Don't count errors when less than 500 events processed
12 hcalClient.enabledClients = ["DeadCellMonitor",
13  "HotCellMonitor",
14  "RecHitMonitor",
15  "DigiMonitor",
16  "RawDataMonitor",
17  "ZDCMonitor",
18  #"TrigPrimMonitor", # can't enable trig prim monitor, because no trig sim available offline!
19  "NZSMonitor",
20  #"BeamMonitor", # don't use BeamMonitor, because I don't trust HF lumi error thresholds to remain valid in higher-luminosity runs
21  "DetDiagNoiseMonitor",
22  "Summary"
23  ]
24 # Enable save-by-lumi-section reportSummaries in offline only for now
25 hcalClient.saveByLumiSection=True