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)
LCParameters
getIntVal
in interface LCParameters
public float getFloatVal(String key)
LCParameters
getFloatVal
in interface LCParameters
public String getStringVal(String key)
LCParameters
getStringVal
in interface LCParameters
public int[] getIntVals(String key)
LCParameters
getIntVals
in interface LCParameters
public float[] getFloatVals(String key)
LCParameters
getFloatVals
in interface LCParameters
public String[] getStringVals(String key)
LCParameters
getStringVals
in interface LCParameters
public String[] getIntKeys()
LCParameters
getIntKeys
in interface LCParameters
public String[] getFloatKeys()
LCParameters
getFloatKeys
in interface LCParameters
public String[] getStringKeys()
LCParameters
getStringKeys
in interface LCParameters
public int getNInt(String key)
LCParameters
getNInt
in interface LCParameters
public int getNFloat(String key)
LCParameters
getNFloat
in interface LCParameters
public int getNString(String key)
LCParameters
getNString
in interface LCParameters
public void setValue(String key, int value)
LCParameters
setValue
in interface LCParameters
public void setValue(String key, float value)
LCParameters
setValue
in interface LCParameters
public void setValue(String key, String value)
LCParameters
setValue
in interface LCParameters
public void setValues(String key, int[] values)
LCParameters
setValues
in interface LCParameters
public void setValues(String key, float[] values)
LCParameters
setValues
in interface LCParameters
public void setValues(String key, String[] values)
LCParameters
setValues
in interface LCParameters
Jas4pp 1.5 © Java Analysis Studio for Particle Physics