Package ffx.algorithms.thermodynamics
Class HistogramReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
ffx.algorithms.thermodynamics.HistogramReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
Read in the Histogram.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionHistogramReader(OrthogonalSpaceTempering.Histogram histogram, Reader reader) Constructor.HistogramReader(Reader reader) -
Method Summary
Modifier and TypeMethodDescriptionintdoubleintdoubleintdoubledoubledoublevoidRead the histogram file.Methods inherited from class java.io.BufferedReader
close, lines, mark, markSupported, read, read, readLine, ready, reset, skipMethods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Constructor Details
-
HistogramReader
-
HistogramReader
Constructor.- Parameters:
histogram- The Histogram instance.reader- The Reader to use.
-
-
Method Details
-
getBiasCutoff
public int getBiasCutoff() -
getBiasMag
public double getBiasMag() -
getCountInterval
public int getCountInterval() -
getdUdLBinWidth
public double getdUdLBinWidth() -
getLambdaBins
public int getLambdaBins() -
getTemperature
public double getTemperature() -
getThetaFriction
public double getThetaFriction() -
getThetaMass
public double getThetaMass() -
readHistogramFile
public void readHistogramFile()Read the histogram file.
-