IDataSource
public class MeterSamplingHarmonic extends java.lang.Object implements IDataSource
Modifier and Type | Field | Description |
---|---|---|
protected DataDouble |
data |
|
protected DataDouble.DataInfoDouble |
dataInfo |
|
protected IntegratorBox |
integrator |
|
protected MCMoveAtomCoupledUmbrella |
mcMove |
|
protected double |
refPref |
|
protected DataTag |
tag |
Constructor | Description |
---|---|
MeterSamplingHarmonic(IntegratorBox integrator,
MCMoveAtomCoupledUmbrella move) |
Modifier and Type | Method | Description |
---|---|---|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
double |
getRefPref() |
|
DataTag |
getTag() |
|
void |
setRefPref(double refPref) |
protected final MCMoveAtomCoupledUmbrella mcMove
protected final IntegratorBox integrator
protected final DataDouble data
protected final DataDouble.DataInfoDouble dataInfo
protected final DataTag tag
protected double refPref
public MeterSamplingHarmonic(IntegratorBox integrator, MCMoveAtomCoupledUmbrella move)
public IData getData()
getData
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public double getRefPref()
public void setRefPref(double refPref)