Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 /// \file DetectorMessenger.cc 26 /// \file DetectorMessenger.cc 27 /// \brief Implementation of the DetectorMesse 27 /// \brief Implementation of the DetectorMessenger class 28 // 28 // 29 // 29 // 30 //....oooOO0OOooo........oooOO0OOooo........oo 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 31 //....oooOO0OOooo........oooOO0OOooo........oo 31 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 32 32 33 #include "DetectorMessenger.hh" 33 #include "DetectorMessenger.hh" 34 34 35 #include "DetectorConstruction.hh" << 35 #include <sstream> 36 36 37 #include "G4UIcmdWithADoubleAndUnit.hh" << 37 #include "DetectorConstruction.hh" 38 #include "G4UIcmdWithAnInteger.hh" << 39 #include "G4UIcmdWithoutParameter.hh" << 40 #include "G4UIcommand.hh" << 41 #include "G4UIdirectory.hh" 38 #include "G4UIdirectory.hh" >> 39 #include "G4UIcommand.hh" 42 #include "G4UIparameter.hh" 40 #include "G4UIparameter.hh" 43 << 41 #include "G4UIcmdWithAnInteger.hh" 44 #include <sstream> << 42 #include "G4UIcmdWithADoubleAndUnit.hh" >> 43 #include "G4UIcmdWithoutParameter.hh" 45 44 46 //....oooOO0OOooo........oooOO0OOooo........oo 45 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 47 46 48 DetectorMessenger::DetectorMessenger(DetectorC << 47 DetectorMessenger::DetectorMessenger(DetectorConstruction * Det) 49 { << 48 :G4UImessenger(),fDetector(Det), >> 49 fTestemDir(nullptr), >> 50 fDetDir(nullptr), >> 51 fSizeYZCmd(nullptr), >> 52 fNbLayersCmd(nullptr), >> 53 fNbAbsorCmd(nullptr), >> 54 fAbsorCmd(nullptr), >> 55 fIsotopeCmd(nullptr) >> 56 { 50 fTestemDir = new G4UIdirectory("/testhadr/") 57 fTestemDir = new G4UIdirectory("/testhadr/"); 51 fTestemDir->SetGuidance("UI commands specifi 58 fTestemDir->SetGuidance("UI commands specific to this example"); 52 << 59 53 fDetDir = new G4UIdirectory("/testhadr/det/" 60 fDetDir = new G4UIdirectory("/testhadr/det/"); 54 fDetDir->SetGuidance("detector construction 61 fDetDir->SetGuidance("detector construction commands"); 55 << 62 56 fSizeYZCmd = new G4UIcmdWithADoubleAndUnit(" << 63 fSizeYZCmd = new G4UIcmdWithADoubleAndUnit("/testhadr/det/setSizeYZ",this); 57 fSizeYZCmd->SetGuidance("Set tranverse size 64 fSizeYZCmd->SetGuidance("Set tranverse size of the calorimeter"); 58 fSizeYZCmd->SetParameterName("Size", false); << 65 fSizeYZCmd->SetParameterName("Size",false); 59 fSizeYZCmd->SetRange("Size>0."); 66 fSizeYZCmd->SetRange("Size>0."); 60 fSizeYZCmd->SetUnitCategory("Length"); 67 fSizeYZCmd->SetUnitCategory("Length"); 61 fSizeYZCmd->AvailableForStates(G4State_PreIn 68 fSizeYZCmd->AvailableForStates(G4State_PreInit); 62 fSizeYZCmd->SetToBeBroadcasted(false); 69 fSizeYZCmd->SetToBeBroadcasted(false); 63 << 70 64 fNbLayersCmd = new G4UIcmdWithAnInteger("/te << 71 fNbLayersCmd = new G4UIcmdWithAnInteger("/testhadr/det/setNbOfLayers",this); 65 fNbLayersCmd->SetGuidance("Set number of lay 72 fNbLayersCmd->SetGuidance("Set number of layers."); 66 fNbLayersCmd->SetParameterName("NbLayers", f << 73 fNbLayersCmd->SetParameterName("NbLayers",false); 67 fNbLayersCmd->SetRange("NbLayers>0"); 74 fNbLayersCmd->SetRange("NbLayers>0"); 68 fNbLayersCmd->AvailableForStates(G4State_Pre 75 fNbLayersCmd->AvailableForStates(G4State_PreInit); 69 fNbLayersCmd->SetToBeBroadcasted(false); 76 fNbLayersCmd->SetToBeBroadcasted(false); 70 << 77 71 fNbAbsorCmd = new G4UIcmdWithAnInteger("/tes << 78 fNbAbsorCmd = new G4UIcmdWithAnInteger("/testhadr/det/setNbOfAbsor",this); 72 fNbAbsorCmd->SetGuidance("Set number of Abso 79 fNbAbsorCmd->SetGuidance("Set number of Absorbers."); 73 fNbAbsorCmd->SetParameterName("NbAbsor", fal << 80 fNbAbsorCmd->SetParameterName("NbAbsor",false); 74 fNbAbsorCmd->SetRange("NbAbsor>0"); 81 fNbAbsorCmd->SetRange("NbAbsor>0"); 75 fNbAbsorCmd->AvailableForStates(G4State_PreI 82 fNbAbsorCmd->AvailableForStates(G4State_PreInit); 76 fNbAbsorCmd->SetToBeBroadcasted(false); 83 fNbAbsorCmd->SetToBeBroadcasted(false); 77 << 84 78 fAbsorCmd = new G4UIcommand("/testhadr/det/s << 85 fAbsorCmd = new G4UIcommand("/testhadr/det/setAbsor",this); 79 fAbsorCmd->SetGuidance("Set the absor nb, th 86 fAbsorCmd->SetGuidance("Set the absor nb, the material, the thickness."); 80 fAbsorCmd->SetGuidance(" absor number : fro 87 fAbsorCmd->SetGuidance(" absor number : from 1 to NbOfAbsor"); 81 fAbsorCmd->SetGuidance(" material name"); 88 fAbsorCmd->SetGuidance(" material name"); 82 fAbsorCmd->SetGuidance(" thickness (with un << 89 fAbsorCmd->SetGuidance(" thickness (with unit) : t>0."); 83 // 90 // 84 G4UIparameter* AbsNbPrm = new G4UIparameter( << 91 G4UIparameter* AbsNbPrm = new G4UIparameter("AbsorNb",'i',false); 85 AbsNbPrm->SetGuidance("absor number : from 1 92 AbsNbPrm->SetGuidance("absor number : from 1 to NbOfAbsor"); 86 AbsNbPrm->SetParameterRange("AbsorNb>0"); 93 AbsNbPrm->SetParameterRange("AbsorNb>0"); 87 fAbsorCmd->SetParameter(AbsNbPrm); 94 fAbsorCmd->SetParameter(AbsNbPrm); 88 // 95 // 89 G4UIparameter* MatPrm = new G4UIparameter("m << 96 G4UIparameter* MatPrm = new G4UIparameter("material",'s',false); 90 MatPrm->SetGuidance("material name"); 97 MatPrm->SetGuidance("material name"); 91 fAbsorCmd->SetParameter(MatPrm); 98 fAbsorCmd->SetParameter(MatPrm); 92 // << 99 // 93 G4UIparameter* ThickPrm = new G4UIparameter( << 100 G4UIparameter* ThickPrm = new G4UIparameter("thickness",'d',false); 94 ThickPrm->SetGuidance("thickness of absorber 101 ThickPrm->SetGuidance("thickness of absorber"); 95 ThickPrm->SetParameterRange("thickness>0."); 102 ThickPrm->SetParameterRange("thickness>0."); 96 fAbsorCmd->SetParameter(ThickPrm); 103 fAbsorCmd->SetParameter(ThickPrm); 97 // 104 // 98 G4UIparameter* unitPrm = new G4UIparameter(" << 105 G4UIparameter* unitPrm = new G4UIparameter("unit",'s',false); 99 unitPrm->SetGuidance("unit of thickness"); 106 unitPrm->SetGuidance("unit of thickness"); 100 G4String unitList = G4UIcommand::UnitsList(G 107 G4String unitList = G4UIcommand::UnitsList(G4UIcommand::CategoryOf("mm")); 101 unitPrm->SetParameterCandidates(unitList); 108 unitPrm->SetParameterCandidates(unitList); 102 fAbsorCmd->SetParameter(unitPrm); 109 fAbsorCmd->SetParameter(unitPrm); 103 // 110 // 104 fAbsorCmd->AvailableForStates(G4State_PreIni 111 fAbsorCmd->AvailableForStates(G4State_PreInit); 105 fAbsorCmd->SetToBeBroadcasted(false); 112 fAbsorCmd->SetToBeBroadcasted(false); 106 << 113 107 fIsotopeCmd = new G4UIcommand("/testhadr/det << 114 fIsotopeCmd = new G4UIcommand("/testhadr/det/setIsotopeMat",this); 108 fIsotopeCmd->SetGuidance("Build and select a 115 fIsotopeCmd->SetGuidance("Build and select a material with single isotope"); 109 fIsotopeCmd->SetGuidance(" symbol of isotop 116 fIsotopeCmd->SetGuidance(" symbol of isotope, Z, A, density of material"); 110 // 117 // 111 G4UIparameter* symbPrm = new G4UIparameter(" << 118 G4UIparameter* symbPrm = new G4UIparameter("isotope",'s',false); 112 symbPrm->SetGuidance("isotope symbol"); 119 symbPrm->SetGuidance("isotope symbol"); 113 fIsotopeCmd->SetParameter(symbPrm); 120 fIsotopeCmd->SetParameter(symbPrm); 114 // << 121 // 115 G4UIparameter* ZPrm = new G4UIparameter("Z", << 122 G4UIparameter* ZPrm = new G4UIparameter("Z",'i',false); 116 ZPrm->SetGuidance("Z"); 123 ZPrm->SetGuidance("Z"); 117 ZPrm->SetParameterRange("Z>0"); 124 ZPrm->SetParameterRange("Z>0"); 118 fIsotopeCmd->SetParameter(ZPrm); 125 fIsotopeCmd->SetParameter(ZPrm); 119 // << 126 // 120 G4UIparameter* APrm = new G4UIparameter("A", << 127 G4UIparameter* APrm = new G4UIparameter("A",'i',false); 121 APrm->SetGuidance("A"); 128 APrm->SetGuidance("A"); 122 APrm->SetParameterRange("A>0"); 129 APrm->SetParameterRange("A>0"); 123 fIsotopeCmd->SetParameter(APrm); << 130 fIsotopeCmd->SetParameter(APrm); 124 // << 131 // 125 G4UIparameter* densityPrm = new G4UIparamete << 132 G4UIparameter* densityPrm = new G4UIparameter("density",'d',false); 126 densityPrm->SetGuidance("density of material 133 densityPrm->SetGuidance("density of material"); 127 densityPrm->SetParameterRange("density>0."); 134 densityPrm->SetParameterRange("density>0."); 128 fIsotopeCmd->SetParameter(densityPrm); 135 fIsotopeCmd->SetParameter(densityPrm); 129 // 136 // 130 G4UIparameter* unitPrm1 = new G4UIparameter( << 137 G4UIparameter* unitPrm1 = new G4UIparameter("unit",'s',false); 131 unitPrm1->SetGuidance("unit of density"); 138 unitPrm1->SetGuidance("unit of density"); 132 G4String unitList1 = G4UIcommand::UnitsList( 139 G4String unitList1 = G4UIcommand::UnitsList(G4UIcommand::CategoryOf("g/cm3")); 133 unitPrm1->SetParameterCandidates(unitList1); 140 unitPrm1->SetParameterCandidates(unitList1); 134 fIsotopeCmd->SetParameter(unitPrm1); 141 fIsotopeCmd->SetParameter(unitPrm1); 135 // 142 // 136 fIsotopeCmd->AvailableForStates(G4State_PreI << 143 fIsotopeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 137 } 144 } 138 145 139 //....oooOO0OOooo........oooOO0OOooo........oo 146 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 140 147 141 DetectorMessenger::~DetectorMessenger() 148 DetectorMessenger::~DetectorMessenger() 142 { 149 { 143 delete fSizeYZCmd; 150 delete fSizeYZCmd; 144 delete fNbLayersCmd; 151 delete fNbLayersCmd; 145 delete fNbAbsorCmd; 152 delete fNbAbsorCmd; 146 delete fAbsorCmd; 153 delete fAbsorCmd; 147 delete fIsotopeCmd; << 154 delete fIsotopeCmd; 148 delete fDetDir; << 155 delete fDetDir; 149 delete fTestemDir; 156 delete fTestemDir; 150 } 157 } 151 158 152 //....oooOO0OOooo........oooOO0OOooo........oo 159 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 153 160 154 void DetectorMessenger::SetNewValue(G4UIcomman << 161 void DetectorMessenger::SetNewValue(G4UIcommand* command,G4String newValue) 155 { 162 { 156 if (command == fSizeYZCmd) { << 163 if( command == fSizeYZCmd ) 157 fDetector->SetCalorSizeYZ(fSizeYZCmd->GetN << 164 { fDetector->SetCalorSizeYZ(fSizeYZCmd->GetNewDoubleValue(newValue));} 158 } << 165 159 << 166 if( command == fNbLayersCmd ) 160 if (command == fNbLayersCmd) { << 167 { fDetector->SetNbOfLayers(fNbLayersCmd->GetNewIntValue(newValue));} 161 fDetector->SetNbOfLayers(fNbLayersCmd->Get << 168 162 } << 169 if( command == fNbAbsorCmd ) 163 << 170 { fDetector->SetNbOfAbsor(fNbAbsorCmd->GetNewIntValue(newValue));} 164 if (command == fNbAbsorCmd) { << 171 165 fDetector->SetNbOfAbsor(fNbAbsorCmd->GetNe << 172 if (command == fAbsorCmd) 166 } << 173 { 167 << 174 G4int num; G4double tick; 168 if (command == fAbsorCmd) { << 175 G4String unt, mat; 169 G4int num; << 176 std::istringstream is(newValue); 170 G4double tick; << 177 is >> num >> mat >> tick >> unt; 171 G4String unt, mat; << 178 G4String material=mat; 172 std::istringstream is(newValue); << 179 tick *= G4UIcommand::ValueOf(unt); 173 is >> num >> mat >> tick >> unt; << 180 fDetector->SetAbsorMaterial (num,material); 174 G4String material = mat; << 181 fDetector->SetAbsorThickness(num,tick); 175 tick *= G4UIcommand::ValueOf(unt); << 182 } 176 fDetector->SetAbsorMaterial(num, material) << 183 177 fDetector->SetAbsorThickness(num, tick); << 184 if (command == fIsotopeCmd) 178 } << 185 { 179 << 186 G4int Z; G4int A; G4double dens; 180 if (command == fIsotopeCmd) { << 187 G4String name, unt; 181 G4int Z; << 188 std::istringstream is(newValue); 182 G4int A; << 189 is >> name >> Z >> A >> dens >> unt; 183 G4double dens; << 190 dens *= G4UIcommand::ValueOf(unt); 184 G4String name, unt; << 191 fDetector->MaterialWithSingleIsotope (name,name,dens,Z,A); 185 std::istringstream is(newValue); << 192 } 186 is >> name >> Z >> A >> dens >> unt; << 187 dens *= G4UIcommand::ValueOf(unt); << 188 fDetector->MaterialWithSingleIsotope(name, << 189 } << 190 } 193 } 191 194 192 //....oooOO0OOooo........oooOO0OOooo........oo 195 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 193 196