AliFMDv0.h

Go to the documentation of this file.
00001 #ifndef ALIFMDV0_H
00002 #define ALIFMDV0_H
00003 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights
00004  * reserved. 
00005  *
00006  * Latest changes by Christian Holm Christensen <cholm@nbi.dk>
00007  *
00008  * See cxx source for full Copyright notice                               
00009  */
00010 
00011 //____________________________________________________________________
00012 //
00013 //  Manager class for the FMD - Coarse version. 
00014 //
00015 #ifndef ALIFMD_H 
00016 # include "AliFMD.h"
00017 #endif
00018 
00019 //____________________________________________________________________
00031 class AliFMDv0 : public AliFMD 
00032 {
00033 public:
00035   AliFMDv0() {}
00039   AliFMDv0(const char *name, const char *title="Coarse geometry") 
00040     : AliFMD(name, title)
00041   {}
00043   virtual ~AliFMDv0() {}
00044 
00045   // Required member functions 
00047   virtual Int_t  IsVersion() const {return 0;}
00049   virtual void   StepManager() {}
00050 
00051   ClassDef(AliFMDv0,1) // Coarse FMD geometry 
00052 };
00053 
00054 
00055 #endif
00056 //____________________________________________________________________
00057 //
00058 // Local Variables:
00059 //   mode: C++
00060 // End:
00061 //
00062 // EOF
00063 //

Generated on Fri Mar 24 17:11:21 2006 for ALICE FMD Off-line by  doxygen 1.4.6