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

Convert SpectrumLoader to be an _ISource to handle new CAF structure #54

Draft
wants to merge 112 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2022

  1. Moving to cafancore v02, with the RecordSource spectrum loading infra…

    …structure.
    
    Initial commit. Gets most things compiling.
    cjbacchus committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    cd33835 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    9cd6e81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c58c4 View commit details
    Browse the repository at this point in the history
  3. Skip PRISM stuff

    mcasales committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4145c39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29756ba View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    dcf58a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a80bc1f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    6a38741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1175dc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    e9b97b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d19d46 View commit details
    Browse the repository at this point in the history
  3. Remove unnecesary comments

    mcasales committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0236c2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27dd20f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdb5bf5 View commit details
    Browse the repository at this point in the history
  6. I think I misunderstood how the POT was accounted. We keep that in Sp…

    …ectrumLoader. I left some comments of stuff that SBN does that I'm not sure applies here
    mcasales committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dc38d14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd98afb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f702ed View commit details
    Browse the repository at this point in the history
  9. Add new header

    mcasales committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9f0b08f View commit details
    Browse the repository at this point in the history
  10. Fix typos

    mcasales committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    88921ef View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    b88ed54 View commit details
    Browse the repository at this point in the history
  2. Fixing typos

    mcasales committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    490285a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c4aad View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Bypassing OscillatableSpectrum at compilation time to focus on debugg…

    …ing SpectrumLoader(Base)
    mcasales committed Dec 18, 2023
    1 Configuration menu
    Copy the full SHA
    f17fecd View commit details
    Browse the repository at this point in the history
  2. Fixing more typos

    mcasales committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d11b2de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df7b88b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e10057 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdaecd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    c7c0207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27bb316 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    9380edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5347d43 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. sketch of one path towards loader.Interactions(kPandora) etc.

    may not yet compile however.
    chenel committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b184de5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Attempting to compile

    mcasales committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    74017cc View commit details
    Browse the repository at this point in the history
  2. initialize the collection in a dedicated constructor instead of initi…

    …alizer
    
    couldn't understand why the compiler wouldn't accept the initialier list version.  best theory is that the initializer list syntax is invoking a copy somewhere (and VectorAdaptor has a base class with explicitly deleted copy constructor) but I couldn't deduce where
    chenel committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    98a1d9e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'dune-github/feature/source-sink-overhau…

    …l' into feature/source-sink-overhaul
    
    # Conflicts:
    #	CAFAna/Core/IRecordSource.h
    chenel committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e9e75b3 View commit details
    Browse the repository at this point in the history
  4. Duplicating for Interactions

    mcasales committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b41bd4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4f3490 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ade722c View commit details
    Browse the repository at this point in the history
  7. static assertions were failing when compiling, commenting them out al…

    …lows to complile, will see what breaks
    mcasales committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e937155 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    d08503d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6187b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fa9f34 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    cfcce55 View commit details
    Browse the repository at this point in the history
  2. Updating examples and readme

    mcasales committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e3a5e07 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Adding Interaction ensemble

    mcasales committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    eea4b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124980c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687b939 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Corrected order of headers

    mcasales committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6090a84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9622ba View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    21a9d8b View commit details
    Browse the repository at this point in the history
  4. fix header

    mcasales committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6759448 View commit details
    Browse the repository at this point in the history
  5. Add Multiverse

    mcasales committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    39b8e23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    529a7d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    112c099 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Return to original line 41

    mcasales committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a72093b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566b82b View commit details
    Browse the repository at this point in the history
  3. Fix header

    mcasales committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b7b724f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a83d540 View commit details
    Browse the repository at this point in the history
  5. Fix headers

    mcasales committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7a9264a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3b6a0f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    e4f0f7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af2da7 View commit details
    Browse the repository at this point in the history
  3. ignore ._* files

    mcasales committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0e0d88a View commit details
    Browse the repository at this point in the history
  4. Add missing headers

    mcasales committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    56a612a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a9cc5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e20f9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3619d89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d99535a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add override POT option

    mcasales committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    80eee34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e9522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd66f8f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Updating tutorials

    mcasales committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ac99c69 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    42be02d View commit details
    Browse the repository at this point in the history
  2. Updating dir of files

    mcasales committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3d0b5d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. update duneanaobj

    sindhu-ku committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5c2bbdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7570fab View commit details
    Browse the repository at this point in the history
  3. 2x2 mesonless analysis

    sindhu-ku committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4796759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e105590 View commit details
    Browse the repository at this point in the history
  5. add true particle dists

    sindhu-ku committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    22477a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. change energy range

    sindhu-ku committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    34bebcf View commit details
    Browse the repository at this point in the history
  2. Adding commented out lines of my attempt at making Ensemble implement…

    …ation for truth branch
    mcasales committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    733fc5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c58a2b View commit details
    Browse the repository at this point in the history
  4. I was missing a line

    mcasales committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0381670 View commit details
    Browse the repository at this point in the history
  5. edit selection

    sindhu-ku committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bbb026e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. update selection

    sindhu-ku committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    38698d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. update selection

    sindhu-ku committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0ea26b3 View commit details
    Browse the repository at this point in the history
  2. Fixing a small typo

    mcasales committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    eb252b5 View commit details
    Browse the repository at this point in the history
  3. updated duneanaobj version

    mcasales committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7940b03 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Minor change to trigger doxygen pages (hopefully?)
    mcasales authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c2e41e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    4aaf436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc1cb98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20d2409 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    c8b276a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    1387a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c37e105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a79df73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68564e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1139e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34cfc11 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Adding notes of to dos

    mcasales committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    85e5d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7fa966 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    6d9acf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c5b10e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a00bd View commit details
    Browse the repository at this point in the history
  4. Update README.md

    mcasales authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bc0db40 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/source-sink-overhaul' of github.com:DUNE/lblpwg…

    …tools into feature/source-sink-overhaul
    mcasales committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4e446df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71cae01 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    4eec285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cfed3 View commit details
    Browse the repository at this point in the history
  3. cleaning up tutorials

    mcasales committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6395c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c4525 View commit details
    Browse the repository at this point in the history
  5. Revert "Merge branch 'feature/source-sink-overhaul' into feature/sour…

    …ce-sink-overhaul"
    
    This reverts commit b7c4525, reversing
    changes made to 6395c98.
    sindhu-ku committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d774e61 View commit details
    Browse the repository at this point in the history