https://github.com/sashabaranov/bu2jpsikkpi
LHCb physics analysis
https://github.com/sashabaranov/bu2jpsikkpi
Last synced: 3 months ago
JSON representation
LHCb physics analysis
- Host: GitHub
- URL: https://github.com/sashabaranov/bu2jpsikkpi
- Owner: sashabaranov
- Created: 2013-11-26T19:51:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T17:07:31.000Z (over 10 years ago)
- Last Synced: 2025-01-18T13:39:17.291Z (5 months ago)
- Language: Python
- Size: 16.6 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bu → J/ψ K K π
===========LHCb physics analysis
To setup use next commands:
```
git clone [email protected]:scr4t/Bu2JpsiKKpi.git bu_jpsikkpi_analysis
cd bu_jpsikkpi_analysis
git submodule init
git submodule update
export ANALYSIS=$(pwd)
export KKKdir=$ANALYSIS/KKK
export KKpidir=$ANALYSIS/KKpi
export Kpipidir=$ANALYSIS/Kpipi
export PYTHONPATH=$PYTHONPATH:$ANALYSIS/Ostap # Needed for some scripts
```In order to use data nTuples, you should set `$WORKDIR` variable, for afs it could be:
```
export WORKDIR=/afs/cern.ch/work/a/albarano/public
```(For everyday use better place `export`'s to `.bash_profile`)
Also, I use use library named [Ostap](https://github.com/scr4t/Ostap) for common task, and Bender as analysis framework.