CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DQM/EcalBarrelMonitorClient/python/OccupancyClient_cfi.py

Go to the documentation of this file.
00001 occupancyClient = dict(
00002     minHits = 20,
00003     deviationThreshold = 100.0
00004 )
00005 
00006 occupancyClientPaths = dict(
00007     HotDigi = "Occupancy/HotCells/Digi/",
00008     HotRecHitThr = "Occupancy/HotCells/RecHitThres/",
00009     HotTPDigiThr = "Occupancy/HotCells/TPDigiThres/",
00010     QualitySummary = "Summary/OccupancyClient hot cell quality"
00011 )