Skip to content
Snippets Groups Projects

Combinatorial Kalman Filter

Merged Tobias Bockh requested to merge tboeckh/calypso:CKF into master
62 files
+ 6213
1655
Compare changes
  • Side-by-side
  • Inline
Files
62
@@ -75,12 +75,12 @@ std::shared_ptr<const Acts::Layer> CuboidVolumeBuilder::buildLayer(
if ( !cfg.surfaces.empty() ) {
return layerCreator.planeLayer(gctx, cfg.surfaces, cfg.binsX, cfg.binsY,
Acts::BinningValue::binZ, std::nullopt, trafo,
std::move(ap));
Acts::BinningValue::binZ, std::nullopt, trafo);
// std::move(ap));
} else {
return layerCreator.planeLayer(gctx, {cfg.surface}, cfg.binsX, cfg.binsY,
Acts::BinningValue::binZ, std::nullopt, trafo,
std::move(ap));
Acts::BinningValue::binZ, std::nullopt, trafo);
// std::move(ap));
}
}
Loading