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

Deconvolution based reconstruction #241

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Dec 22, 2021

  1. Deconvolution based reconstruction

    Based on the knowleadge of the signal shape, the algorithm is able to
    calculate times and amplitudes of the hits even in pileuped channels.
    Deconvolution arrays are calculated for Vetos and ECal.
    georgievgeorgi committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    4a14343 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Move Deconvolution algorithm to ChannelVReco

    Deconvolution algorithm is moved to ChannelVReco in order to make it
    available for detectors other than vetos.
    The initialization which is common for all detectors is also moved to
    ChannelVReco.
    georgievgeorgi committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    483bc6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d044a94 View commit details
    Browse the repository at this point in the history