X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=FMD%2FAliFMDv0.cxx;h=d931b834e0ecbca63de0c0ccfcfe0417dd4dc1c9;hb=0c979df9d5f7a1faa6924753bd2d31aa06692d1e;hp=73a8e196bdee03b8b1b6ec82919c4c5511df6ce4;hpb=925e65709851bc55cacc40068515d4c5a80fc419;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDv0.cxx b/FMD/AliFMDv0.cxx index 73a8e196bde..d931b834e0e 100644 --- a/FMD/AliFMDv0.cxx +++ b/FMD/AliFMDv0.cxx @@ -12,47 +12,22 @@ * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * **************************************************************************/ - /* $Id$ */ - +/** @file AliFMDv0.cxx + @author Christian Holm Christensen + @date Mon Mar 27 12:48:51 2006 + @brief Concrete implementation of FMD detector driver - coarse + version +*/ //____________________________________________________________________ // -// Forward Multiplicity Detector based on Silicon wafers This class +// Forward Multiplicity Detector based on Silicon wafers. This class // contains the base procedures for the Forward Multiplicity detector -// Detector consists of 5 Si volumes covered pseudorapidity interval -// from 1.7 to 5.1. -// +// Detector consists of 3 sub-detectors FMD1, FMD2, and FMD3, each of +// which has 1 or 2 rings of silicon sensors. +// // This contains the coarse version of the FMD - that is, the // simulation produces no hits in the FMD volumes. -// -// The actual code is done by various separate classes. Below is -// diagram showing the relationship between the various FMD classes -// that handles the geometry -// -// -// +----------+ +----------+ -// | AliFMDv1 | | AliFMDv1 | -// +----------+ +----------+ -// | | -// +----+--------------+ -// | -// | +------------+ 1 +---------------+ -// | +- | AliFMDRing |<>--| AliFMDPolygon | -// V 2 | +------------+ +---------------+ -// +--------+<>--+ | -// | AliFMD | ^ -// +--------+<>--+ V 1..2 -// 3 | +-------------------+ -// +-| AliFMDSubDetector | -// +-------------------+ -// ^ -// | -// +-------------+-------------+ -// | | | -// +---------+ +---------+ +---------+ -// | AliFMD1 | | AliFMD2 | | AliFMD3 | -// +---------+ +---------+ +---------+ -// // // See also the AliFMD class for a more detailed description of the // various components. @@ -62,6 +37,9 @@ //____________________________________________________________________ ClassImp(AliFMDv0) +#if 0 + ; // This is here to keep Emacs for indenting the next line +#endif //___________________________________________________________________ //