edu.stanford.slac.aida.dp.dpSlc
Class histData

java.lang.Object
  extended by edu.stanford.slac.aida.dp.dpSlc.histData
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class histData
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 double[] d
           
 int[] repCnt_l
           
 java.lang.String[] s
           
 
Constructor Summary
histData()
           
histData(double[] d, java.lang.String[] s, int[] repCnt_l)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d

public double[] d

s

public java.lang.String[] s

repCnt_l

public int[] repCnt_l
Constructor Detail

histData

public histData()

histData

public histData(double[] d,
                java.lang.String[] s,
                int[] repCnt_l)