Skip to content
Snippets Groups Projects

Multi adaptive vertex fitter

Merged Bastian Schlag requested to merge MultiAdaptiveVertexFitter into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ Acts::ZScanVertexFinder<bfield_t, input_track_t, propagator_t>::find(
// Prepare the vector of points, on which the 3d mode has later to be
// calculated
std::vector<DoubleAndWeight> ZPositions;
std::vector<DoubleAndWeight> zPositions;
for (auto& iTrk : trackVector) {
Loading