Skip to content
Snippets Groups Projects

Muonscanfit

Merged Tamas Gal requested to merge muonscanfit into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -184,7 +184,7 @@ function estimate!(est::Line1ZEstimator, hits)
dy *= 2
dt *= 2
est.V[1, 2] += dx * dx
est.V[1, 1] += dx * dx
est.V[1, 2] += dx * dy
est.V[1, 3] += dx * dt
est.V[2, 2] += dy * dy
Loading