README 626 Bytes
Newer Older
1 2
Tested with 
root_6.28_04 (precompiled binaries for Ubuntu 20.04)
3
root-6.22.08 (compiled from source at nra161: /LynxOS/mbsusr/mbsdaq/analysis/root/root-6.22.08)
4

5 6 7
I. Use with GNU make

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

2) type in terminal:

	make all
	make htmldoc
	make install

3) add the install folder to LD_LIBRARY_PATH
16

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

1) mkdir build

2) cd build

3) cmake ..

25 26 27 28 29 30 31 32 33
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