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

Add kr evolution functions #894

Draft
wants to merge 48 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
65db8e8
Add sigmoid function
carhc Sep 27, 2024
6e91528
Add gauss_seed function
carhc Sep 27, 2024
e445e30
Add resolution function
carhc Sep 27, 2024
a12fcc7
Add quick_gauss_fit function
carhc Sep 27, 2024
dbc4b41
Add get_number_of_time_bins function
carhc Sep 27, 2024
755d843
Add get_time_series_df function
carhc Sep 27, 2024
acad63e
Add compute_drift_v function
carhc Sep 27, 2024
4fbeb39
Add e0_xy_correction function
carhc Sep 27, 2024
f1f83e1
Add computing_kr_parameters function
carhc Sep 27, 2024
2dbef03
Add kr_time_evolution function
carhc Sep 27, 2024
6df6265
Add cut_effs_evolution function
carhc Sep 27, 2024
075d7c8
Add add_krevol function
carhc Sep 27, 2024
b9bd5cf
Update comments for clarity
carhc Oct 1, 2024
862ac4f
Remove norm_value and norm_strat dependency
carhc Oct 2, 2024
3d3dbe1
Generalize computing_kr_parameters for different fittype
carhc Oct 2, 2024
73e95e0
Change from Z to DT in compute_drift_v
carhc Oct 2, 2024
be06c3f
Propagate the removal of norm_strat and norm_value dependency
carhc Oct 2, 2024
58b891a
Modify kr_time_evolution to avoid explicit loops and appends
carhc Oct 2, 2024
280c792
New ideas in comments (delete this)
carhc Oct 2, 2024
2ce3571
Delete this
carhc Oct 9, 2024
c4af750
Revert "New ideas in comments (delete this)"
carhc Oct 11, 2024
f6b1ded
Delete get_number_of_time_bins function
carhc Oct 11, 2024
79c78e0
Update from z to DT in some functions
carhc Oct 11, 2024
d01715f
Cosmetics
carhc Oct 11, 2024
fe215d7
Upgrade explanations and delete useless line comments
carhc Oct 14, 2024
ee2db0d
Rename get_fit_function_lt to get_function_and_seed_lt
carhc Oct 14, 2024
1520822
Remove blank spaces
carhc Oct 14, 2024
36166d3
Add sigma<0 protection in resolution function
carhc Dec 20, 2024
ac26eec
Create krmap_evolution_test.py file with some tests
carhc Dec 22, 2024
63ea20e
Fix imports
carhc Dec 22, 2024
0d7bfe3
Fix function definition
carhc Dec 22, 2024
10db202
Add tests in krmap_evolution_test.py
carhc Dec 22, 2024
4876122
Correct gauss_seed function and add test
carhc Dec 23, 2024
acd115e
Add tests in krmap_evolution_test.py
carhc Dec 23, 2024
bfb4956
Uodate test_quick_gauss_fit
carhc Dec 23, 2024
ea1fb67
Update test_compute_drift_v_failing_fit_return_nan
carhc Dec 23, 2024
c4fb5a4
Update test_get_time_series_df_pandas
carhc Dec 23, 2024
e9e18f9
Update test_resolution_definition
carhc Dec 23, 2024
548db28
Remove unused imports
carhc Dec 26, 2024
6425334
Cosmetics
carhc Dec 26, 2024
d627c8a
Create fixtures and add test for computing_kr_parameters
carhc Dec 27, 2024
0c07184
Update and correct docstrings
carhc Dec 27, 2024
8b3ec75
Add temporary utils for debugging while testing
carhc Dec 27, 2024
e6e5bbb
Modify all_krevol function
carhc Dec 27, 2024
55e7850
Update and rename test
carhc Dec 27, 2024
af2b995
Add test_kr_time_evolution function
carhc Dec 27, 2024
2aa7dea
Remove unused imports + Cosmetics
carhc Dec 27, 2024
84d19ee
Add test_cut_effs_evolution function
carhc Jan 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading