// Mainpage for Doxygen
/** @mainpage package PixLib
*
* @section intro Introduction
* This package contains the PixLib files
* PixLib is a collection of classes designed to support applications performing
* configuration, calibration, data-taking and tests of Pixel Modules.
*
* @author Paolo Morettini (Paolo.Morettini@ge.infn.it): coordination, PixController, PixModuleGroup
* @author Guido Gagliardi, (Guido.Gagliardi@ge.infn.it): PixConfDBInterface
* @author Carlo Schiavi, (Carlo.Schiavi@ge.infn.it): PixFe, PixMCC, PixModule
* @author Kendal Reeves, (Reeves@physik.uni-wuppertal.de): PixDcs
*
*
* @section releasenotes Notes for current release
* release.notes
*
*
* @section installation Installation and compilation instructions
*
* This release has been tested in the following environment:
*
* - CERN RH 7.3.3
* - Kernel 2.4.20-28.7
* - online-00-21-01
* - dataflow-00-07-00
* - gcc 3.2
* - root 3.10/02
*
*
* To compile you have to check out from the repository the
* following modules:
*
* - VmeInterface
* - RodDaq/RodCrate
* - RodDaq/CommonWithDsp
* - RodDaq/CommonForHosts
* - RodDaq/Dsp/Pixel
* - Application/Pixel/PixLib
*
*
* It's assumed that the dataflow setup script is executed
* at login time, that the symbols TDAQ_INST_PATH, TDAQ_TARGET,
* DF_INST_PATH and DF_TARGET are correctly
* defined, that gcc 3.2 is correctly working, that root is
* installed (ROOTSYS defined, $ROOTSYS/bin in PATH and
* $ROOTSYS/lib in LD_LIBRARY_PATH).
*
* The following symbols have to be defined in order to
* compile; their definition is relative to the top directory
* of the installation SCTPIXEL_ROOT (i.e. where Applications,
* RodDaq and VmeInterface are)
*
* - DAQ_LIB_DIR = $DF_INST_PATH/$DF_TARGET/lib
* - DAQ_INCL_DIR = $DAQ_INST_PATH/include
* - VME_INTERFACE = $SCTPIXEL_ROOT/VmeInterface
* - SCTPIXEL_DAQ_ROOT = $SCTPIXEL_ROOT/RodDaq
* - ROD_DAQ = $SCTPIXEL_ROOT/RodDaq
* - PIX_LIB = $SCTPIXEL_ROOT/Applications/Pixel/PixLib
* - ROD_TYPE = PIXEL_ROD
*
*
*
* @todo
*/