forked from thermus-project/THERMUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (30 loc) · 1.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# THERMUS
A Thermal Model Package for ROOT
Contacts
========
Contents
========
Directory THERMUS/ :
README - file containing important information
LICENSE - usage terms and conditions
functions - functions needed for numerical calculations
include - prototypes for constrains and models
main - models and main classes
particles - list of particles and decay properties
test - exemples and basic tests
Environment variables
=====================
The environment variables ROOTSYS and THERMUS should be set and exported
respectively with the proper <pathnames> (checked by cmakethermus.sh):
$ROOTSYS should point to the directory of the root installation
$THERMUS should point to the directory containing the THERMUS code
Compiling THERMUS and running test programs
===========================================
Configuration and compilation should be done using CMake: source cmakethermus.sh
(Please note that the provided makefiles are not recommended).
For using THERMUS, a ROOT version >= 6 compiled from source is necessary:
you can obtain the source via: git clone http://root.cern.ch/git/root.git root
please look at cmakeroot.sh as an example for properly building and installing root
Note that a rootlogon.C loading THERMUS Shared Object (.so) libraries is also provided.