Skip to content

Commit

Permalink
Moving LHCb specific code to ap_utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Campoverde committed Nov 28, 2024
1 parent e9d7b56 commit 66d053f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 8,953 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

These are tools that can be used for different data analysis tasks.

For LHCb specific tools (not useful for people outside LHCb) see [this](doc/lhcb.md)

# GIT

## Pushing
Expand Down
33 changes: 0 additions & 33 deletions doc/lhcb.md

This file was deleted.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'data_manipulation_utilities'
version = '0.1.1'
version = '0.1.2'
readme = 'README.md'
dependencies= [
'zfit',
Expand Down Expand Up @@ -29,12 +29,11 @@ where = ['src']
transform_text ='dmu_scripts.text.transform_text:main'
coned ='dmu_scripts.ssh.coned:main'
check_truth ='dmu_scripts.physics.check_truth:main'
update_decinfo ='dmu_scripts.physics.update_decinfo:main'
print_trees ='dmu_scripts.rfile.print_trees:main'
compare_root_files='dmu_scripts.rfile.compare_root_files:main'

[tool.setuptools.package-data]
dmu_data=['physics/*.yaml', 'text/*.txt', 'text/*.toml', 'ml/*/*.yaml', 'plotting/*/*.yaml']
dmu_data=['text/*.txt', 'text/*.toml', 'ml/*/*.yaml', 'plotting/*/*.yaml']

[tool.setuptools]
script-files=['src/dmu_scripts/git/publish']
59 changes: 0 additions & 59 deletions src/dmu/physics/utilities.py

This file was deleted.

Loading

0 comments on commit 66d053f

Please sign in to comment.