/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/BOOST/MucSim/MucSim-00-01-03/MucSim/BesMucConstruction.hh

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------//
00002 //      BOOST --- BESIII Object_Oriented Simulation Tool                     //
00003 //---------------------------------------------------------------------------//
00004 //Descpirtion: Muon Chamber as a concrete class
00005 //             it's better to define an envelope then position it in BES
00006 //Author:  Youzy      Peking University      mail: youzy@hep.pku.cn
00007 //Created: Nov, 2003
00008 //Comment:
00009 //---------------------------------------------------------------------------//
00010 //
00011 #ifndef BesMucConstruction_h
00012 #define BesMucConstruction_h 1
00013 
00014 #include "BesSubdetector.hh"
00015 #include "G4LogicalVolume.hh"
00016 #include "G4VPhysicalVolume.hh"
00017 
00018 class G4LogicalVolume;
00019 
00020 class BesMucConstruction : public BesSubdetector
00021 {  
00022 public:
00023   
00024   BesMucConstruction();
00025   virtual ~BesMucConstruction();
00026 
00027   //construct MUC detector
00028   void Construct(G4LogicalVolume* logicBes);
00029   G4VPhysicalVolume* GetPhysicalMuc(){return physicalMuc;};
00030 
00031    
00032   //your private data member (geometry, etc) here:
00033 private:
00034   G4VPhysicalVolume* physicalMuc;
00035   G4LogicalVolume*   logicalMuc;
00036   
00037 };
00038 #endif
00039 
00040    
00041      
00042 
00043 
00044 
00045 
00046 
00047 
00048 
00049 
00050 
00051 
00052 
00053 
00054 
00055 
00056 
00057 
00058 
00059 
00060 
00061 
00062 
00063 
00064 
00065 
00066 
00067 
00068 
00069 
00070 

Generated on Tue Nov 29 23:14:28 2016 for BOSS_7.0.2 by  doxygen 1.4.7