Uses of Class
org.jlab.detector.decode.DetectorDataDgtz
Packages that use DetectorDataDgtz
-
Uses of DetectorDataDgtz in org.jlab.detector.decode
Classes in org.jlab.detector.decode that implement interfaces with type arguments of type DetectorDataDgtzMethods in org.jlab.detector.decode that return DetectorDataDgtzModifier and TypeMethodDescriptionDetectorDataDgtz.addADC(DetectorDataDgtz.ADCData adc) DetectorDataDgtz.addPulse(short[] data) DetectorDataDgtz.addSCALER(DetectorDataDgtz.SCALERData scaler) DetectorDataDgtz.addTDC(DetectorDataDgtz.TDCData tdc) DetectorDataDgtz.addVTP(DetectorDataDgtz.VTPData vtp) FADCData.getDetectorData()DetectorDataDgtz.setTrigger(int trig) Methods in org.jlab.detector.decode that return types with arguments of type DetectorDataDgtzModifier and TypeMethodDescriptionstatic List<DetectorDataDgtz> DetectorDataFilter.filter(List<DetectorDataDgtz> data) DetectorDecoderDebug.getADCMapPacked(DataEvent event) DetectorDecoderDebug.getADCMapRaw(DataEvent event) static List<DetectorDataDgtz> DetectorDataDgtz.getDataADC(List<DetectorDataDgtz> list, DetectorType type, int sector) static List<DetectorDataDgtz> DetectorDataDgtz.getDataADC(List<DetectorDataDgtz> list, DetectorType type, int sector, int layer) CodaEventDecoder.getDataEntries(EvioDataEvent event) returns detector digitized data entries from the event. all branches are analyzed and different types of digitized data is created for each type of ADC and TDC data.CodaEventDecoder.getDataEntries(EvioDataEvent event, int crate) returns list of decoded data in the event for given crate.CodaEventDecoder.getDataEntries_57601(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) decoding bank in Mode 1 - full ADC pulse.CodaEventDecoder.getDataEntries_57602(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) Decoding MODE 7 data. for given crate.CodaEventDecoder.getDataEntries_57603(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) Decoding MODE 7 data. for given crate.CodaEventDecoder.getDataEntries_57617(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) SVT decodingCodaEventDecoder.getDataEntries_57622(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) Bank TAG=57622 used for DC (Drift Chambers) TDC values.CodaEventDecoder.getDataEntries_57627(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) CodaEventDecoder.getDataEntries_57636(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) Bank TAG=57636 used for RICH TDC valuesCodaEventDecoder.getDataEntries_57640(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) Decoding MicroMegas Packed DataCodaEventDecoder.getDataEntries_57641(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) Decoding MicroMegas Packed DataCodaEventDecoder.getDataEntries_57648(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) Bank TAG=57648 used for DC (Drift Chambers) TDC and ToT values.CodaEventDecoder.getDataEntries_57657(Integer crate, org.jlab.coda.jevio.EvioNode node, EvioDataEvent event) Bank TAG=57657 used for ATOF PETIROC TDC valuesCodaEventDecoder.getDataEntries_Scalers(EvioDataEvent event) CodaEventDecoder.getDataEntries_TDC(EvioDataEvent event) reads the TDC values from the bank with tag = 57607, decodes them and returns a list of digitized detector object.CodaEventDecoder.getDataEntries_TI(EvioDataEvent event) decoding bank that contains TI time stamp.CodaEventDecoder.getDataEntries_VTP(EvioDataEvent event) static DetectorCollection<List<DetectorDataDgtz>> DetectorBankDgtz.getDetectorData(DetectorType type, List<DetectorDataDgtz> dataDgtz) CLASDecoder4.getEntriesADC(DetectorType type) return list of digitized ADC values from internal listCLASDecoder4.getEntriesADC(DetectorType type, List<DetectorDataDgtz> entries) returns ADC entries from decoded data for given detector TYPECLASDecoder4.getEntriesSCALER(DetectorType type) CLASDecoder4.getEntriesSCALER(DetectorType type, List<DetectorDataDgtz> entries) returns VTP entries from decoded data for given detector typeCLASDecoder4.getEntriesTDC(DetectorType type) CLASDecoder4.getEntriesTDC(DetectorType type, List<DetectorDataDgtz> entries) returns TDC entries from decoded data for given detector typeCLASDecoder4.getEntriesVTP(DetectorType type) CLASDecoder4.getEntriesVTP(DetectorType type, List<DetectorDataDgtz> entries) returns VTP entries from decoded data for given detector typeMethods in org.jlab.detector.decode with parameters of type DetectorDataDgtzModifier and TypeMethodDescriptionintDetectorDataDgtz.compareTo(DetectorDataDgtz o) intDetectorDecoderDebug.getDifference(DetectorDataDgtz a, DetectorDataDgtz b) Method parameters in org.jlab.detector.decode with type arguments of type DetectorDataDgtzModifier and TypeMethodDescriptionvoidDetectorDecoderDebug.compareMaps(Map<Integer, DetectorDataDgtz> raw, Map<Integer, DetectorDataDgtz> packed, int eventNumber) DetectorDataFilter.filter(List<DetectorDataDgtz> data) voidDetectorEventDecoder.filterTDCs(List<DetectorDataDgtz> detectorData) voidDetectorEventDecoder.fitPulses(List<DetectorDataDgtz> detectorData) static List<DetectorDataDgtz> DetectorDataDgtz.getDataADC(List<DetectorDataDgtz> list, DetectorType type, int sector) static List<DetectorDataDgtz> DetectorDataDgtz.getDataADC(List<DetectorDataDgtz> list, DetectorType type, int sector, int layer) static DetectorCollection<List<DetectorDataDgtz>> DetectorBankDgtz.getDetectorData(DetectorType type, List<DetectorDataDgtz> dataDgtz) CLASDecoder4.getEntriesADC(DetectorType type, List<DetectorDataDgtz> entries) returns ADC entries from decoded data for given detector TYPECLASDecoder4.getEntriesSCALER(DetectorType type, List<DetectorDataDgtz> entries) returns VTP entries from decoded data for given detector typeCLASDecoder4.getEntriesTDC(DetectorType type, List<DetectorDataDgtz> entries) returns TDC entries from decoded data for given detector typeCLASDecoder4.getEntriesVTP(DetectorType type, List<DetectorDataDgtz> entries) returns VTP entries from decoded data for given detector typevoidDetectorEventDecoder.translate(List<DetectorDataDgtz> detectorData) applies translation table to the digitized data to translate crate,slot channel to sector layer component.voidDetectorDecoderView.updateData(List<DetectorDataDgtz> data) Constructor parameters in org.jlab.detector.decode with type arguments of type DetectorDataDgtz -
Uses of DetectorDataDgtz in org.jlab.detector.examples
Methods in org.jlab.detector.examples with parameters of type DetectorDataDgtzModifier and TypeMethodDescriptionvoidDaqPulsePlotter.addPulse(DetectorDataDgtz data) org.jlab.groot.data.H1FDaqPulsePlotter.getData(DetectorDataDgtz data) Method parameters in org.jlab.detector.examples with type arguments of type DetectorDataDgtzModifier and TypeMethodDescriptionList<org.jlab.groot.data.H1F> DetectorTiming.getHistograms(List<DetectorDataDgtz> dataSet, DetectorType type, int sector) List<org.jlab.groot.data.H1F> DetectorTiming.getHistograms(List<DetectorDataDgtz> dataSet, DetectorType type, int sector, int layer) -
Uses of DetectorDataDgtz in org.jlab.detector.view
Method parameters in org.jlab.detector.view with type arguments of type DetectorDataDgtzModifier and TypeMethodDescriptionvoidDetectorView2D.DetectorViewLayer2D.fill(List<DetectorDataDgtz> detectorData, String options) updating the detector shapes with the data from detector Bank.voidDetectorView2D.fill(List<DetectorDataDgtz> data, String options)