public class CounterPoint extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Double |
absolute
The absolute number of particles detected in the air sample.
|
Double |
density
The particle density (particles/volume).
|
Integer |
limitViolation
Non-zero if the density was over the limit set for the channel.
|
Integer |
malfunction
Non-zero if the channel experienced a malfunction during measurement.
|
| Constructor and Description |
|---|
CounterPoint(Double absolute,
Double density,
Boolean viol,
Boolean malf) |
public final Double absolute
public final Double density
public final Integer limitViolation
public final Integer malfunction
Copyright © 2021 LSST. All rights reserved.