NamedFitConfiguration

@Serializable
data class NamedFitConfiguration(val name: String, val config: FitConfiguration)(source)

One entry in a FitSpec.Batch: a human-readable name paired with the analysis configuration for that dataset. The name labels the entry in batch results, events, and the cross-dataset summary report; for batches produced by expanding a multi-dataset source it is the dataset name.

Constructors

Link copied to clipboard
constructor(name: String, config: FitConfiguration)

Properties

Link copied to clipboard
Link copied to clipboard