Skip to content

Commit

Permalink
refactor: SP builder update (#1218)
Browse files Browse the repository at this point in the history
This PR updates the SP builder in Core, which was recently moved from Plugins(#1138).

SingleHitSpacePointBuilder and DoubleHitSpacePointBuilder, for pixels and strips respectively, are now merged into SpacePointBuilder.
The new SP builder is used in the SpacePointMaker in Examples for pixels. The strip digitization is still missing.
The physmon root files and hashes are updated as they are affected by the change of the SP coordinates from float to ActsScalar.
  • Loading branch information
toyamaza committed Sep 5, 2022
1 parent a1569de commit 2b34aa1
Show file tree
Hide file tree
Showing 37 changed files with 1,382 additions and 1,122 deletions.
Binary file modified CI/physmon/reference/acts_analysis_residuals_and_pulls.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ckf_tracks_seeded.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ckf_tracks_truth_estimated.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ckf_tracks_truth_smeared.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_truth_tracking.root
Binary file not shown.
2 changes: 1 addition & 1 deletion Core/include/Acts/Digitization/DigitizationModule.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#pragma once
#include "Acts//Digitization/DigitizationCell.hpp"
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Digitization/DigitizationCell.hpp"
#include "Acts/Digitization/Segmentation.hpp"

#include <memory>
Expand Down
109 changes: 0 additions & 109 deletions Core/include/Acts/Digitization/DoubleHitSpacePointBuilder.hpp

This file was deleted.

59 changes: 0 additions & 59 deletions Core/include/Acts/Digitization/SingleHitSpacePointBuilder.hpp

This file was deleted.

55 changes: 0 additions & 55 deletions Core/include/Acts/Digitization/SpacePointBuilder.hpp

This file was deleted.

0 comments on commit 2b34aa1

Please sign in to comment.