hlit-ana  0.0.0
 All Classes Functions Variables Pages
README.md
1 # Hlit Analysis framework
2 
3 Hybrilit Analysis framework for HEP physiscs based on ROOT.
4 
5 ## Prerequisites
6 
7 ```
8 yum install cmake root
9 ```
10 
11 To generate documentation one needs to install
12 
13 ```
14 yum install doxygen texlive-epstopdf
15 ```
16 
17 ## Installation
18 
19 ```
20 scripts/make.sh
21 ```