Uses of Class
cnuphys.snr.NoiseReductionParameters
Packages that use NoiseReductionParameters
-
Uses of NoiseReductionParameters in cnuphys.snr
Methods in cnuphys.snr that return NoiseReductionParametersModifier and TypeMethodDescriptionstatic NoiseReductionParameters
NoiseReductionParameters.getDefaultParameters()
Get a default set of parameters with CLAS-like numbersMethods in cnuphys.snr with parameters of type NoiseReductionParametersModifier and TypeMethodDescriptionvoid
NoiseReductionParameters.copyEditableParameters
(NoiseReductionParameters source) Copy those parameters that can be editedvoid
SNRCluster.packData
(NoiseReductionParameters params) Constructors in cnuphys.snr with parameters of type NoiseReductionParametersModifierConstructorDescriptionCreate a cluster finder, tied to a parameters object -
Uses of NoiseReductionParameters in cnuphys.snr.clas12
Methods in cnuphys.snr.clas12 that return NoiseReductionParametersModifier and TypeMethodDescriptionClas12NoiseAnalysis.getParameters
(int sector, int supl) Get the parameters for a given 0-based superlayerMethods in cnuphys.snr.clas12 with parameters of type NoiseReductionParametersModifier and TypeMethodDescriptionvoid
Clas12NoiseAnalysis.setParameters
(int sector, int supl, NoiseReductionParameters params) Set the parameters for a given 0-based superlayer -
Uses of NoiseReductionParameters in cnuphys.snr.test
Constructors in cnuphys.snr.test with parameters of type NoiseReductionParametersModifierConstructorDescriptionChamberTest
(DetectorTest detectorTest, int index, NoiseReductionParameters parameters, Rectangle2D.Double boundary) Create a test chamber--rectangular with uniform rectangular cells.