public enum ScalerDataIndex extends Enum<ScalerDataIndex>
ScalerData
array from EVIO data (full 72 word integer array).Enum Constant and Description |
---|
CLOCK_GATED
Gated clock.
|
CLOCK_UNGATED
Ungated clock.
|
FCUP_TDC_GATED
Gated Faraday cup TDC threshold.
|
FCUP_TDC_UNGATED
Ungated Faraday cup TDC threshold.
|
FCUP_TRG_GATED
Gated Faraday cup TRG threshold.
|
FCUP_TRG_UNGATED
Ungated Faraday cup TRG threshold.
|
Modifier and Type | Field and Description |
---|---|
private int |
index
The index value within the scaler data array.
|
Modifier and Type | Method and Description |
---|---|
int |
index()
Get the index value.
|
static ScalerDataIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalerDataIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScalerDataIndex CLOCK_GATED
public static final ScalerDataIndex CLOCK_UNGATED
public static final ScalerDataIndex FCUP_TDC_GATED
public static final ScalerDataIndex FCUP_TDC_UNGATED
public static final ScalerDataIndex FCUP_TRG_GATED
public static final ScalerDataIndex FCUP_TRG_UNGATED
public static ScalerDataIndex[] values()
for (ScalerDataIndex c : ScalerDataIndex.values()) System.out.println(c);
public static ScalerDataIndex valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int index()
Copyright © 2019. All rights reserved.