Skip to content

Low-Q2 Charge Sharing #1763

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

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e7c9df6
Add charge sharing to the low-q2 tagger tracker
simonge Mar 5, 2025
5876d05
Rename LGADChargeSharing to SiliconChargeSharing and start simplifica…
simonge Mar 20, 2025
99f58c1
Simplify and optimize charge sharing algorithm
simonge Mar 20, 2025
537a4b3
Remove unnecessary configs
simonge Mar 20, 2025
6751cc7
Add minimum energy deposit limit
simonge Mar 20, 2025
6a0d8fc
Add MC association
simonge Mar 21, 2025
a8af2f9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 21, 2025
e405d91
Merge remote-tracking branch 'origin/main' into Low-Q2-Charge-Sharing
simonge Mar 21, 2025
b803121
Update copyright
simonge Mar 21, 2025
1bab95d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 21, 2025
5e17c55
Remove debugging couts
simonge Mar 24, 2025
3d7a6b4
removed accidental addition make script
simonge Mar 24, 2025
cde3e1b
Merge branch 'Low-Q2-Charge-Sharing' of github.com:eic/EICrecon into …
simonge Apr 9, 2025
4a80ac9
remove make.sh again
simonge Apr 9, 2025
d1e3fe9
Merge remote-tracking branch 'origin/main' into Low-Q2-Charge-Sharing
simonge Apr 9, 2025
e9246a3
Remove includes which aren't present any more
simonge Apr 9, 2025
2f1b2f5
Rename min edep config
simonge Apr 9, 2025
8f65df2
Swap energy to float
simonge Apr 9, 2025
7b3a6c1
Failed attempt to add MultiSegmentation usable
simonge Apr 17, 2025
372a7b0
Merge remote-tracking branch 'origin/main' into Low-Q2-Charge-Sharing
simonge Apr 17, 2025
ce09766
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 17, 2025
47717b5
remove duplicate readout due to merge
simonge Apr 17, 2025
1eec6f8
Merge branch 'Low-Q2-Charge-Sharing' of github.com:eic/EICrecon into …
simonge Apr 17, 2025
d24d0c0
Merge remote-tracking branch 'origin/main' into Low-Q2-Charge-Sharing
simonge Apr 22, 2025
b0d3645
Include AlgorithmsInit
simonge Apr 22, 2025
ad63392
Merge remote-tracking branch 'origin/main' into Low-Q2-Charge-Sharing
simonge Apr 23, 2025
5d32b17
Merge remote-tracking branch 'origin/main' into Low-Q2-Charge-Sharing
simonge Apr 23, 2025
ce1661a
Merge remote-tracking branch 'origin/main' into Low-Q2-Charge-Sharing
simonge May 7, 2025
61abf78
Add event model version protections
simonge May 7, 2025
d737983
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 7, 2025
60cce1d
Move transformations and segmentations to a map
simonge May 7, 2025
b87b27a
Merge branch 'Low-Q2-Charge-Sharing' of github.com:eic/EICrecon into …
simonge May 7, 2025
d52ce11
remove segmentation printing
simonge May 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/algorithms/digi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.16)

set(PLUGIN_NAME "algorithms_digi")

# Function creates ${PLUGIN_NAME}_plugin and ${PLUGIN_NAME}_library targets
Expand All @@ -12,7 +10,6 @@ plugin_add(${PLUGIN_NAME} WITH_SHARED_LIBRARY WITHOUT_PLUGIN)
plugin_glob_all(${PLUGIN_NAME})

# Find dependencies
plugin_add_algorithms(${PLUGIN_NAME})
plugin_add_dd4hep(${PLUGIN_NAME})
plugin_add_cern_root(${PLUGIN_NAME})
plugin_add_event_model(${PLUGIN_NAME})
Expand Down
182 changes: 0 additions & 182 deletions src/algorithms/digi/LGADChargeSharing.cc

This file was deleted.

58 changes: 0 additions & 58 deletions src/algorithms/digi/LGADChargeSharing.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/algorithms/digi/LGADChargeSharingConfig.h

This file was deleted.

Loading