Skip to content

lilak-project/lilak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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