Interface | Description |
---|---|
AlphaSource |
Class that can return values of alpha.
|
DataOverlap.DataSourceOverlapAvg |
Interface for a class capable of return the average and uncertainty for
a particular value of alpha.
|
DataOverlap.DataSourceOverlapLogAvg |
Interface for a class capable of return the average and uncertainty as
well as the log of the average and the uncertainty in the log, for
a particular value of alpha.
|
IntegratorOverlap.ReferenceFracSource |
Class | Description |
---|---|
DataOverlap |
Utility class for overlap sampling.
|
DataOverlap.DataSourceOverlapAvgCollapsing |
Implementation of DataSourceOverlapLogAvg that retrieves data from a
splitter whose data is dumped into different
AccumulatorAverageCollapsingLog instances.
|
DataOverlap.DataSourceOverlapAvgCollapsingSplit | |
DataOverlap.DataSourceOverlapAvgSimple |
Implementation of DataSourceOverlapAvg that retrieves data from a single
AccumulatorAverage
|
IntegratorOverlap |
This integrator class manages (2) sub-integrators for an overlap
sampling simulation.
|
MeterOverlap |