Skip to content

Commit

Permalink
Add instructions for analysis code contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Jun 19, 2021
1 parent 6762415 commit 8156d78
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion FirstAnalysis/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# O2 First analysis utilities
# O2 first analysis utilities

## Introduction
The main purpose of this folder is to provide analysis tools to perform analysis of O2 analysis task outputs.
It includes for the moment a set of QA plotting macros to inspect `AnalysisResults.root` of MC and data samples.
It also includes some preliminary functionalities for performing efficiency corrections of HF analyses.
It is currently being used also for performing Run5 analysis.

## Instructions for contributors

* Write documentation comments to make the code easy to understand.
* Every file should contain the following details at the top:
* what the code does,
* which input it needs (e.g. output of which O2 workflow),
* how to run it (in case simply executing the script is not enough),
* 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`).

## Available samples ALICE3
* D2H KrKr production (X events):
* AOD O2 tables: `/data/Run5data/EMBEDDING_KrKr_CCBARLc_scenario3/TEST`
Expand Down

0 comments on commit 8156d78

Please sign in to comment.