Skip to content

Commit 72d742a

Browse files
committed
added AI banks to the DST bank list, removed the license from the service
1 parent 76a27f3 commit 72d742a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

etc/bankdefs/util/bankSplit.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ def create(dirname, banklist):
7676

7777
# trigger validation needs these:
7878
trig = ["RAW::vtp","HTCC::rec","ECAL::adc","ECAL::calib","ECAL::clusters","ECAL::hits","ECAL::moments","ECAL::peaks","ECAL::tdc","ECAL::trigger"]
79-
79+
# AI banks (very important)
80+
aibanks = ["MLDC::dc","MLDC::tracks"]
8081
# accumulate all the DST banks:
81-
dst = rectbai + rectb + mc + tag1 + dets
82+
dst = rectbai + rectb + mc + tag1 + dets + aibanks
8283
dsthb = dst + rechbai + rechb
8384

8485
# generate the calib and mon schema:

reconstruction/mltn/src/main/java/org/jlab/service/mltn/MLDCEngine.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
3-
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
4-
*/
51
package org.jlab.service.mltn;
62

73
import java.nio.ByteBuffer;

0 commit comments

Comments
 (0)