README 530 Bytes
Newer Older
1 2 3
Tested with 
root_6.28_04 (precompiled binaries for Ubuntu 20.04)

4 5 6
I. Use with GNU make

1) set path in makefile according to your operating system
Kostyleva D.A's avatar
Kostyleva D.A committed
7 8 9 10 11 12 13 14

2) type in terminal:

	make all
	make htmldoc
	make install

3) add the install folder to LD_LIBRARY_PATH
15

16
II. Use with cmake
17 18 19 20 21 22 23

1) mkdir build

2) cd build

3) cmake ..

24 25 26 27 28 29 30 31 32
4) make

III. Test of compiled libraries

1) cd macros

2) rootlogon.C script will automatically load compiled libraries libTELoss.so and libAculData.so, then
	root -l testOfAculData.cxx
	root -l testOfTELoss.cxx