Uses of Class
org.jlab.clas.detector.DetectorEvent
Packages that use DetectorEvent
-
Uses of DetectorEvent in org.jlab.clas.detector
Methods in org.jlab.clas.detector that return DetectorEventModifier and TypeMethodDescriptionstatic DetectorEvent
DetectorData.readDetectorEvent
(DataEvent event) reads Detector Event, detector particles and detector responses and then adds all associated responses to each particle.static DetectorEvent
DetectorData.readDetectorEvent
(DataEvent event, String particle_bank, String response_bank) static DetectorEvent
DetectorEvent.readDetectorEvent
(DataEvent event) Methods in org.jlab.clas.detector with parameters of type DetectorEventModifier and TypeMethodDescriptionstatic DataBank
DetectorData.getEventBank
(DetectorEvent detectorEvent, DataEvent event, String bank_name) static DataBank
DetectorData.getEventShadowBank
(DetectorEvent detectorEvent, DataEvent event, String bank_name) -
Uses of DetectorEvent in org.jlab.service.eb
Methods in org.jlab.service.eb that return DetectorEventMethods in org.jlab.service.eb with parameters of type DetectorEventModifier and TypeMethodDescriptionboolean
EBMatching.addCentralNeutrals
(DetectorEvent de) find CD neutrals and append to particle listvoid
EBAnalyzer.assignBetas
(DetectorEvent event, boolean useStartTimeFromFT) void
EBAnalyzer.assignNeutralMomenta
(DetectorEvent de) void
EBAnalyzer.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.void
EBAnalyzer.assignPids
(DetectorEvent event, boolean useStartTimeFromFT) void
EBAnalyzer.processEvent
(DetectorEvent event) Determine event start time from trigger particle, assign particles' betas and pids and neutrals' momentavoid
EBAnalyzer.processEventFT
(DetectorEvent event) Determine event start time from FT electron and reassign timing-based particle identification accordingly.void
EBAnalyzer.PIDHypothesis.setEvent
(DetectorEvent e) static DataBank
EBio.writeTrigger
(DetectorEvent event)