-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#833 [author: gonzaponte] This PR provides a refactor of the basic reconstruction algorithms. It includes, among other things: - the decoupling of corona and barycenter - the addition (and check) of annotations to the xy reconstruction functions - a generalization of penthesilea and dorothea to allow different reconstruction algorithms - a refactor of the functions related to hit-building used in penthesilea Closes #587. [reviewer: paolafer] This is a very nice, long-due PR cleaning up the xy reconstruction algorithms. Approved!
- Loading branch information
Showing
18 changed files
with
399 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
barycenter_params = dict( | ||
Qthr = 1 * pes, | ||
lm_radius = -1 * mm , | ||
|
||
# the previous parameter sets barycenter as reco algorithm. | ||
# The following arguments are not necessary | ||
#Qlm | ||
#new_lm_radius | ||
#msipm | ||
Qthr = 1 * pes | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.