Uses of Interface
clickTrainDetector.clickTrainAlgorithms.mht.MHTChi2Provider
Packages that use MHTChi2Provider
-
Uses of MHTChi2Provider in clickTrainDetector.clickTrainAlgorithms.mht
Classes in clickTrainDetector.clickTrainAlgorithms.mht that implement MHTChi2ProviderModifier and TypeClassDescriptionclass
Standard MHT Chi2 provider manages the StandardMHTChi2 calculators associated with each possible track.Methods in clickTrainDetector.clickTrainAlgorithms.mht that return MHTChi2ProviderModifier and TypeMethodDescriptionMHTChi2ProviderManager.createMHTChi2
(MHTParams mhtParams, PamDataBlock dataBlock, int channelBitMap) MHTKernel.getMHTChi2Provider()
Get the chi^2 provider.Methods in clickTrainDetector.clickTrainAlgorithms.mht with parameters of type MHTChi2ProviderModifier and TypeMethodDescriptionvoid
MHTKernel.setMnhtchi2
(MHTChi2Provider<T> mhtChi2Provider) Set the chi2 class.Constructors in clickTrainDetector.clickTrainAlgorithms.mht with parameters of type MHTChi2ProviderModifierConstructorDescriptionMHTKernel
(MHTChi2Provider<T> mhtChi2) Constructor for the MHT kernel.