########################################################################
#
#     MT2 (Stransverse Mass) Library
#
#     Authors: Christopher Lester & Alan Barr
#     lester at hep dot phy dot cam dot ac dot uk
#     a dot barr1 at physics dot ox dot ac dot uk
#
#     A "typical user" (not a developer) user will 
#     should only need to set the variable "ROOTHOME"
#     in "Makefile.include" to a sensible value
#     in order to compile
#     the MT2 library and run the programs in the 
#     "examples" directory.  The default value 
#     should be reasonable for LXPLUS users.
#
#     See full documentation at
#
#     https://twiki.cern.ch/twiki/bin/view/Atlas/StransverseMassLibrary
#
#     There is a ROOT example that allows you to calculate MTGEN semi
#     interactively in ROOT.  See mtgen_ROOT_example.C in the current
#     directory.
#
########################################################################

(0) Consider reading https://twiki.cern.ch/twiki/bin/view/Atlas/StransverseMassLibrary

(1) Edit Makefile.include to point to the correct ROOT distribution.
    ROOT is only needed to supply Minuit2 libraries, which are in
    principle available outside of ROOT.  It is possible to point
    the makefiles at a "ROOT-less" version of Minuit2 libraries if
    you know what you are doing.

(2) type "make"

(3) After a successful (!) build, follow the on-screen instructions to
    add the src directory, containing libMt2.so, and the directory
    containing your Minuit2 libraries to your LD_LIBRARY_PATH

(4) cd to the examples director to run some example programs, eg:

	cd examples
	make
	./Basic_Mt2_332_Calculator_Example
	./Basic_Mt2_4441_Calculator_Example
	./SUSYPhys_Mt2_222_Calculator_Example

(5) Developers (not normal users) might like to run the test programs 
    in the bin directory

#######################################

Maintainers:

Non-lester:

svn ls svn://pcfs.hep.phy.cam.ac.uk/TRUNK/NonAthenaVersion/mT2
svn co svn://pcfs.hep.phy.cam.ac.uk/TRUNK/NonAthenaVersion/mT2

Lester:

svn ls svn+ssh://pcfs.hep.phy.cam.ac.uk/usera/lester/svn-reps/localAthena-repository/TRUNK/NonAthenaVersion/mT2
svn co svn+ssh://pcfs.hep.phy.cam.ac.uk/usera/lester/svn-reps/localAthena-repository/TRUNK/NonAthenaVersion/mT2

