CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SelectiveReadoutTask_cfi.py
Go to the documentation of this file.
1 selectiveReadoutTask = dict(
2  useCondDb = False,
3  DCCZS1stSample = 2,
4  ZSFIRWeights = [-0.374, -0.374, -0.3629, 0.2721, 0.4681, 0.3707]
5 )
6 
7 selectiveReadoutTaskPaths = dict(
8  TowerSize = "SelectiveReadout/SRTask tower event size",
9  DCCSize = "SelectiveReadout/SRTask DCC size",
10  EventSize = "SelectiveReadout/SRTask event size per DCC",
11  FlagCounterMap = "SelectiveReadout/Counters/SRTask tower flag counter",
12  RUForcedMap = "SelectiveReadout/Counters/SRTask RU with forced SR counter",
13  FullReadoutMap = "SelectiveReadout/Counters/SRTask tower full readout counter",
14  FullReadout = "SelectiveReadout/SRTask towers fully readout",
15  ZS1Map = "SelectiveReadout/Counters/SRTask tower ZS1 counter",
16  ZSMap = "SelectiveReadout/Counters/SRTask tower ZS1+ZS2 counter",
17  ZSFullReadoutMap = "SelectiveReadout/Counters/SRTask ZS flagged full readout counter",
18  ZSFullReadout = "SelectiveReadout/SRTask towers ZS flagged fully readout",
19  FRDroppedMap = "SelectiveReadout/Counters/SRTask FR flagged dropped counter",
20  FRDropped = "SelectiveReadout/SRTask towers FR flagged dropped",
21  HighIntPayload = "SelectiveReadout/SRTask high interest payload per DCC",
22  LowIntPayload = "SelectiveReadout/SRTask low interest payload per DCC",
23  HighIntOutput = "SelectiveReadout/SRTask high interest filter output",
24  LowIntOutput = "SelectiveReadout/SRTask low interest filter output"
25 )