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

TBgoDetector.h

Go to the documentation of this file.
00001 // TBgoDetector.h.
00002 // author  JEP.
00003 // brief   BGO gamma-detector class.
00004 // version 1.0.
00005 // date    April 2004.
00006 //
00007 #ifndef TBGODETECTOR_H
00008 #define TBGODETECTOR_H
00009 
00010 #include <vector>
00011 
00012 #include "TGrDetector.h"
00013 
00014 class TBgoDetector : public TGrDetector {
00015 public:
00016   TBgoDetector(const Char_t * = "", UInt_t = 1);
00017   virtual ~TBgoDetector();
00018   virtual void Print(const Char_t * = "") const;
00019   virtual void SetSignals(const TSubEvent &);
00020   virtual void FindHits(vector<THit> *) const;
00021   void SetXYZ(Int_t, Int_t, Int_t);
00022   Bool_t PlotShiftedEnergies(TH2F * = 0, Float_t = 0,
00023                              const TCutG * = 0, Bool_t = 1) const;
00024 };
00025 
00026 #endif // TBgoDetector.h

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