Skip to content

Commit e19dedd

Browse files
committed
Increase step a little bit for D2 production run
1 parent f632a5f commit e19dedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/jlab/clas/timeline/fitter/ALERTFitter.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class ALERTFitter{
9898
int maxBin = h1.getMaximumBin()
9999
double maxY = h1.getBinContent(maxBin)
100100
double peak = h1.getAxis().getBinCenter(maxBin)
101-
double step = .5f
101+
double step = 1.0f
102102
int binLow = h1.getAxis().getBin(peak - step)
103103
int binHigh = h1.getAxis().getBin(peak + step)
104104
double sigma0 = ALERTFitter.getRestrictedRMS(h1, binLow, binHigh)

0 commit comments

Comments
 (0)