Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.07 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.07 KB

LILAK

Low- and Intermediate-energy nucLear experiment Analysis toolKit


Download

Clone LILAK git repository from LILAK Github

git clone [email protected]:lilak-project/lilak.git

Move into the LILAK main directory and xlone project repositories from LILAK Projects

cd lilak/
git clone [email protected]:lilak-project/atomx.git

Build

Run cofigure.py and follow the instructions.

./configure.py

Create project

Run create_project.py and follow the instructions.

./create_project.py

Deactivate

Remove or comment out (#) Rint.Logon line as below in ~/.rootrc:

#Rint.Logon: /path/to/lilak/macros/rootlogon.C

or run root with -n option when you run root to execute without logon and logoff macros.

root -n

Links