public class ILCParameters extends Object implements LCParameters
| Constructor and Description |
|---|
ILCParameters() |
| 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.
|
public int getIntVal(String key)
LCParametersgetIntVal in interface LCParameterspublic float getFloatVal(String key)
LCParametersgetFloatVal in interface LCParameterspublic String getStringVal(String key)
LCParametersgetStringVal in interface LCParameterspublic int[] getIntVals(String key)
LCParametersgetIntVals in interface LCParameterspublic float[] getFloatVals(String key)
LCParametersgetFloatVals in interface LCParameterspublic String[] getStringVals(String key)
LCParametersgetStringVals in interface LCParameterspublic String[] getIntKeys()
LCParametersgetIntKeys in interface LCParameterspublic String[] getFloatKeys()
LCParametersgetFloatKeys in interface LCParameterspublic String[] getStringKeys()
LCParametersgetStringKeys in interface LCParameterspublic int getNInt(String key)
LCParametersgetNInt in interface LCParameterspublic int getNFloat(String key)
LCParametersgetNFloat in interface LCParameterspublic int getNString(String key)
LCParametersgetNString in interface LCParameterspublic void setValue(String key, int value)
LCParameterssetValue in interface LCParameterspublic void setValue(String key, float value)
LCParameterssetValue in interface LCParameterspublic void setValue(String key, String value)
LCParameterssetValue in interface LCParameterspublic void setValues(String key, int[] values)
LCParameterssetValues in interface LCParameterspublic void setValues(String key, float[] values)
LCParameterssetValues in interface LCParameterspublic void setValues(String key, String[] values)
LCParameterssetValues in interface LCParametersJas4pp 1.5 © Java Analysis Studio for Particle Physics