IDataSource
public class MeterMappedU extends DataSourceScalar
Modifier and Type | Field | Description |
---|---|---|
protected IteratorDirective |
allAtoms |
|
protected Box |
box |
|
protected AtomLeafAgentManager<Vector> |
forceManager |
|
protected PotentialCalculationMappedEnergy |
pc |
|
protected PotentialCalculationForceSum |
pcForce |
|
protected PotentialMaster |
potentialMaster |
|
protected Space |
space |
data, dataInfo, tag
Constructor | Description |
---|---|
MeterMappedU(Space space,
PotentialMaster potentialMaster,
Box box,
int nbins) |
Modifier and Type | Method | Description |
---|---|---|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
PotentialCalculationMappedEnergy |
getPotentialCalculation() |
getData, getDataDouble, getDataInfo, getTag
protected final Space space
protected final PotentialMaster potentialMaster
protected final PotentialCalculationForceSum pcForce
protected final Box box
protected final IteratorDirective allAtoms
protected final AtomLeafAgentManager<Vector> forceManager
protected final PotentialCalculationMappedEnergy pc
public MeterMappedU(Space space, PotentialMaster potentialMaster, Box box, int nbins)
public PotentialCalculationMappedEnergy getPotentialCalculation()
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar