Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

TGeDetector.h

Go to the documentation of this file.
00001 // TGeDetector.h.
00002 // author  JEP.
00003 // brief   Germanium gamma-ray detector class.
00004 // version 1.0.
00005 // date    May 2005.
00006 //
00007 #ifndef TGEDETECTOR_H
00008 #define TGEDETECTOR_H
00009 
00010 #include <vector>
00011 
00012 #include "THiDetector.h"
00013 
00014 class TGeDetector : public THiDetector {
00015 public:
00016   TGeDetector(const Char_t * = "", UInt_t = 1);
00017   virtual ~TGeDetector();
00018   virtual void Print(const Char_t * = "") const;
00019   virtual void SetSignals(const TSubEvent &);
00020   virtual void FindHits(vector<THit> *) const;
00021 };
00022 
00023 #endif // TGeDetector.h

Generated on Mon Jan 8 11:54:31 2007 for DragonRoot by  doxygen 1.3.9.1