forked from AliceO2Group/QualityControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitsFee.json
More file actions
116 lines (115 loc) · 3.74 KB
/
itsFee.json
File metadata and controls
116 lines (115 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"qc": {
"config": {
"database": {
"implementation": "CCDB",
"host": "ccdb-test.cern.ch:8080",
"username": "not_applicable",
"password": "not_applicable",
"name": "not_applicable"
},
"Activity": {
"number": "42",
"type": "PHYSICS",
"beamType" : "PbPb", "": "Beam type: `PROTON-PROTON`, `Pb-Pb`, `Pb-PROTON` "
},
"monitoring": {
"url": "infologger:///debug?qc"
},
"consul": {
"url": ""
},
"conditionDB": {
"url": "ccdb-test.cern.ch:8080"
}
},
"tasks": {
"ITSFEE": {
"active": "true",
"className": "o2::quality_control_modules::its::ITSFeeTask",
"moduleName": "QcITS",
"detectorName": "ITS",
"cycleDurationSeconds": "30",
"dataSource": {
"type": "direct",
"query": "filter:ITS/RAWDATA"
},
"location": "local",
"taskParameters": {
"NPayloadSizeBins": "4096",
"ResetLaneStatus": "1",
"ResetPayload": "0",
"EnableIHWReading": "1",
"PayloadParsingEvery_n_HBFperTF": "0",
"PayloadParsingEvery_n_TF": "1",
"DecodeCDW": "0",
"nResetCycle": "3",
"precisePayload": "1"
}
}
},
"checks": {
"ITSFeeCheck": {
"active": "true",
"className": "o2::quality_control_modules::its::ITSFeeCheck",
"moduleName": "QcITS",
"policy": "OnEachSeparately",
"detectorName": "ITS",
"checkParameters": {
"skipbinstrg": "",
"skipfeeids": "",
"maxTFdifferenceAllowed": "1000000000",
"maxbadchipsIB": "2",
"maxbadlanesML": "4",
"maxbadlanesOL": "7",
"minPayloadSize": "1400",
"maxfractionbadlanes": "0.1",
"expectedROFperOrbit": "18",
"plotWithTextMessage": "",
"textMessage": ""
},
"extendedCheckParameters": {
"default": {
"default": {
"expectedROFperOrbit": "18"
}
},
"PHYSICS": {
"default": {
"expectedROFperOrbit": "18"
},
"PROTON-PROTON": {
"expectedROFperOrbit": "18"
},
"Pb-Pb": {
"expectedROFperOrbit": "6"
}
},
"COSMICS": {
"expectedROFperOrbit": "18"
}
},
"dataSource": [
{
"type": "Task",
"name": "ITSFEE",
"MOs": [
"LaneStatus/laneStatusFlagFAULT",
"LaneStatus/laneStatusFlagERROR",
"LaneStatus/laneStatusFlagWARNING",
"LaneStatus/laneStatusOverviewFlagERROR",
"LaneStatus/laneStatusOverviewFlagWARNING",
"LaneStatusSummary/LaneStatusSummaryGlobal",
"RDHSummary",
"TriggerVsFeeid",
"TriggerVsFeeid_reset",
"PayloadSize",
"TrailerCount",
"TrailerCount_reset"
]
}
]
}
}
}
}