Package org.jlab.detector.banks
Class RawDataBank
java.lang.Object
org.jlab.detector.banks.FilteredBank
org.jlab.detector.banks.RawBank
org.jlab.detector.banks.RawDataBank
An extension to support original bank interface.
- Author:
- baltzell
- 
Nested Class SummaryNested classes/interfaces inherited from class org.jlab.detector.banks.RawBankRawBank.OrderGroups, RawBank.OrderType
- 
Field SummaryFields inherited from class org.jlab.detector.banks.RawBankFILTER_VAR_NAMEFields inherited from class org.jlab.detector.banks.FilteredBankbank, DEFAULT_ALLOC, filterList, filterVar, indexList
- 
Constructor SummaryConstructorsConstructorDescriptionRawDataBank(String bankName) RawDataBank(String bankName, int allocate) RawDataBank(String bankName, int allocate, RawBank.OrderType... types) RawDataBank(String bankName, RawBank.OrderType... types) 
- 
Method SummaryModifier and TypeMethodDescriptionintfloatintlongintstatic voidvoidRead the bank and prepare filteringMethods inherited from class org.jlab.detector.banks.RawBankadc, component, createFilterGroup, getFilterGroup, layer, sector, setFilter, tdc, trueOrderMethods inherited from class org.jlab.detector.banks.FilteredBankgetRows, notifyRead, read, rows, setFilter, trueIndex
- 
Constructor Details- 
RawDataBank
- 
RawDataBank
- 
RawDataBank
- 
RawDataBank
 
- 
- 
Method Details- 
readRead the bank and prepare filtering- Parameters:
- event-
 
- 
getByte- Overrides:
- getBytein class- FilteredBank
- Parameters:
- varName- name of the bank variable
- index- filtered index to retrieve
- Returns:
- value for the filtered index
 
- 
getShort- Overrides:
- getShortin class- FilteredBank
- Parameters:
- varName- name of the bank variable
- index- filtered index to retrieve
- Returns:
- value for the filtered index
 
- 
getInt- Overrides:
- getIntin class- FilteredBank
- Parameters:
- varName- name of the bank variable
- index- filtered index to retrieve
- Returns:
- value for the filtered index
 
- 
getLong- Overrides:
- getLongin class- FilteredBank
- Parameters:
- varName- name of the bank variable
- index- filtered index to retrieve
- Returns:
- value for the filtered index
 
- 
getFloat- Overrides:
- getFloatin class- FilteredBank
- Parameters:
- varName- name of the bank variable
- index- filtered index to retrieve
- Returns:
- value for the filtered index
 
- 
main
 
-