Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve svg display of indexed surfaces #2773

Closed

Conversation

asalzburger
Copy link
Contributor

@asalzburger asalzburger commented Dec 6, 2023

This PR sits on top of #2766 and updates the display a bit.

It allows to visually inspect the bin center and the associated surface centers..

Screenshot 2023-12-06 at 09 59 02

asalzburger and others added 16 commits December 1, 2023 11:42
…ct#2751)

Adds a template parameter `nDimVertex` to `KalmanVertexUpdater` and `KalmanVertexTrackUpdater`. The new parameter controls whether we perform a usual spatial fit (`nDimVertex = 3`) or if we also fit time (`nDimVertex = 4`). 

Adds a unit test for Kalman time fitting.

Should not break athena!

In the long term, we should think about always fitting time.
…t#2678)

The new CI action checks if most of the files are referenced/included/used at some point.

`Scripts`-folders are excluded.

Removes files, that are not used (not referenced at any point).

For more recent files, I will ping the authors.

blocked by
- acts-project#2700
Adds histograms of the track weights from the vertex fit to our physics monitoring. For unweighted vertex fitters, the track weights are 1.
…2759)

Seems to have no purpose anymore in ACTS.

I was introduced in the pre-PR time: acts-project@cd4c063

Closes acts-project#1731
Update to FTF seeding files. Now creating seeds and efficiency able to
be measured


This code doesn't include updating the code to modern C++ and renaming
classes, these will be in seperate PRs

---------

Co-authored-by: Luis Falda Coelho <[email protected]>
Co-authored-by: Alexander J. Pfleger <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
@asalzburger asalzburger added this to the next milestone Dec 6, 2023
@github-actions github-actions bot added Component - Core Affects the Core module Infrastructure Changes to build tools, continous integration, ... Component - Examples Affects the Examples module Component - Plugins Affects one or more Plugins Component - Documentation Affects the documentation Vertexing Seeding Track Finding Changes Performance labels Dec 6, 2023
@asalzburger asalzburger marked this pull request as draft December 6, 2023 09:02
@github-actions github-actions bot removed Infrastructure Changes to build tools, continous integration, ... Component - Documentation Affects the documentation labels Dec 6, 2023
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Attention: 43 lines in your changes are missing coverage. Please review.

Comparison is base (fcbab62) 49.48% compared to head (da9ceac) 49.43%.

Files Patch % Lines
Core/src/Detector/LayerStructureBuilder.cpp 16.27% 26 Missing and 10 partials ⚠️
Core/include/Acts/Detector/ProtoBinning.hpp 36.36% 0 Missing and 7 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2773      +/-   ##
==========================================
- Coverage   49.48%   49.43%   -0.06%     
==========================================
  Files         474      474              
  Lines       27075    27119      +44     
  Branches    12516    12540      +24     
==========================================
+ Hits        13399    13406       +7     
- Misses       4762     4788      +26     
- Partials     8914     8925      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@paulgessinger paulgessinger modified the milestones: next, v32.0.0 Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module Component - Examples Affects the Examples module Component - Plugins Affects one or more Plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants