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

Use std::optional for peak fitting (which can fail) and other minor refactorings #120

Merged
merged 12 commits into from
Jun 6, 2024

Commits on May 31, 2024

  1. TVector2 return

    lobis committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b945a0e View commit details
    Browse the repository at this point in the history
  2. use optional

    lobis committed May 31, 2024
    Configuration menu
    Copy the full SHA
    23cba05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47154fa View commit details
    Browse the repository at this point in the history
  4. update fit

    lobis committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e63a79a View commit details
    Browse the repository at this point in the history
  5. simplify peak

    lobis committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f5b9db2 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/lobis-option' into lobis-option

    * origin/lobis-option:
      [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    # Conflicts:
    #	src/TRestDetectorSignal.cxx
    lobis committed May 31, 2024
    Configuration menu
    Copy the full SHA
    acce692 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. conflicts

    lobis committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0014c8c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    018d8a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b589645 View commit details
    Browse the repository at this point in the history
  3. code review

    lobis committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    16be349 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. using TGraph to fit

    mariajmz committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    661e575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb1a13 View commit details
    Browse the repository at this point in the history