Uses of Class
org.jlab.rec.ai.dcCluster.DCCluster
Packages that use DCCluster
-
Uses of DCCluster in org.jlab.rec.ai.dcCluster
Subclasses with type arguments of type DCCluster in org.jlab.rec.ai.dcClusterConstructor parameters in org.jlab.rec.ai.dcCluster with type arguments of type DCClusterModifierConstructorDescriptionDCClusterCombo(List<DCCluster> clsList) DCClusterCombo(List<DCCluster> clsList, int missingSL) -
Uses of DCCluster in org.jlab.service.ai
Methods in org.jlab.service.ai with parameters of type DCClusterModifier and TypeMethodDescriptionvoidDCClsComboEngine.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.Method parameters in org.jlab.service.ai with type arguments of type DCClusterModifier 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.