00001 00002 /** 00003 00004 \file MollerMainDetector.cc 00005 \author Peiqing Wang 00006 \date Wed Mar 14 04:09:00 EDT 2012 00007 */ 00008 00009 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00010 00011 #include "MollerMainDetector.hh" 00012 00013 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00014 00015 MollerMainDetector::MollerMainDetector() { 00016 00017 } 00018 00019 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00020 MollerMainDetector::~MollerMainDetector() { 00021 00022 } 00023 00024 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00025 void MollerMainDetector::ConstructComponent(G4VPhysicalVolume* MotherVolume) { 00026 00027 G4cout << G4endl << "###### Leaving MollerMainDetector::ConstructComponent() " << G4endl << G4endl; 00028 00029 } // end of MollerMainDetector::ConstructComponent() 00030 00031 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00032 00033 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00034 00035 void MollerMainDetector::DestroyComponent() { 00036 } 00037 00038 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00039