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

TMcpDetector.h

Go to the documentation of this file.
00001 // TMcpDetector.h.
00002 // author  JEP.
00003 // brief   TDetector class for MCP end-detector.
00004 // version 1.0.
00005 // date    October 2004.
00006 //
00007 #ifndef TMCPDETECTOR_H
00008 #define TMCPDETECTOR_H
00009 
00010 #include <vector>
00011 
00012 #include "THiDetector.h"
00013 
00014 using std::vector;
00015 
00016 class TMcpDetector : public THiDetector {
00017 public:
00018   TMcpDetector(const Char_t * = "", UInt_t = 5);
00019   virtual ~TMcpDetector();
00020   virtual void Print(const Char_t * = "") const;
00021   virtual void SetSignals(const TSubEvent &);
00022   virtual void FindHits(vector<THit> *) const;
00023   Bool_t PlotHitPattern(TH2F * = 0, const TCutG * = 0, Bool_t = 1) const;
00024 };
00025 
00026 #endif // TMcpDetector.h

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