|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface implemented by all TupleColumns
Method Summary | |
void |
defaultValue(Value value)
Get the default value stored in the column. |
boolean |
hasDefaultValue()
Check if the column has a default value. |
void |
maxValue(Value value)
Get the maximum value stored in the column. |
void |
meanValue(Value value)
Get the mean value stored in the column. |
void |
minValue(Value value)
Get the minimum value stored in the column. |
String |
name()
The name of che column. |
void |
rmsValue(Value value)
Get the rms value stored in the column. |
Class |
type()
The type of the column. |
Method Detail |
public String name()
public Class type()
public void minValue(Value value)
value
- The Value object in which the minimum value is passed.public void maxValue(Value value)
value
- The Value object in which the maximum value is passed.public void meanValue(Value value)
value
- The Value object in which the mean value is passed.public void rmsValue(Value value)
value
- The Value object in which the rms value is passed.public void defaultValue(Value value)
value
- The Value object in which che maximum value is passed.public boolean hasDefaultValue()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |