Uses of Class
org.jlab.clas.detector.DetectorEvent
Packages that use DetectorEvent
- 
Uses of DetectorEvent in org.jlab.clas.detectorMethods in org.jlab.clas.detector that return DetectorEventModifier and TypeMethodDescriptionstatic DetectorEventDetectorData.readDetectorEvent(DataEvent event) reads Detector Event, detector particles and detector responses and then adds all associated responses to each particle.static DetectorEventDetectorData.readDetectorEvent(DataEvent event, String particle_bank, String response_bank) static DetectorEventDetectorEvent.readDetectorEvent(DataEvent event) Methods in org.jlab.clas.detector with parameters of type DetectorEventModifier and TypeMethodDescriptionstatic DataBankDetectorData.getEventBank(DetectorEvent detectorEvent, DataEvent event, String bank_name) static DataBankDetectorData.getEventShadowBank(DetectorEvent detectorEvent, DataEvent event, String bank_name) 
- 
Uses of DetectorEvent in org.jlab.service.ebMethods in org.jlab.service.eb that return DetectorEventMethods in org.jlab.service.eb with parameters of type DetectorEventModifier and TypeMethodDescriptionbooleanEBMatching.addCentralNeutrals(DetectorEvent de) find CD neutrals and append to particle listvoidEBAnalyzer.assignBetas(DetectorEvent event, boolean useStartTimeFromFT) voidEBAnalyzer.assignNeutralMomenta(DetectorEvent de) voidEBAnalyzer.assignParticleStartTimes(DetectorEvent event, DetectorType type, int layer) Assign per-particle start times, based on the trigger particle's timing and momentum, but with vz-correction per-particle.voidEBAnalyzer.assignPids(DetectorEvent event, boolean useStartTimeFromFT) voidEBAnalyzer.processEvent(DetectorEvent event) Determine event start time from trigger particle, assign particles' betas and pids and neutrals' momentavoidEBAnalyzer.processEventFT(DetectorEvent event) Determine event start time from FT electron and reassign timing-based particle identification accordingly.voidEBAnalyzer.PIDHypothesis.setEvent(DetectorEvent e) static DataBankEBio.writeTrigger(DetectorEvent event)