ROOT logo
/**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * 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 <cholm@nbi.dk>
    @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
// contains the base procedures for the Forward Multiplicity detector
// 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. 
//
// See also the AliFMD class for a more detailed description of the
// various components. 
//

#include "AliFMDv0.h"		// ALIFMDV0_H

//____________________________________________________________________
ClassImp(AliFMDv0)
#if 0
  ; // This is here to keep Emacs for indenting the next line
#endif

//___________________________________________________________________
//
// EOF
//
 AliFMDv0.cxx:1
 AliFMDv0.cxx:2
 AliFMDv0.cxx:3
 AliFMDv0.cxx:4
 AliFMDv0.cxx:5
 AliFMDv0.cxx:6
 AliFMDv0.cxx:7
 AliFMDv0.cxx:8
 AliFMDv0.cxx:9
 AliFMDv0.cxx:10
 AliFMDv0.cxx:11
 AliFMDv0.cxx:12
 AliFMDv0.cxx:13
 AliFMDv0.cxx:14
 AliFMDv0.cxx:15
 AliFMDv0.cxx:16
 AliFMDv0.cxx:17
 AliFMDv0.cxx:18
 AliFMDv0.cxx:19
 AliFMDv0.cxx:20
 AliFMDv0.cxx:21
 AliFMDv0.cxx:22
 AliFMDv0.cxx:23
 AliFMDv0.cxx:24
 AliFMDv0.cxx:25
 AliFMDv0.cxx:26
 AliFMDv0.cxx:27
 AliFMDv0.cxx:28
 AliFMDv0.cxx:29
 AliFMDv0.cxx:30
 AliFMDv0.cxx:31
 AliFMDv0.cxx:32
 AliFMDv0.cxx:33
 AliFMDv0.cxx:34
 AliFMDv0.cxx:35
 AliFMDv0.cxx:36
 AliFMDv0.cxx:37
 AliFMDv0.cxx:38
 AliFMDv0.cxx:39
 AliFMDv0.cxx:40
 AliFMDv0.cxx:41
 AliFMDv0.cxx:42
 AliFMDv0.cxx:43
 AliFMDv0.cxx:44
 AliFMDv0.cxx:45
 AliFMDv0.cxx:46
 AliFMDv0.cxx:47