Skip to content

Commit

Permalink
moved the new bank definitions to the end of json
Browse files Browse the repository at this point in the history
  • Loading branch information
gavalian committed Dec 5, 2024
1 parent be62d8a commit 007e11f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions etc/bankdefs/hipo4/neuralnetwork.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
[
{
"name": "MLDC::dc",
"group": 4200,
"item" : 5,
"info": "bank with DC information to trina neural networks",
"entries": [
{"name":"id", "type":"S", "info":"the ID"},
{"name":"value", "type":"S", "info":"value"}
]
},
{
"name": "MLDC::tracks",
"group": 4200,
"item" : 6,
"info": "track information",
"entries": [
{"name":"bytes", "type":"B", "info":"byte array of composite format"}
]
},
{
"name": "nn::tracks",
"group": 4200,
Expand Down Expand Up @@ -86,5 +67,24 @@
{"name":"phi", "type":"F", "info":"phi angle of the track"},
{"name":"vz", "type":"F", "info":"vertex Z component for predicted track"}
]
}
},
{
"name": "MLDC::dc",
"group": 4200,
"item" : 5,
"info": "bank with DC information to trina neural networks",
"entries": [
{"name":"id", "type":"S", "info":"the ID"},
{"name":"value", "type":"S", "info":"value"}
]
},
{
"name": "MLDC::tracks",
"group": 4200,
"item" : 6,
"info": "track information",
"entries": [
{"name":"bytes", "type":"B", "info":"byte array of composite format"}
]
}
]

0 comments on commit 007e11f

Please sign in to comment.