Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 /// \file electromagnetic/TestEm5/src/DetectorMessenger.cc
27 /// \brief Implementation of the DetectorMessenger class
28 //
29 // $Id: DetectorMessenger.cc 77083 2013-11-21 10:35:55Z gcosmo $
30 //
31 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
32 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
33 
34 #include "DetectorMessenger.hh"
35 
36 #include "DetectorConstruction.hh"
37 #include "G4UIdirectory.hh"
38 #include "G4UIcmdWithAString.hh"
39 #include "G4UIcmdWithAnInteger.hh"
42 
43 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
44 
46 :G4UImessenger(),fDetector(Det),
47  fTestemDir(0),
48  fDetDir(0),
49  fAbsMaterCmd(0),
50  fAbsThickCmd(0),
51  fAbsSizYZCmd(0),
52  fAbsXposCmd(0),
53  fWorldMaterCmd(0),
54  fWorldXCmd(0),
55  fWorldYZCmd(0)
56 {
57  fTestemDir = new G4UIdirectory("/testem/");
58  fTestemDir->SetGuidance("UI commands specific to this example.");
59 
60  fDetDir = new G4UIdirectory("/testem/det/");
61  fDetDir->SetGuidance("detector construction commands");
62 
63  fAbsMaterCmd = new G4UIcmdWithAString("/testem/det/setAbsMat",this);
64  fAbsMaterCmd->SetGuidance("Select Material of the Absorber.");
65  fAbsMaterCmd->SetParameterName("choice",false);
67  fAbsMaterCmd->SetToBeBroadcasted(false);
68 
69  fWorldMaterCmd = new G4UIcmdWithAString("/testem/det/setWorldMat",this);
70  fWorldMaterCmd->SetGuidance("Select Material of the World.");
71  fWorldMaterCmd->SetParameterName("wchoice",false);
73  fWorldMaterCmd->SetToBeBroadcasted(false);
74 
75  fAbsThickCmd = new G4UIcmdWithADoubleAndUnit("/testem/det/setAbsThick",this);
76  fAbsThickCmd->SetGuidance("Set Thickness of the Absorber");
77  fAbsThickCmd->SetParameterName("SizeZ",false);
78  fAbsThickCmd->SetRange("SizeZ>0.");
79  fAbsThickCmd->SetUnitCategory("Length");
81  fAbsThickCmd->SetToBeBroadcasted(false);
82 
83  fAbsSizYZCmd = new G4UIcmdWithADoubleAndUnit("/testem/det/setAbsYZ",this);
84  fAbsSizYZCmd->SetGuidance("Set sizeYZ of the Absorber");
85  fAbsSizYZCmd->SetParameterName("SizeYZ",false);
86  fAbsSizYZCmd->SetRange("SizeYZ>0.");
87  fAbsSizYZCmd->SetUnitCategory("Length");
89  fAbsSizYZCmd->SetToBeBroadcasted(false);
90 
91  fAbsXposCmd = new G4UIcmdWithADoubleAndUnit("/testem/det/setAbsXpos",this);
92  fAbsXposCmd->SetGuidance("Set X pos. of the Absorber");
93  fAbsXposCmd->SetParameterName("Xpos",false);
94  fAbsXposCmd->SetUnitCategory("Length");
96  fAbsXposCmd->SetToBeBroadcasted(false);
97 
98  fWorldXCmd = new G4UIcmdWithADoubleAndUnit("/testem/det/setWorldX",this);
99  fWorldXCmd->SetGuidance("Set X size of the World");
100  fWorldXCmd->SetParameterName("WSizeX",false);
101  fWorldXCmd->SetRange("WSizeX>0.");
102  fWorldXCmd->SetUnitCategory("Length");
104  fWorldXCmd->SetToBeBroadcasted(false);
105 
106  fWorldYZCmd = new G4UIcmdWithADoubleAndUnit("/testem/det/setWorldYZ",this);
107  fWorldYZCmd->SetGuidance("Set sizeYZ of the World");
108  fWorldYZCmd->SetParameterName("WSizeYZ",false);
109  fWorldYZCmd->SetRange("WSizeYZ>0.");
110  fWorldYZCmd->SetUnitCategory("Length");
112  fWorldYZCmd->SetToBeBroadcasted(false);
113 
114 }
115 
116 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
117 
119 {
120  delete fAbsMaterCmd;
121  delete fAbsThickCmd;
122  delete fAbsSizYZCmd;
123  delete fAbsXposCmd;
124  delete fWorldMaterCmd;
125  delete fWorldXCmd;
126  delete fWorldYZCmd;
127  delete fDetDir;
128  delete fTestemDir;
129 }
130 
131 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
132 
134 {
135  if ( command == fAbsMaterCmd )
136  {fDetector->SetAbsorberMaterial(newValue);}
137 
138  if ( command == fWorldMaterCmd )
139  {fDetector->SetWorldMaterial(newValue);}
140 
141  if ( command == fAbsThickCmd )
142  {fDetector->SetAbsorberThickness(fAbsThickCmd->GetNewDoubleValue(newValue));}
143 
144  if ( command == fAbsSizYZCmd )
145  {fDetector->SetAbsorberSizeYZ(fAbsSizYZCmd->GetNewDoubleValue(newValue));}
146 
147  if ( command == fAbsXposCmd )
148  {fDetector->SetAbsorberXpos(fAbsXposCmd->GetNewDoubleValue(newValue));}
149 
150  if ( command == fWorldXCmd )
151  {fDetector->SetWorldSizeX(fWorldXCmd->GetNewDoubleValue(newValue));}
152 
153  if ( command == fWorldYZCmd )
154  {fDetector->SetWorldSizeYZ(fWorldYZCmd->GetNewDoubleValue(newValue));}
155 
156 }
157 
158 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetToBeBroadcasted(G4bool val)
Definition: G4UIcommand.hh:184
void SetUnitCategory(const char *unitCategory)
static G4double GetNewDoubleValue(const char *paramString)
void SetRange(const char *rs)
Definition: G4UIcommand.hh:125
void SetGuidance(const char *aGuidance)
Definition: G4UIcommand.hh:161
void AvailableForStates(G4ApplicationState s1)
Definition: G4UIcommand.cc:225
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)