From 007e11ffb9c113a657c0396e72f93064e7e22500 Mon Sep 17 00:00:00 2001 From: gavalian Date: Thu, 5 Dec 2024 15:54:09 -0500 Subject: [PATCH] moved the new bank definitions to the end of json --- etc/bankdefs/hipo4/neuralnetwork.json | 40 +++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/etc/bankdefs/hipo4/neuralnetwork.json b/etc/bankdefs/hipo4/neuralnetwork.json index 3a7a1a63b..f9ee1ff19 100644 --- a/etc/bankdefs/hipo4/neuralnetwork.json +++ b/etc/bankdefs/hipo4/neuralnetwork.json @@ -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, @@ -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"} + ] + } ]