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

ExtBesTofConstruction.h

Go to the documentation of this file.
00001 #ifndef ExtBesTofConstruction_h
00002 #define ExtBesTofConstruction_h 1
00003 
00004 #include "TrkExtAlg/ExtBesSubdetector.h"
00005 #include "G4VPhysicalVolume.hh"
00006 #include "G4LogicalVolume.hh"
00007 
00008 
00009 class ExtBesTofConstruction : public ExtBesSubdetector
00010 {
00011         public:
00012                 ExtBesTofConstruction();
00013                 virtual ~ExtBesTofConstruction();
00014         
00015                 void Construct(G4LogicalVolume* logicBes);
00016         
00017         private:
00018                 G4LogicalVolume*   logicalTof;
00019                 G4VPhysicalVolume* physicalTof;
00020 
00021 };
00022 
00023 #endif

Generated on Wed Feb 2 15:42:12 2011 for BOSS6.5.5 by  doxygen 1.3.9.1