Package org.jlab.utils
Class BoardDecoderVSCM
java.lang.Object
org.jlab.utils.BoardDecoderVSCM
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(int[] array) void
decodeold
(int[] array) getConvertedBanks
(EvioDataEvent event) int
getLayer
(int slotid, int hfcbid, int chipid) int
getRing
(int slotid, int hfcbid) int
getSector
(int slotid, int hfcbid) int
getStrip
(int chipid, int chan) long
getWord
(int value) static void
-
Constructor Details
-
BoardDecoderVSCM
public BoardDecoderVSCM()
-
-
Method Details
-
getLayer
public int getLayer(int slotid, int hfcbid, int chipid) -
getStrip
public int getStrip(int chipid, int chan) -
getRing
public int getRing(int slotid, int hfcbid) -
getSector
public int getSector(int slotid, int hfcbid) -
getRecords
-
decode
public void decode(int[] array) -
getConvertedBanks
-
decodeold
public void decodeold(int[] array) -
getWord
public long getWord(int value) -
main
-