Uses of Interface
org.jlab.io.base.DataBank
Packages that use DataBank
Package
Description
-
Uses of DataBank in org.jlab.io.base
Classes in org.jlab.io.base that implement DataBankMethods in org.jlab.io.base that return DataBankModifier and TypeMethodDescriptionDataDictionary.createBank
(String name, int rows) DataEvent.createBank
(String bank_name, int rows) Methods in org.jlab.io.base with parameters of type DataBankModifier and TypeMethodDescriptionvoid
DataEvent.appendBank
(DataBank bank) void
DataEvent.appendBanks
(DataBank... bank) void
-
Uses of DataBank in org.jlab.io.bos
Classes in org.jlab.io.bos that implement DataBankMethods in org.jlab.io.bos that return DataBankModifier and TypeMethodDescriptionBosDataDictionary.createBank
(String name, int rows) BosDataEvent.createBank
(String bank_name, int rows) BosDataEvent.getBankOldVersion
(String bank_name) Methods in org.jlab.io.bos with parameters of type DataBankModifier and TypeMethodDescriptionvoid
BosDataEvent.appendBank
(DataBank bank) void
BosDataEvent.appendBanks
(DataBank... bank) void
-
Uses of DataBank in org.jlab.io.evio
Classes in org.jlab.io.evio that implement DataBankMethods in org.jlab.io.evio that return DataBankModifier and TypeMethodDescriptionEvioDataDictionary.createBank
(String name, int rows) EvioDataEvent.createBank
(String bank_name, int rows) EvioDictionary.createBank
(String name, int rows) Methods in org.jlab.io.evio with parameters of type DataBankModifier and TypeMethodDescriptionvoid
EvioDataEvent.appendBank
(DataBank bank) void
EvioDataEvent.appendBanks
(DataBank... banklist) void
EvioDataEvent.appendGeneratedBank
(DataBank bank) void
-
Uses of DataBank in org.jlab.io.hipo
Classes in org.jlab.io.hipo that implement DataBankMethods in org.jlab.io.hipo that return DataBankModifier and TypeMethodDescriptionHipoDataDictionary.createBank
(String name, int rows) HipoDataEvent.createBank
(String bank_name, int rows) Methods in org.jlab.io.hipo with parameters of type DataBankModifier and TypeMethodDescriptionvoid
HipoDataEvent.appendBank
(DataBank bank) void
HipoDataEvent.appendBanks
(DataBank... bank) void
-
Uses of DataBank in org.jlab.io.hipo3
Classes in org.jlab.io.hipo3 that implement DataBankMethods in org.jlab.io.hipo3 that return DataBankModifier and TypeMethodDescriptionHipo3DataDictionary.createBank
(String name, int rows) Hipo3DataEvent.createBank
(String bank_name, int rows) Methods in org.jlab.io.hipo3 with parameters of type DataBankModifier and TypeMethodDescriptionvoid
Hipo3DataEvent.appendBank
(DataBank bank) void
Hipo3DataEvent.appendBanks
(DataBank... bank) void
-
Uses of DataBank in org.jlab.io.ui
Methods in org.jlab.io.ui with parameters of type DataBankModifier and TypeMethodDescriptionvoid
void
DataBankPanel.setBank
(DataBank bank, BankEntryMasks masks) Constructors in org.jlab.io.ui with parameters of type DataBankModifierConstructorDescriptionDataBankPanel
(DataBank bank) DataBankPanel
(DataBank bank, BankEntryMasks masks) -
Uses of DataBank in org.jlab.io.utils
Methods in org.jlab.io.utils that return DataBankModifier and TypeMethodDescriptionDataBank[]
Evio2HipoConverter.getDataBanksWithName
(DataEvent event, String name) Methods in org.jlab.io.utils that return types with arguments of type DataBank -
Uses of DataBank in org.jlab.utils
Methods in org.jlab.utils that return DataBankModifier and TypeMethodDescriptionstatic DataBank
Convenience method to create a bank containing a JsonObject.static DataBank
JsonUtils.create
(DataEvent event, String bankName, String varName, org.jlab.jnp.utils.json.JsonObject json) Convenience method to create a bank containing a JsonObject.static DataBank
Convenience method to create a bank containing a JsonObject.static DataBank
Modify event by extending bank by merging new JSON data to existing.static DataBank
JsonUtils.extend
(DataEvent event, String bankName, String varName, org.jlab.jnp.utils.json.JsonObject extension) Modify event by extending bank by merging new JSON data to existing.static DataBank
Modify event by extending bank by merging new JSON data to existing.static DataBank
This won't be useful once DataBank.setByte(String,byte[]) is implementedMethods in org.jlab.utils with parameters of type DataBankModifier and TypeMethodDescriptionstatic DataBank
This won't be useful once DataBank.setByte(String,byte[]) is implementedstatic org.jlab.jnp.utils.json.JsonObject
Convenience method to get a JsonObject from a bank.static void
Just print it to the screen, nicely.