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 electromagnetic/TestEm12/src/Detecto << 26 // $Id: DetectorMessenger.cc,v 1.2 2006-06-29 16:43:03 gunter Exp $ 27 /// \brief Implementation of the DetectorMesse << 27 // GEANT4 tag $Name: geant4-09-04-patch-02 $ 28 // << 29 // 28 // 30 //....oooOO0OOooo........oooOO0OOooo........oo 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 31 //....oooOO0OOooo........oooOO0OOooo........oo 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 32 31 33 #include "DetectorMessenger.hh" 32 #include "DetectorMessenger.hh" 34 33 35 #include "DetectorConstruction.hh" 34 #include "DetectorConstruction.hh" 36 << 35 #include "G4UIdirectory.hh" 37 #include "G4UIcmdWithADoubleAndUnit.hh" << 38 #include "G4UIcmdWithAString.hh" 36 #include "G4UIcmdWithAString.hh" 39 #include "G4UIcmdWithAnInteger.hh" 37 #include "G4UIcmdWithAnInteger.hh" 40 #include "G4UIdirectory.hh" << 38 #include "G4UIcmdWithADoubleAndUnit.hh" >> 39 #include "G4UIcmdWithoutParameter.hh" 41 40 42 //....oooOO0OOooo........oooOO0OOooo........oo 41 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 43 42 44 DetectorMessenger::DetectorMessenger(DetectorC << 43 DetectorMessenger::DetectorMessenger(DetectorConstruction * Det) 45 { << 44 :Detector(Det) 46 fTestemDir = new G4UIdirectory("/testem/"); << 45 { 47 fTestemDir->SetGuidance(" detector control." << 46 testemDir = new G4UIdirectory("/testem/"); 48 << 47 testemDir->SetGuidance(" detector control."); 49 fDetDir = new G4UIdirectory("/testem/det/"); << 48 50 fDetDir->SetGuidance("detector construction << 49 detDir = new G4UIdirectory("/testem/det/"); 51 << 50 detDir->SetGuidance("detector construction commands"); 52 fMaterCmd = new G4UIcmdWithAString("/testem/ << 51 53 fMaterCmd->SetGuidance("Select material of t << 52 MaterCmd = new G4UIcmdWithAString("/testem/det/setMat",this); 54 fMaterCmd->SetParameterName("choice", false) << 53 MaterCmd->SetGuidance("Select material of the box."); 55 fMaterCmd->AvailableForStates(G4State_PreIni << 54 MaterCmd->SetParameterName("choice",false); 56 fMaterCmd->SetToBeBroadcasted(false); << 55 MaterCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 57 << 56 58 fRadiusCmd = new G4UIcmdWithADoubleAndUnit(" << 57 RadiusCmd = new G4UIcmdWithADoubleAndUnit("/testem/det/setRadius",this); 59 fRadiusCmd->SetGuidance("Set radius of the a << 58 RadiusCmd->SetGuidance("Set radius of the absorber"); 60 fRadiusCmd->SetParameterName("Radius", false << 59 RadiusCmd->SetParameterName("Radius",false); 61 fRadiusCmd->SetRange("Radius>0."); << 60 RadiusCmd->SetRange("Radius>0."); 62 fRadiusCmd->SetUnitCategory("Length"); << 61 RadiusCmd->SetUnitCategory("Length"); 63 fRadiusCmd->AvailableForStates(G4State_PreIn << 62 RadiusCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 64 fRadiusCmd->SetToBeBroadcasted(false); << 63 65 << 64 NbLayersCmd = new G4UIcmdWithAnInteger("/testem/det/setNbOfLayers",this); 66 fNbLayersCmd = new G4UIcmdWithAnInteger("/te << 65 NbLayersCmd->SetGuidance("Set number of layers"); 67 fNbLayersCmd->SetGuidance("Set number of lay << 66 NbLayersCmd->SetParameterName("NbLayers",false); 68 fNbLayersCmd->SetParameterName("NbLayers", f << 67 NbLayersCmd->SetRange("NbLayers>0"); 69 fNbLayersCmd->SetRange("NbLayers>0"); << 68 NbLayersCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 70 fNbLayersCmd->AvailableForStates(G4State_Pre << 69 71 fNbLayersCmd->SetToBeBroadcasted(false); << 70 MagFieldCmd = new G4UIcmdWithADoubleAndUnit("/testem/det/setField",this); >> 71 MagFieldCmd->SetGuidance("Define magnetic field."); >> 72 MagFieldCmd->SetGuidance("Magnetic field will be in Z direction."); >> 73 MagFieldCmd->SetParameterName("Bz",false); >> 74 MagFieldCmd->SetUnitCategory("Magnetic flux density"); >> 75 MagFieldCmd->AvailableForStates(G4State_PreInit,G4State_Idle); >> 76 >> 77 UpdateCmd = new G4UIcmdWithoutParameter("/testem/det/update",this); >> 78 UpdateCmd->SetGuidance("Update calorimeter geometry."); >> 79 UpdateCmd->SetGuidance("This command MUST be applied before \"beamOn\" "); >> 80 UpdateCmd->SetGuidance("if you changed geometrical value(s)."); >> 81 UpdateCmd->AvailableForStates(G4State_Idle); 72 } 82 } 73 83 74 //....oooOO0OOooo........oooOO0OOooo........oo 84 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 75 85 76 DetectorMessenger::~DetectorMessenger() 86 DetectorMessenger::~DetectorMessenger() 77 { 87 { 78 delete fMaterCmd; << 88 delete MaterCmd; 79 delete fRadiusCmd; << 89 delete RadiusCmd; 80 delete fNbLayersCmd; << 90 delete NbLayersCmd; 81 delete fDetDir; << 91 delete MagFieldCmd; 82 delete fTestemDir; << 92 delete UpdateCmd; >> 93 delete detDir; >> 94 delete testemDir; 83 } 95 } 84 96 85 //....oooOO0OOooo........oooOO0OOooo........oo 97 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 86 98 87 void DetectorMessenger::SetNewValue(G4UIcomman << 99 void DetectorMessenger::SetNewValue(G4UIcommand* command,G4String newValue) 88 { << 100 { 89 if (command == fMaterCmd) { << 101 if( command == MaterCmd ) 90 fDetector->SetMaterial(newValue); << 102 { Detector->SetMaterial(newValue);} 91 } << 103 92 << 104 if( command == RadiusCmd ) 93 if (command == fRadiusCmd) { << 105 { Detector->SetRadius(RadiusCmd->GetNewDoubleValue(newValue));} 94 fDetector->SetRadius(fRadiusCmd->GetNewDou << 106 95 } << 107 if( command == NbLayersCmd ) 96 << 108 { Detector->SetNbOfLayers(NbLayersCmd->GetNewIntValue(newValue));} 97 if (command == fNbLayersCmd) { << 109 98 fDetector->SetNbOfLayers(fNbLayersCmd->Get << 110 if( command == MagFieldCmd ) 99 } << 111 { Detector->SetMagField(MagFieldCmd->GetNewDoubleValue(newValue));} >> 112 >> 113 if( command == UpdateCmd ) >> 114 { Detector->UpdateGeometry();} 100 } 115 } 101 116 102 //....oooOO0OOooo........oooOO0OOooo........oo 117 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 103 118