#include <G4MoleculeGunMessenger.hh>
Definition at line 64 of file G4MoleculeGunMessenger.hh.
◆ G4MoleculeShootMessenger()
Definition at line 95 of file G4MoleculeGunMessenger.cc.
99{
100 G4String dir("/chem/gun/");
103
104 G4String tmp = dir;
105 tmp += "/species";
107
108 tmp = dir;
109 tmp += "/position";
111
112 tmp = dir;
113 tmp += "/time";
114 fpGunTime =
new G4UIcmdWithADoubleAndUnit(tmp,
this);
115
116 tmp = dir;
117 tmp += "/number";
118 fpGunN =
new G4UIcmdWithAnInteger(tmp,
this);
119
120 tmp = dir;
121 tmp += "/rndmPosition";
123
124 tmp = std::move(dir);
125 tmp += "/type";
126 fpGunType =
new G4UIcmdWithAString(tmp,
this);
127
128
129}
G4UIcmdWithAString * fpGunType
G4UIcmdWithADoubleAndUnit * fpGunTime
G4UIcmdWith3VectorAndUnit * fpGunRdnmPosition
G4UIcmdWith3VectorAndUnit * fpGunPosition
G4shared_ptr< G4MoleculeShoot > fpShoot
G4UIcmdWithAString * fpGunSpecies
G4UIcmdWithAnInteger * fpGunN
void CreateDirectory(const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
const char * name(G4int ptype)
◆ ~G4MoleculeShootMessenger()
G4MoleculeShootMessenger::~G4MoleculeShootMessenger |
( |
| ) |
|
|
override |
◆ GetCurrentValue()
Reimplemented from G4UImessenger.
Definition at line 179 of file G4MoleculeGunMessenger.cc.
180{
182 {
184 }
186 {
188 }
190 {
191 if(
fpShoot->fBoxSize !=
nullptr)
192 {
194 }
196 }
198 {
200 }
202 {
204 }
205 return "";
206}
CLHEP::Hep3Vector G4ThreeVector
◆ GetShoot()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 143 of file G4MoleculeGunMessenger.cc.
144{
146 {
147 fpShoot->fMoleculeName = newValue;
148 }
150 {
152 }
154 {
156 }
158 {
160 }
161 else if (command ==
fpGunN)
162 {
164 }
166 {
167 if(newValue == "CM")
168 {
169
170
171
173 }
174 }
175}
◆ fpGunN
◆ fpGunPosition
◆ fpGunRdnmPosition
◆ fpGunSpecies
◆ fpGunTime
◆ fpGunType
◆ fpShoot
The documentation for this class was generated from the following files: