
public final class LocationConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
index
The zero-based position of the name in the list of legal location names.
|
String |
name
The name of the location.
|
Map<InstrumentChannel,Long> |
thresholds
The thresholds to apply to each instrument particle channel.
|
| Constructor and Description |
|---|
LocationConfig(String name,
int index,
Map<InstrumentChannel,Long> thresholds)
Constructs an instance.
|
public final String name
public final int index
public final Map<InstrumentChannel,Long> thresholds
public LocationConfig(String name, int index, Map<InstrumentChannel,Long> thresholds)
name - See name.index - See index.thresholds - See thresholds.Copyright © 2019 LSST. All rights reserved.