Skip to content

Commit

Permalink
Update signal vs background script (AliceO2Group#276)
Browse files Browse the repository at this point in the history
* Add documentation and input protection

* Pythonise naming

* Add Luigi's style

* Improve plotting and code structure

* Format fixes

* Use main function and global parameters. Loop over decays.

* Update instructions for contributors

* Add singlepad option

* Improve documentation

* [Mega-Linter] Apply linters fixes

* Pythonise file name

* Fix

Co-authored-by: vkucera <[email protected]>
  • Loading branch information
vkucera and vkucera authored Jul 25, 2021
1 parent cc788b5 commit f244f6e
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 131 deletions.
1 change: 1 addition & 0 deletions FirstAnalysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ It is currently being used also for performing Run5 analysis.
* names of authors, contributors, maintainers (to contact in case of problems or questions).
* Follow [PEP 8 naming conventions](https://www.python.org/dev/peps/pep-0008/#naming-conventions) in Python code.
* Do not use hard-coded paths! A default path should point to a file directly produced by the framework (e.g. `../codeHF/AnalysisResults_O2.root`).
* Handle errors and report them clearly.

## Available samples ALICE3
* D2H KrKr production (X events):
Expand Down
131 changes: 0 additions & 131 deletions FirstAnalysis/plotSigVsBkg.py

This file was deleted.

Loading

0 comments on commit f244f6e

Please sign in to comment.