public class DataProcessorReweight extends DataProcessor
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected DataDoubleArray |
data |
|
protected int |
nCutoffs |
dataInfo, dataSink, tag
Constructor | Description |
---|---|
DataProcessorReweight(double temperature,
ValueCache energyFastCache,
double[] uFac,
Box box,
int nCutoffs) |
Modifier and Type | Method | Description |
---|---|---|
protected IData |
processData(IData inputData) |
Processes the input Data and returns Data for pushing to the next
DataSink.
|
protected IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Informs this DataProcessor of the DataInfo for the Data it will be
processing.
|
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSink
protected DataDoubleArray data
protected final Box box
protected final int nCutoffs
public DataProcessorReweight(double temperature, ValueCache energyFastCache, double[] uFac, Box box, int nCutoffs)
protected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessor
processDataInfo
in class DataProcessor
inputDataInfo
- the DataInfo of the Data that will be input to this
DataProcessorprotected IData processData(IData inputData)
DataProcessor
processData
in class DataProcessor
inputData
- the Data for processing