public static class VirialHSBinMultiThreaded.SimulationWorker
extends java.lang.Thread
Modifier and Type | Field | Description |
---|---|---|
protected java.util.Map<IntSet,MeterVirialBDBinMultiThreaded.MyData> |
allMyData |
|
protected double |
chainFrac |
|
protected boolean |
doReweight |
|
protected boolean |
doWheatley |
|
protected MayerFunction |
fRef |
|
protected MayerFunction |
fRefPos |
|
protected int |
iThread |
|
MeterVirialBDBinMultiThreaded |
meter |
|
protected int[] |
mySeeds |
|
protected int |
nPoints |
|
protected int |
nPtsTabulated |
|
protected int |
ref |
|
protected double |
ringFrac |
|
protected java.lang.String |
runName |
|
protected Space |
space |
|
protected long |
steps |
|
protected long[] |
totalCount |
|
protected double |
tRatio |
|
protected double |
vhs |
|
protected double |
w |
Constructor | Description |
---|---|
SimulationWorker(int iThread,
int nPtsTabulated,
int nPoints,
MayerFunction fRef,
MayerFunction fRefPos,
int ref,
double vhs,
double chainFrac,
double ringFrac,
long steps,
Space space,
java.lang.String runName,
double tRatio,
java.util.Map<IntSet,MeterVirialBDBinMultiThreaded.MyData> allMyData,
double w,
long[] totalCount,
boolean doReweight,
int[] mySeeds,
boolean doWheatley) |
Modifier and Type | Method | Description |
---|---|---|
void |
run() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected final int nPtsTabulated
protected final int nPoints
protected final MayerFunction fRef
protected final int ref
protected final MayerFunction fRefPos
protected final double vhs
protected final double chainFrac
protected final double ringFrac
protected final long steps
protected final Space space
protected final java.lang.String runName
protected final double tRatio
protected final java.util.Map<IntSet,MeterVirialBDBinMultiThreaded.MyData> allMyData
protected final int iThread
protected final double w
protected final long[] totalCount
protected final boolean doReweight
protected final int[] mySeeds
public MeterVirialBDBinMultiThreaded meter
protected final boolean doWheatley
public SimulationWorker(int iThread, int nPtsTabulated, int nPoints, MayerFunction fRef, MayerFunction fRefPos, int ref, double vhs, double chainFrac, double ringFrac, long steps, Space space, java.lang.String runName, double tRatio, java.util.Map<IntSet,MeterVirialBDBinMultiThreaded.MyData> allMyData, double w, long[] totalCount, boolean doReweight, int[] mySeeds, boolean doWheatley)