Data Structures | |
class | Cache |
Interal class caches the information needed for the fit. More... | |
class | FitAlgorithm |
This class is an abstract base class which describes how a fit is done. More... | |
class | FitAlgorithmMap |
FitAlgorithmMap is a mapping between ConfigurationVariables and FitAlgorithms. More... | |
class | FitStrategy |
Motivated by the need to fitting rapidly, abstracted fit strategy allows different fit algorithms to be used. More... | |
class | FitStrategyFactory |
Factory allows dynamic choice of FitStrategies which can be asked for by name. More... | |
class | Fitter |
Class definition of the SCT fitting service. More... | |
class | FitterMode |
Describes the way in which the fitter is acting. More... | |
class | FitterWorkerGroup |
Represents a Worker thread which does the fitting. More... | |
class | MinuitFitStrategy |
This concrete fit strategy uses a link to a fortran function which itself uses minuit directly. More... | |
class | NagFitStrategy |
Concrete fit strategy uses the NAG C function e04fcc "Unconstrained nonlinear least squares (no derivatives required)". More... | |
class | RootFitStrategy |
Concrete fit strategy uses ROOT's usual hist.fit() function. More... | |
class | StrobeDelayFitAlgorithm |
Fits a strobe delay. More... | |
class | ThresholdFitAlgorithm |
Fits threshold scans! More... | |
class | ThresholdFitAlgorithm2 |
Functions | |
void | doFits (ISCallbackInfo *isc) |
Uses objects from SctData and Sct.
|
|