CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OccupancyClient_cfi.py
Go to the documentation of this file.
1 occupancyClient = dict(
2  minHits = 20,
3  deviationThreshold = 100.0
4 )
5 
6 occupancyClientPaths = dict(
7  HotDigi = "Occupancy/HotCells/Digi/",
8  HotRecHitThr = "Occupancy/HotCells/RecHitThres/",
9  HotTPDigiThr = "Occupancy/HotCells/TPDigiThres/",
10  QualitySummary = "Summary/OccupancyClient hot cell quality"
11 )