-
Notifications
You must be signed in to change notification settings - Fork 17
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
base: master
Are you sure you want to change the base?
Commits on Sep 30, 2022
-
Moving to cafancore v02, with the RecordSource spectrum loading infra…
…structure. Initial commit. Gets most things compiling.
Configuration menu - View commit details
-
Copy full SHA for cd33835 - Browse repository at this point
Copy the full SHA cd33835View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9cd6e81 - Browse repository at this point
Copy the full SHA 9cd6e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c58c4 - Browse repository at this point
Copy the full SHA 99c58c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4145c39 - Browse repository at this point
Copy the full SHA 4145c39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29756ba - Browse repository at this point
Copy the full SHA 29756baView commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcf58a9 - Browse repository at this point
Copy the full SHA dcf58a9View commit details -
Commenting out anything that interferes with the StandardRecord struc…
…ture of new files
Configuration menu - View commit details
-
Copy full SHA for a80bc1f - Browse repository at this point
Copy the full SHA a80bc1fView commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a38741 - Browse repository at this point
Copy the full SHA 6a38741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1175dc3 - Browse repository at this point
Copy the full SHA 1175dc3View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9b97b6 - Browse repository at this point
Copy the full SHA e9b97b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d19d46 - Browse repository at this point
Copy the full SHA 9d19d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0236c2b - Browse repository at this point
Copy the full SHA 0236c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27dd20f - Browse repository at this point
Copy the full SHA 27dd20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb5bf5 - Browse repository at this point
Copy the full SHA bdb5bf5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dc38d14 - Browse repository at this point
Copy the full SHA dc38d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd98afb - Browse repository at this point
Copy the full SHA fd98afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f702ed - Browse repository at this point
Copy the full SHA 3f702edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0b08f - Browse repository at this point
Copy the full SHA 9f0b08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88921ef - Browse repository at this point
Copy the full SHA 88921efView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b88ed54 - Browse repository at this point
Copy the full SHA b88ed54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 490285a - Browse repository at this point
Copy the full SHA 490285aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c4aad - Browse repository at this point
Copy the full SHA 10c4aadView commit details
Commits on Dec 18, 2023
-
Bypassing OscillatableSpectrum at compilation time to focus on debugg…
…ing SpectrumLoader(Base)
1Configuration menu - View commit details
-
Copy full SHA for f17fecd - Browse repository at this point
Copy the full SHA f17fecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d11b2de - Browse repository at this point
Copy the full SHA d11b2deView commit details -
Configuration menu - View commit details
-
Copy full SHA for df7b88b - Browse repository at this point
Copy the full SHA df7b88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e10057 - Browse repository at this point
Copy the full SHA 5e10057View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdaecd3 - Browse repository at this point
Copy the full SHA bdaecd3View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7c0207 - Browse repository at this point
Copy the full SHA c7c0207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bb316 - Browse repository at this point
Copy the full SHA 27bb316View commit details
Commits on Jan 8, 2024
-
Trying to implement an argument to select reconstruction type RecoTyp…
…e in IRecordSource
Configuration menu - View commit details
-
Copy full SHA for 9380edb - Browse repository at this point
Copy the full SHA 9380edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5347d43 - Browse repository at this point
Copy the full SHA 5347d43View commit details
Commits on Jan 11, 2024
-
sketch of one path towards loader.Interactions(kPandora) etc.
may not yet compile however.
Configuration menu - View commit details
-
Copy full SHA for b184de5 - Browse repository at this point
Copy the full SHA b184de5View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74017cc - Browse repository at this point
Copy the full SHA 74017ccView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 98a1d9e - Browse repository at this point
Copy the full SHA 98a1d9eView commit details -
Merge remote-tracking branch 'dune-github/feature/source-sink-overhau…
…l' into feature/source-sink-overhaul # Conflicts: # CAFAna/Core/IRecordSource.h
Configuration menu - View commit details
-
Copy full SHA for e9e75b3 - Browse repository at this point
Copy the full SHA e9e75b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41bd4e - Browse repository at this point
Copy the full SHA b41bd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f3490 - Browse repository at this point
Copy the full SHA a4f3490View commit details -
Configuration menu - View commit details
-
Copy full SHA for ade722c - Browse repository at this point
Copy the full SHA ade722cView commit details -
static assertions were failing when compiling, commenting them out al…
…lows to complile, will see what breaks
Configuration menu - View commit details
-
Copy full SHA for e937155 - Browse repository at this point
Copy the full SHA e937155View commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d08503d - Browse repository at this point
Copy the full SHA d08503dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6187b3 - Browse repository at this point
Copy the full SHA b6187b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa9f34 - Browse repository at this point
Copy the full SHA 5fa9f34View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfcce55 - Browse repository at this point
Copy the full SHA cfcce55View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a5e07 - Browse repository at this point
Copy the full SHA e3a5e07View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eea4b04 - Browse repository at this point
Copy the full SHA eea4b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124980c - Browse repository at this point
Copy the full SHA 124980cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 687b939 - Browse repository at this point
Copy the full SHA 687b939View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6090a84 - Browse repository at this point
Copy the full SHA 6090a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9622ba - Browse repository at this point
Copy the full SHA b9622baView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 21a9d8b - Browse repository at this point
Copy the full SHA 21a9d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6759448 - Browse repository at this point
Copy the full SHA 6759448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b8e23 - Browse repository at this point
Copy the full SHA 39b8e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 529a7d4 - Browse repository at this point
Copy the full SHA 529a7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 112c099 - Browse repository at this point
Copy the full SHA 112c099View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a72093b - Browse repository at this point
Copy the full SHA a72093bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 566b82b - Browse repository at this point
Copy the full SHA 566b82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b724f - Browse repository at this point
Copy the full SHA b7b724fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a83d540 - Browse repository at this point
Copy the full SHA a83d540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9264a - Browse repository at this point
Copy the full SHA 7a9264aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b6a0f - Browse repository at this point
Copy the full SHA a3b6a0fView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4f0f7e - Browse repository at this point
Copy the full SHA e4f0f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af2da7 - Browse repository at this point
Copy the full SHA 3af2da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0d88a - Browse repository at this point
Copy the full SHA 0e0d88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a612a - Browse repository at this point
Copy the full SHA 56a612aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9cc5a - Browse repository at this point
Copy the full SHA 4a9cc5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e20f9b - Browse repository at this point
Copy the full SHA 9e20f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3619d89 - Browse repository at this point
Copy the full SHA 3619d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for d99535a - Browse repository at this point
Copy the full SHA d99535aView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80eee34 - Browse repository at this point
Copy the full SHA 80eee34View commit details -
A somwehat working version of ensemble spectrum that draws error band…
… of one systematic
Configuration menu - View commit details
-
Copy full SHA for c0e9522 - Browse repository at this point
Copy the full SHA c0e9522View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd66f8f - Browse repository at this point
Copy the full SHA dd66f8fView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac99c69 - Browse repository at this point
Copy the full SHA ac99c69View commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42be02d - Browse repository at this point
Copy the full SHA 42be02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0b5d8 - Browse repository at this point
Copy the full SHA 3d0b5d8View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c2bbdd - Browse repository at this point
Copy the full SHA 5c2bbddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7570fab - Browse repository at this point
Copy the full SHA 7570fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4796759 - Browse repository at this point
Copy the full SHA 4796759View commit details -
Merge branch 'feature/source-sink-overhaul' of https://github.com//si…
…ndhu-ku/lblpwgtools into feature/source-sink-overhaul
Configuration menu - View commit details
-
Copy full SHA for e105590 - Browse repository at this point
Copy the full SHA e105590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22477a9 - Browse repository at this point
Copy the full SHA 22477a9View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34bebcf - Browse repository at this point
Copy the full SHA 34bebcfView commit details -
Adding commented out lines of my attempt at making Ensemble implement…
…ation for truth branch
Configuration menu - View commit details
-
Copy full SHA for 733fc5b - Browse repository at this point
Copy the full SHA 733fc5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c58a2b - Browse repository at this point
Copy the full SHA 6c58a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0381670 - Browse repository at this point
Copy the full SHA 0381670View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb026e - Browse repository at this point
Copy the full SHA bbb026eView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38698d4 - Browse repository at this point
Copy the full SHA 38698d4View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ea26b3 - Browse repository at this point
Copy the full SHA 0ea26b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb252b5 - Browse repository at this point
Copy the full SHA eb252b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7940b03 - Browse repository at this point
Copy the full SHA 7940b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e41e2 - Browse repository at this point
Copy the full SHA c2e41e2View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4aaf436 - Browse repository at this point
Copy the full SHA 4aaf436View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1cb98 - Browse repository at this point
Copy the full SHA fc1cb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d2409 - Browse repository at this point
Copy the full SHA 20d2409View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8b276a - Browse repository at this point
Copy the full SHA c8b276aView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1387a38 - Browse repository at this point
Copy the full SHA 1387a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37e105 - Browse repository at this point
Copy the full SHA c37e105View commit details -
Configuration menu - View commit details
-
Copy full SHA for a79df73 - Browse repository at this point
Copy the full SHA a79df73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68564e5 - Browse repository at this point
Copy the full SHA 68564e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1139e6 - Browse repository at this point
Copy the full SHA a1139e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34cfc11 - Browse repository at this point
Copy the full SHA 34cfc11View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85e5d7a - Browse repository at this point
Copy the full SHA 85e5d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7fa966 - Browse repository at this point
Copy the full SHA c7fa966View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d9acf7 - Browse repository at this point
Copy the full SHA 6d9acf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c5b10e - Browse repository at this point
Copy the full SHA 1c5b10eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a00bd - Browse repository at this point
Copy the full SHA 29a00bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0db40 - Browse repository at this point
Copy the full SHA bc0db40View commit details -
Merge branch 'feature/source-sink-overhaul' of github.com:DUNE/lblpwg…
…tools into feature/source-sink-overhaul
Configuration menu - View commit details
-
Copy full SHA for 4e446df - Browse repository at this point
Copy the full SHA 4e446dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71cae01 - Browse repository at this point
Copy the full SHA 71cae01View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4eec285 - Browse repository at this point
Copy the full SHA 4eec285View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5cfed3 - Browse repository at this point
Copy the full SHA b5cfed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6395c98 - Browse repository at this point
Copy the full SHA 6395c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c4525 - Browse repository at this point
Copy the full SHA b7c4525View commit details -
Configuration menu - View commit details
-
Copy full SHA for d774e61 - Browse repository at this point
Copy the full SHA d774e61View commit details