Skip to content

Commit 9967ca9

Browse files
committed
add CND occupancy banks
1 parent 0f138b6 commit 9967ca9

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

etc/bankdefs/hipo4/occupancy.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,29 @@
238238
{ "name":"component" , "type":"S", "info":"component"},
239239
{ "name":"hits" , "type":"F", "info":"number of hits"}
240240
]
241+
},
242+
{
243+
"name": "OCC::CND::adc",
244+
"group": 500,
245+
"item": 30,
246+
"info": "Occupancy Bank",
247+
"entries": [
248+
{ "name":"sector" , "type":"B", "info":"sector"},
249+
{ "name":"layer" , "type":"B", "info":"layer"},
250+
{ "name":"component" , "type":"S", "info":"component"},
251+
{ "name":"hits" , "type":"F", "info":"number of hits"}
252+
]
253+
},
254+
{
255+
"name": "OCC::CND::tdc",
256+
"group": 500,
257+
"item": 31,
258+
"info": "Occupancy Bank",
259+
"entries": [
260+
{ "name":"sector" , "type":"B", "info":"sector"},
261+
{ "name":"layer" , "type":"B", "info":"layer"},
262+
{ "name":"component" , "type":"S", "info":"component"},
263+
{ "name":"hits" , "type":"F", "info":"number of hits"}
264+
]
241265
}
242266
]

0 commit comments

Comments
 (0)