-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ATALS, QOL changes, and Column Depth fixes (#27) * atlas notebook, added some pybindings * updates to SNe Ranged injection * incremental changes for atlas injection, columndepth debug ongoing * added some pybindings to help debug classes Path and ColumnDepthPositionDistribution * Fix column depth unit conversions. Fix unsigned integer overflow in bounds clipping. Fix spacing. * Special case for constructing 180deg rotation Quaternion for a rotation between opposing directions. * Include what you use * Convert from detector coordinates to earth coordinates before checking bounds * Removed extra files, some may need to be added to resources later * TreeWeighter constructor w/o secondary processes * Delete Doxyfile Removing unnecessary file --------- Co-authored-by: Alex Wen <[email protected]> Co-authored-by: Alex Wen <[email protected]> Co-authored-by: Alex Wen <[email protected]> Co-authored-by: Alex Wen <[email protected]> Co-authored-by: Philip Weigel <[email protected]> * Add Placement pybindings * Add Quaternion python bindings * EarthModel pybindings * Default constructor for EarthSector. Fix name collision for static and non-static methods in EarthModel * Move detector pybindings into separate files. Add DensityDistribution pybindings * pybindings for Axis1D and Distribution1D * pybindings for CartesianAxis1D * Axis1D has pure virtual functions * Add Axis1D and Distribution1D subclasses * Polynomial and Exponential cartesian axis distributions * Remove non-existent comparison operators * Add pybindings for ConstantDensityDistribution * Fix pybindings name for ConstantDistribution1D * Add EarthSector python printout * MaterialModel bindings. Remove unnecessary LeptonDepthFunction method * MaterialModel pybindings * DummyCrossSection * Sketch helper class for CrossSection pybindings * Reindent * CrossSection pybindings * Re-organize crosssections pybindings * pybindings for DummyCrossSection * More realistic total cross section for DummyCrossSection * Add interaction probability to pybindings * Fixed == and != operators to play well with pybind11's execute_cast * Update build_wheels.yml * starting to add HNL classes * Use a specific python version if specified * Remove parts of interface that depend on rk * Explicitly label rk static lib. Export cmake project for rk * Use rk_static in testing. Use photosplines internal install directives so we can export it as a cmake project. * Incude cassert (previously included via rk) * Export cmake project. Specify public asnd private link libs. Remove unneeded dependencies. Guard include dirs at install * Install cereal so other libraries can use it * Install delabella so other libraries can use it * Use a single export name for rk * Use a single export name for delabella * Move around includes * Rearranging includes to enforce "include what you use" * Move around includes to comply with IWYU * Delete resources/DipoleInjection/inject_HNLs_CCM.ipynb * Delete resources/DipoleInjection/Makefile * Rename Makefile_original to Makefile --------- Co-authored-by: Alex Wen <[email protected]> Co-authored-by: Alex Wen <[email protected]> Co-authored-by: Alex Wen <[email protected]> Co-authored-by: Alex Wen <[email protected]> Co-authored-by: Philip Weigel <[email protected]> Co-authored-by: Austin William Schneider <[email protected]> Co-authored-by: Nicholas Kamp <[email protected]>
- Loading branch information
1 parent
69529c0
commit 4c35379
Showing
215 changed files
with
6,319 additions
and
2,162 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
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
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.