00001 /** 00002 00003 \file MollerMainDetector.hh 00004 \date Wed Mar 14 04:09:00 EDT 2012 00005 \author Peiqing Wang 00006 00007 \class MollerMainDetector 00008 \brief Definition of the main detector 00009 */ 00010 00011 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00012 #ifndef MollerMainDetector_h 00013 #define MollerMainDetector_h 00014 00015 #include "G4VPhysicalVolume.hh" 00016 #include "MollerMaterial.hh" 00017 00018 class MollerMainDetector 00019 { 00020 public: 00021 MollerMainDetector(); 00022 ~MollerMainDetector(); 00023 00024 void ConstructComponent(G4VPhysicalVolume* MotherVolume); 00025 void DestroyComponent(); 00026 00027 private: 00028 00029 00030 00031 }; 00032 #endif 00033 00034 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......