IDataSourcepublic class MeterWorkUmbrellaTarget extends java.lang.Object implements IDataSource
| Modifier and Type | Field | Description |
|---|---|---|
protected DataDouble |
data |
|
protected DataDouble.DataInfoDouble |
dataInfo |
|
protected double |
denomSum |
|
protected IntegratorBox |
integrator |
|
protected MCMoveAtomCoupledUmbrella |
mcMove |
|
protected double |
numSum |
|
protected double |
refPref |
|
protected DataTag |
tag |
| Constructor | Description |
|---|---|
MeterWorkUmbrellaTarget(IntegratorBox integrator,
MCMoveAtomCoupledUmbrella move) |
| Modifier and Type | Method | Description |
|---|---|---|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
double |
getDataReweighted() |
|
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 numSum
protected double denomSum
protected double refPref
public MeterWorkUmbrellaTarget(IntegratorBox integrator, MCMoveAtomCoupledUmbrella move)
public IData getData()
getData in interface IDataSourcepublic double getDataReweighted()
public IDataInfo getDataInfo()
getDataInfo in interface IDataSourcepublic DataTag getTag()
getTag in interface IDataSourcepublic double getRefPref()
public void setRefPref(double refPref)