We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f632a5f commit e19deddCopy full SHA for e19dedd
1 file changed
src/main/java/org/jlab/clas/timeline/fitter/ALERTFitter.groovy
@@ -98,7 +98,7 @@ class ALERTFitter{
98
int maxBin = h1.getMaximumBin()
99
double maxY = h1.getBinContent(maxBin)
100
double peak = h1.getAxis().getBinCenter(maxBin)
101
- double step = .5f
+ double step = 1.0f
102
int binLow = h1.getAxis().getBin(peak - step)
103
int binHigh = h1.getAxis().getBin(peak + step)
104
double sigma0 = ALERTFitter.getRestrictedRMS(h1, binLow, binHigh)
0 commit comments