Uses of Class
cnuphys.snr.NoiseReductionParameters
Packages that use NoiseReductionParameters
- 
Uses of NoiseReductionParameters in cnuphys.snrMethods in cnuphys.snr that return NoiseReductionParametersModifier and TypeMethodDescriptionstatic NoiseReductionParametersNoiseReductionParameters.getDefaultParameters()Get a default set of parameters with CLAS-like numbersMethods in cnuphys.snr with parameters of type NoiseReductionParametersModifier and TypeMethodDescriptionvoidNoiseReductionParameters.copyEditableParameters(NoiseReductionParameters source) Copy those parameters that can be editedvoidSNRCluster.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.clas12Methods 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 TypeMethodDescriptionvoidClas12NoiseAnalysis.setParameters(int sector, int supl, NoiseReductionParameters params) Set the parameters for a given 0-based superlayer
- 
Uses of NoiseReductionParameters in cnuphys.snr.testConstructors 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.