Skip to content

Commit

Permalink
added AI banks to the DST bank list, removed the license from the ser…
Browse files Browse the repository at this point in the history
…vice
  • Loading branch information
gavalian committed Feb 5, 2025
1 parent 76a27f3 commit 72d742a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions etc/bankdefs/util/bankSplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ def create(dirname, banklist):

# trigger validation needs these:
trig = ["RAW::vtp","HTCC::rec","ECAL::adc","ECAL::calib","ECAL::clusters","ECAL::hits","ECAL::moments","ECAL::peaks","ECAL::tdc","ECAL::trigger"]

# AI banks (very important)
aibanks = ["MLDC::dc","MLDC::tracks"]
# accumulate all the DST banks:
dst = rectbai + rectb + mc + tag1 + dets
dst = rectbai + rectb + mc + tag1 + dets + aibanks
dsthb = dst + rechbai + rechb

# generate the calib and mon schema:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package org.jlab.service.mltn;

import java.nio.ByteBuffer;
Expand Down

0 comments on commit 72d742a

Please sign in to comment.