Changes between Version 27 and Version 28 of DatabaseBasedAnalysis/Examples
- Timestamp:
- 08/31/18 15:22:16 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/Examples
v27 v28 384 384 hnew.Fill(thetasq_new); 385 385 386 double residual = xi_new-dist/ (1-Width/Length);386 double residual = xi_new-dist/sqrt(1-lx*lx)/(1-Width/Length); 387 387 388 388 h2slope.Fill(slope, residual);