diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 93c1219..120854b 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -4,6 +4,7 @@ package: + source: path: .. diff --git a/pyproject.toml b/pyproject.toml index 8b0b789..b9bf7d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ name = "aare" version = "2025.3.18" + [tool.scikit-build] cmake.verbose = true diff --git a/python/examples/play.py b/python/examples/play.py index b2c368b..da469dc 100644 --- a/python/examples/play.py +++ b/python/examples/play.py @@ -12,6 +12,7 @@ import math import time + def gaussian_2d(mx, my, sigma = 1, res=100, grid_size = 2): """ Generate a 2D gaussian as position mx, my, with sigma=sigma. @@ -54,6 +55,7 @@ p = Interpolator(eta, etabinsx[0:-1], etabinsy[0:-1], ebins[0:-1]) + #Generate the hit