Skip to content

Commit f04fe10

Browse files
committed
update ALERTFitter
1 parent 4df1185 commit f04fe10

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ class ALERTFitter{
4141
}
4242

4343
static F1D tdc_minus_start_time_fitter(H1F h1, int component){
44-
//works for bars
45-
if(component>9){
44+
if(component>9){//bars
4645
def f1 =new F1D("fit:"+h1.getName(),"[amp]*gaus(x,[mean],[sigma])+[cst]", -5.0, 5.0);
4746
f1.setLineColor(33);
4847
f1.setLineWidth(10);

0 commit comments

Comments
 (0)