public class VHolder extends Object
Constructor and Description |
---|
VHolder()
Dummy initialisator
|
VHolder(DataHolder dh)
Get Vectors from multidimensional data container
|
VHolder(F1D ff)
Create a VHolder object with F1D function
|
VHolder(H1D hh)
Create a VHolder object with H1D histogram
|
VHolder(P0D hh)
Create a VHolder object from P0D container.
|
VHolder(P0I hh)
Create a VHolder object from P0I container.
|
VHolder(P1D hh)
Create a VHolder object from P1D container.
|
VHolder(P2D hh)
Create a VHolder object from P2D container.
|
VHolder(P3D hh)
Create a VHolder object from P3D container.
|
VHolder(PND hh)
Show PND
|
VHolder(PNI hh)
Show PNI
|
Modifier and Type | Method and Description |
---|---|
int |
dimen()
Return the dimension of the data
|
void |
doc()
Show online documentation.
|
Double[][] |
getData()
Return a Vector with the data (rows of the dimension obtained by calling
dimen()).
|
String[] |
getNames()
Return Vector with the names
|
String |
getTitle()
Get title of the container
|
void |
setData(double[] data)
Set data from 1D array
|
void |
setData(double[][] data)
Set data from 2D array
|
int |
size()
Return the size of the data, i.e.
|
public VHolder()
public VHolder(H1D hh)
hh
- Input histogrampublic VHolder(F1D ff)
ff
- Input functionpublic VHolder(DataHolder dh)
dh
- Input datapublic VHolder(PND hh)
hh
- public VHolder(PNI hh)
hh
- public VHolder(P1D hh)
hh
- Input P1D containerpublic VHolder(P2D hh)
hh
- Input P2D containerpublic VHolder(P0D hh)
hh
- Input P0D containerpublic VHolder(P0I hh)
hh
- Input P0I containerpublic VHolder(P3D hh)
hh
- Input P3D containerpublic String getTitle()
public String[] getNames()
public Double[][] getData()
public void setData(double[][] data)
data
- 2D arraypublic void setData(double[] data)
data
- 1D arraypublic int dimen()
public int size()
public void doc()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics