Changes between Version 27 and Version 28 of DatabaseBasedAnalysis/Examples


Ignore:
Timestamp:
08/31/18 15:22:16 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Examples

    v27 v28  
    384384        hnew.Fill(thetasq_new);
    385385
    386         double residual = xi_new-dist/(1-Width/Length);
     386        double residual = xi_new-dist/sqrt(1-lx*lx)/(1-Width/Length);
    387387
    388388        h2slope.Fill(slope,        residual);