Uses of Class
org.jlab.rec.ai.dcCluster.DCClusterCombo
Packages that use DCClusterCombo
-
Uses of DCClusterCombo in org.jlab.service.ai
Methods in org.jlab.service.ai that return types with arguments of type DCClusterComboModifier and TypeMethodDescriptionDCClsComboEngine.resolveSharedClusterConflicts(List<DCClusterCombo> comboList) Resolve conflicts among a list of DCClusterCombos by removing overlapping combos.Methods in org.jlab.service.ai with parameters of type DCClusterComboModifier and TypeMethodDescriptionbooleanDCClsComboEngine.shareCluster(DCClusterCombo a, DCClusterCombo b) Method parameters in org.jlab.service.ai with type arguments of type DCClusterComboModifier and TypeMethodDescriptionvoidDCClsComboEngine.generate5ClsCombos(Map<Integer, List<DCCluster>> mapSL, List<DCClusterCombo> outputList) Generate all possible 5-cluster combinations from clusters per superlayer.voidDCClsComboEngine.generate6ClsCombos(Map<Integer, List<DCCluster>> map, int sl, DCCluster[] current, List<DCClusterCombo> comboList) Recursively generate all possible 6-cluster combinations from a map of clusters per superlayer.DCClsComboEngine.resolveSharedClusterConflicts(List<DCClusterCombo> comboList) Resolve conflicts among a list of DCClusterCombos by removing overlapping combos.voidDCClsComboEngine.writeBank(DataEvent event, List<DCClusterCombo> clsComboList)