Package org.jlab.service.eb
Class EBMatching
java.lang.Object
org.jlab.service.eb.EBMatching
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addCentralNeutrals
(org.jlab.clas.detector.DetectorEvent de) find CD neutrals and append to particle listvoid
addResponsesECAL
(List<org.jlab.clas.detector.DetectorParticle> parts, int[] layers) void
addResponsesFTOF
(List<org.jlab.clas.detector.DetectorParticle> parts) List<org.jlab.clas.detector.DetectorParticle>
findNeutrals
(int ecalLayer)
-
Constructor Details
-
EBMatching
-
-
Method Details
-
addResponsesFTOF
-
addResponsesECAL
-
findNeutrals
-
addCentralNeutrals
public boolean addCentralNeutrals(org.jlab.clas.detector.DetectorEvent de) find CD neutrals and append to particle list- Parameters:
de
-- Returns:
- whether any neutrals were added
-