CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TowerStatusTask_cfi.py
Go to the documentation of this file.
1 towerStatusTask = dict(
2  doDAQInfo = True,
3  doDCSInfo = True
4 )
5 
6 towerStatusTaskPaths = dict(
7  DAQSummary = "EventInfo/DAQSummary",
8  DAQSummaryMap = "EventInfo/DAQSummaryMap",
9  DAQContents = "EventInfo/DAQContents/",
10  DCSSummary = "EventInfo/DCSSummary",
11  DCSSummaryMap = "EventInfo/DCSSummaryMap",
12  DCSContents = "EventInfo/DCSContents/",
13 )