Package org.jlab.analysis.roads
Class Dictionary
- Author:
- devita, ziegler
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidreadDictionary(String fileName, Dictionary.TestMode mode, int wireBinning, int stripBinning, int sectorDependence) voidreadDictionary(String fileName, Dictionary.TestMode mode, int wireBinning, int stripBinning, int sectorDependence, int maxRoads) voidwriteDictionary(String filename) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
Dictionary
public Dictionary()
-
-
Method Details
-
getRoad
-
printDictionary
public void printDictionary() -
readDictionary
public void readDictionary(String fileName, Dictionary.TestMode mode, int wireBinning, int stripBinning, int sectorDependence) -
readDictionary
public void readDictionary(String fileName, Dictionary.TestMode mode, int wireBinning, int stripBinning, int sectorDependence, int maxRoads) -
writeDictionary
-