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

TSbDetector.h

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

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