Build instructions.
Tomson is being written using NetBeans 6.8, ROOT 5.18/b in Ubuntu 10.04. There are several ways for building Tomson: using NetBeans, using ROOT, directly using make.
Make way:
- Navigate to tomson/TomsonScattering.
- Run "make" command with no arguments.
- If you system has all prerequisities the output will be executable "tomson" file.
- If you have changed something in your system, e.g. ROOT update "make clean" is recommended to perform to get read of *Dict.cxx, *Dict.h, tomson files.
- If you want to build a debug config run "make debug".
NetBeans way:
- Start NetBeans.
- Open project from tomson/TomsonScattering_project.
- There are two configurations default (release) and debug.
ROOT way (theoretical only):
- Navigate to tomson/TomsonScattering
- You can load all files into ROOT uisng .L command
- Execute .x main.cpp