public interface LCParameters
LCRunHeader.parameters()
,
LCEvent.parameters()
,
LCCollection.parameters()
Modifier and Type | Method and Description |
---|---|
String[] |
getFloatKeys()
Returns a list of all keys of float parameters.
|
float |
getFloatVal(String key)
Returns the first float value for the given key.
|
float[] |
getFloatVals(String key)
Returns values for the given key.
|
String[] |
getIntKeys()
Returns a list of all keys of integer parameters.
|
int |
getIntVal(String key)
Returns the first integer value for the given key.
|
int[] |
getIntVals(String key)
Returns values for the given key.
|
int |
getNFloat(String key)
The number of float values stored for this key.
|
int |
getNInt(String key)
The number of integer values stored for this key.
|
int |
getNString(String key)
The number of string values stored for this key.
|
String[] |
getStringKeys()
Returns a list of all keys of string parameters.
|
String |
getStringVal(String key)
Returns the first string value for the given key.
|
String[] |
getStringVals(String key)
Returns values for the given key.
|
void |
setValue(String key,
float value)
Set float value for the given key.
|
void |
setValue(String key,
int value)
Set integer value for the given key.
|
void |
setValue(String key,
String value)
Set string value for the given key.
|
void |
setValues(String key,
float[] values)
Set float values for the given key.
|
void |
setValues(String key,
int[] values)
Set integer values for the given key.
|
void |
setValues(String key,
String[] values)
Set string values for the given key.
|
int getIntVal(String key)
float getFloatVal(String key)
int[] getIntVals(String key)
float[] getFloatVals(String key)
String[] getIntKeys()
String[] getFloatKeys()
String[] getStringKeys()
int getNInt(String key)
int getNFloat(String key)
int getNString(String key)
void setValue(String key, int value)
void setValue(String key, float value)
void setValues(String key, int[] values)
void setValues(String key, float[] values)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics