Batch

data class Batch(val configs: List<NamedFitConfiguration>) : FitSpec(source)

Fit many named datasets, each with its own configuration. A multi-dataset source sharing one analysis configuration can be turned into a Batch via BatchFittingRunner.expand; heterogeneous batches (different sources/settings per entry) are constructed directly.

Constructors

Link copied to clipboard
constructor(configs: List<NamedFitConfiguration>)

Properties

Link copied to clipboard