/************************************************************************** * 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 @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 //