|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.xal.tools.orbit.BpmRecord
Hold the statistics for bpm measurements. This class is immutable and hence useful for publishing results.
| Field Summary | |
protected BPM |
bpm
|
protected UnivariateStatistics |
xStats
|
protected UnivariateStatistics |
yStats
|
| Constructor Summary | |
protected |
BpmRecord(BPM aBpm)
Creates new BpmRecord |
|
BpmRecord(BpmRecord record)
Creates new BpmRecord |
| Method Summary | |
BPM |
getBpm()
get the bpm |
java.lang.String |
name()
get the bpm name |
java.lang.String |
toString()
Print the bpm id and the x and y mean values |
UnivariateStatistics |
xStats()
BPM statistics for the x plane |
UnivariateStatistics |
yStats()
BPM statistics for the y plane |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected BPM bpm
protected UnivariateStatistics xStats
protected UnivariateStatistics yStats
| Constructor Detail |
public BpmRecord(BpmRecord record)
protected BpmRecord(BPM aBpm)
| Method Detail |
public java.lang.String name()
public BPM getBpm()
public UnivariateStatistics xStats()
public UnivariateStatistics yStats()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||