Package org.jlab.utils
Class BoardDecoderVSCM
java.lang.Object
org.jlab.utils.BoardDecoderVSCM
- Author:
- gavalian
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddecode(int[] array) voiddecodeold(int[] array) getConvertedBanks(EvioDataEvent event) intgetLayer(int slotid, int hfcbid, int chipid) intgetRing(int slotid, int hfcbid) intgetSector(int slotid, int hfcbid) intgetStrip(int chipid, int chan) longgetWord(int value) static void
- 
Constructor Details- 
BoardDecoderVSCMpublic BoardDecoderVSCM()
 
- 
- 
Method Details- 
getLayerpublic int getLayer(int slotid, int hfcbid, int chipid) 
- 
getStrippublic int getStrip(int chipid, int chan) 
- 
getRingpublic int getRing(int slotid, int hfcbid) 
- 
getSectorpublic int getSector(int slotid, int hfcbid) 
- 
getRecords
- 
decodepublic void decode(int[] array) 
- 
getConvertedBanks
- 
decodeoldpublic void decodeold(int[] array) 
- 
getWordpublic long getWord(int value) 
- 
main
 
-