----------------------- * * * MarlinUtil * * Utility library for Marlin based (reconstruction) programs * * ----------------------- Library that containes classes and functions that are used by more than one processor. In particular it contains the geometry classes that are used until we have the geometry for reconstruction package (GEAR). This package is needed in praticular for MarlinReco but can also be included in other Marlin based programs. MarlinUtil depends on ILCUTIL, Marlin (1.0 or higher), CED (1.3 or higher), CLHEP and GSL Build Instructions: --------------------------------------------------------- . path_to_ilcsoft_installation/v01-XX/init_ilcsoft.sh mkdir build cd build cmake -C $ILCSOFT/ILCSoft.cmake .. make install For more information on CMake for the ILCSoftware check: http://ilcsoft.desy.de/portal/general_documentation/index_eng.html CMake's official website: http://www.cmake.org --------------------------------------------------------- Further documentation can be found in the MarlinReco manual (http://ilcsoft.desy.de -> Software Packages -> MarlinReco -> Documentation ) F.Gaede, DESY.