Tauola C++ Interface - Examples
-------------------------------

1)
To compile:
-  "./configure"
-  "make"

2)
Examples require more software than interface itself:

./configure --with-Pythia8=<path>        - provides path for Pythia8
./configure --with-MC-Tester=<path>      - provides path for MC-Tester

To use MC-Tester, ROOT must be installed and
its path provided via PATH variable.

3)
If afs paths was used during interface compilation,
all these paths are set alredy and 
can not be changed.

4)
Examples require:
taumain_standalone_example.exe - does not require any new libraries
single_tau_gun_example.exe     - require Pythia8
taumain_pythia_example.exe     - require Pythia8, ROOT and MC-Tester



Last Modified: T. Przedzinski, 25 Jan. 2010
