The MapsTracks Library
Version 0.01

==================================
Jamie Ballin
Contact j.ballin06@imperial.ac.uk
Imperial College March 2008
==================================

OVERVIEW
	The classes are self-documented; teh doxygen documentation is found in docs/html/index.html

	If the docs are not present, generate it with,
		doxygen doxyfile

mpsAnalysis.tar.gz
	This contains the mpsAnalysis code that was used to process the beam test runs, and create tracks. You will need the included build command, since this will link against the libMapsTracks.so library. Therefore, you will need to build the library before you can build the mpsAnalysis code (note you will need the usual daquser, records and data directories set up first; please consult Paul Dauncey about this).

BUILDING
	The user classes are build into a library. In the MapsTracks directory, just type
		make
	This should create libMapsTracks.so in the lib directory. To build excutables which exercise the library, go into tests and type make there.

==
Good luck and best wishes.

Jamie Ballin
26th March 2008