A Thermal Model Package for ROOT
Thermus.Project@cern.ch Thermus.Support@cern.ch
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
The environment variables ROOTSYS and THERMUS should be set and exported respectively with the proper (checked by cmakethermus.sh): $ROOTSYS should point to the directory of the root installation $THERMUS should point to the directory containing the THERMUS code
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.