95 if ( theInstance != 0 ) {
104 : fGPS(fPtclGun),fParticleGun(0),fShootIon(
false),
105 fAtomicNumber(0),fAtomicMass(0),fIonCharge(0),fIonExciteEnergy(0.),
106 fShootIonL(0),fAtomicNumberL(0),fAtomicMassL(0),fIonChargeL(0),fIonEnergyLevel(0)
117 commandsShouldBeInMaster =
true;
128 gpsDirectory->SetGuidance(
"General Paricle Source control commands.");
133 sourceDirectory->SetGuidance(
"Multiple source control sub-directory");
136 addsourceCmd->SetGuidance(
"add a new source defintion to the particle gun with the specified intensity");
137 addsourceCmd->SetParameterName(
"addsource",
false,
false);
138 addsourceCmd->SetRange(
"addsource > 0.");
141 listsourceCmd->SetGuidance(
"List the defined particle sources");
144 clearsourceCmd->SetGuidance(
"Remove all the defined particle sources");
147 getsourceCmd->SetGuidance(
"Show the current source index and intensity");
150 setsourceCmd->SetGuidance(
"set the indexed source as the current one");
151 setsourceCmd->SetGuidance(
" so one can change its source definition");
152 setsourceCmd->SetParameterName(
"setsource",
false,
false);
153 setsourceCmd->SetRange(
"setsource >= 0");
156 deletesourceCmd->SetGuidance(
"delete the indexed source from the list");
157 deletesourceCmd->SetParameterName(
"deletesource",
false,
false);
158 deletesourceCmd->SetRange(
"deletesource > 0");
161 setintensityCmd->SetGuidance(
"reset the current source to the specified intensity");
162 setintensityCmd->SetParameterName(
"setintensity",
false,
false);
163 setintensityCmd->SetRange(
"setintensity > 0.");
165 multiplevertexCmd =
new G4UIcmdWithABool(
"/gps/source/multiplevertex",
this);
166 multiplevertexCmd->SetGuidance(
"true for simulaneous generation mutiple vertex");
167 multiplevertexCmd->SetGuidance(
"Default is false");
168 multiplevertexCmd->SetParameterName(
"multiplevertex",
true);
169 multiplevertexCmd->SetDefaultValue(
false);
172 flatsamplingCmd->SetGuidance(
"true for appling flat (biased) sampling among the sources");
173 flatsamplingCmd->SetGuidance(
"Default is false");
174 flatsamplingCmd->SetParameterName(
"flatsampling",
true);
175 flatsamplingCmd->SetDefaultValue(
false);
180 listCmd->SetGuidance(
"List available particles.");
181 listCmd->SetGuidance(
" Invoke G4ParticleTable.");
184 particleCmd->SetGuidance(
"Set particle to be generated.");
185 particleCmd->SetGuidance(
" (geantino is default)");
186 particleCmd->SetGuidance(
" (ion can be specified for shooting ions)");
187 particleCmd->SetParameterName(
"particleName",
true);
188 particleCmd->SetDefaultValue(
"geantino");
190 G4int nPtcl = particleTable->entries();
191 for(
G4int i=0;i<nPtcl;i++)
193 candidateList += particleTable->GetParticleName(i);
194 candidateList +=
" ";
196 candidateList +=
"ion ";
197 particleCmd->SetCandidates(candidateList);
200 directionCmd->SetGuidance(
"Set momentum direction.");
201 directionCmd->SetGuidance(
"Direction needs not to be a unit vector.");
202 directionCmd->SetParameterName(
"Px",
"Py",
"Pz",
false,
false);
203 directionCmd->SetRange(
"Px != 0 || Py != 0 || Pz != 0");
206 energyCmd->SetGuidance(
"Set kinetic energy.");
207 energyCmd->SetParameterName(
"Energy",
false,
false);
208 energyCmd->SetDefaultUnit(
"GeV");
213 positionCmd->SetGuidance(
"Set starting position of the particle.");
214 positionCmd->SetParameterName(
"X",
"Y",
"Z",
false,
false);
215 positionCmd->SetDefaultUnit(
"cm");
220 ionCmd->SetGuidance(
"Set properties of ion to be generated.");
221 ionCmd->SetGuidance(
"[usage] /gps/ion Z A Q E");
222 ionCmd->SetGuidance(
" Z:(int) AtomicNumber");
223 ionCmd->SetGuidance(
" A:(int) AtomicMass");
224 ionCmd->SetGuidance(
" Q:(int) Charge of Ion (in unit of e)");
225 ionCmd->SetGuidance(
" E:(double) Excitation energy (in keV)");
230 ionCmd->SetParameter(param);
233 ionCmd->SetParameter(param);
236 ionCmd->SetParameter(param);
239 ionCmd->SetParameter(param);
242 ionLvlCmd->SetGuidance(
"Set properties of ion to be generated.");
243 ionLvlCmd->SetGuidance(
"[usage] /gps/ion Z A Q Lvl");
244 ionLvlCmd->SetGuidance(
" Z:(int) AtomicNumber");
245 ionLvlCmd->SetGuidance(
" A:(int) AtomicMass");
246 ionLvlCmd->SetGuidance(
" Q:(int) Charge of Ion (in unit of e)");
247 ionLvlCmd->SetGuidance(
" Lvl:(int) Number of metastable state excitation level (0-9)");
252 ionLvlCmd->SetParameter(paramL);
255 ionLvlCmd->SetParameter(paramL);
258 ionLvlCmd->SetParameter(paramL);
261 ionLvlCmd->SetParameter(paramL);
264 timeCmd->SetGuidance(
"Set initial time of the particle.");
265 timeCmd->SetParameterName(
"t0",
false,
false);
266 timeCmd->SetDefaultUnit(
"ns");
271 polCmd->SetGuidance(
"Set polarization.");
272 polCmd->SetParameterName(
"Px",
"Py",
"Pz",
false,
false);
273 polCmd->SetRange(
"Px>=-1.&&Px<=1.&&Py>=-1.&&Py<=1.&&Pz>=-1.&&Pz<=1.");
276 numberCmd->SetGuidance(
"Set number of particles to be generated per vertex.");
277 numberCmd->SetParameterName(
"N",
false,
false);
278 numberCmd->SetRange(
"N>0");
282 verbosityCmd->SetGuidance(
"Set Verbose level for GPS");
283 verbosityCmd->SetGuidance(
" 0 : Silent");
284 verbosityCmd->SetGuidance(
" 1 : Limited information");
285 verbosityCmd->SetGuidance(
" 2 : Detailed information");
286 verbosityCmd->SetParameterName(
"level",
false);
287 verbosityCmd->SetRange(
"level>=0 && level <=2");
292 positionDirectory->SetGuidance(
"Positional commands sub-directory");
295 typeCmd1->SetGuidance(
"Sets source distribution type.");
296 typeCmd1->SetGuidance(
"Either Point, Beam, Plane, Surface or Volume");
297 typeCmd1->SetParameterName(
"DisType",
false,
false);
298 typeCmd1->SetDefaultValue(
"Point");
299 typeCmd1->SetCandidates(
"Point Beam Plane Surface Volume");
302 shapeCmd1->SetGuidance(
"Sets source shape for Plan, Surface or Volume type source.");
303 shapeCmd1->SetParameterName(
"Shape",
false,
false);
304 shapeCmd1->SetDefaultValue(
"NULL");
305 shapeCmd1->SetCandidates(
"Circle Annulus Ellipse Square Rectangle Sphere Ellipsoid Cylinder Para");
308 centreCmd1->SetGuidance(
"Set centre coordinates of source.");
309 centreCmd1->SetGuidance(
" same effect as the /gps/position command");
310 centreCmd1->SetParameterName(
"X",
"Y",
"Z",
false,
false);
311 centreCmd1->SetDefaultUnit(
"cm");
315 posrot1Cmd1->SetGuidance(
"Set the 1st vector defining the rotation matrix'.");
316 posrot1Cmd1->SetGuidance(
"It does not need to be a unit vector.");
317 posrot1Cmd1->SetParameterName(
"R1x",
"R1y",
"R1z",
false,
false);
318 posrot1Cmd1->SetRange(
"R1x != 0 || R1y != 0 || R1z != 0");
321 posrot2Cmd1->SetGuidance(
"Set the 2nd vector defining the rotation matrix'.");
322 posrot2Cmd1->SetGuidance(
"It does not need to be a unit vector.");
323 posrot2Cmd1->SetParameterName(
"R2x",
"R2y",
"R2z",
false,
false);
324 posrot2Cmd1->SetRange(
"R2x != 0 || R2y != 0 || R2z != 0");
327 halfxCmd1->SetGuidance(
"Set x half length of source.");
328 halfxCmd1->SetParameterName(
"Halfx",
false,
false);
329 halfxCmd1->SetDefaultUnit(
"cm");
333 halfyCmd1->SetGuidance(
"Set y half length of source.");
334 halfyCmd1->SetParameterName(
"Halfy",
false,
false);
335 halfyCmd1->SetDefaultUnit(
"cm");
339 halfzCmd1->SetGuidance(
"Set z half length of source.");
340 halfzCmd1->SetParameterName(
"Halfz",
false,
false);
341 halfzCmd1->SetDefaultUnit(
"cm");
345 radiusCmd1->SetGuidance(
"Set radius of source.");
346 radiusCmd1->SetParameterName(
"Radius",
false,
false);
347 radiusCmd1->SetDefaultUnit(
"cm");
351 radius0Cmd1->SetGuidance(
"Set inner radius of source when required.");
352 radius0Cmd1->SetParameterName(
"Radius0",
false,
false);
353 radius0Cmd1->SetDefaultUnit(
"cm");
357 possigmarCmd1->SetGuidance(
"Set standard deviation in radial of the beam positional profile");
358 possigmarCmd1->SetGuidance(
" applicable to Beam type source only");
359 possigmarCmd1->SetParameterName(
"Sigmar",
false,
false);
360 possigmarCmd1->SetDefaultUnit(
"cm");
364 possigmaxCmd1->SetGuidance(
"Set standard deviation of beam positional profile in x-dir");
365 possigmaxCmd1->SetGuidance(
" applicable to Beam type source only");
366 possigmaxCmd1->SetParameterName(
"Sigmax",
false,
false);
367 possigmaxCmd1->SetDefaultUnit(
"cm");
371 possigmayCmd1->SetGuidance(
"Set standard deviation of beam positional profile in y-dir");
372 possigmayCmd1->SetGuidance(
" applicable to Beam type source only");
373 possigmayCmd1->SetParameterName(
"Sigmay",
false,
false);
374 possigmayCmd1->SetDefaultUnit(
"cm");
378 paralpCmd1->SetGuidance(
"Angle from y-axis of y' in Para");
379 paralpCmd1->SetParameterName(
"paralp",
false,
false);
380 paralpCmd1->SetDefaultUnit(
"rad");
384 partheCmd1->SetGuidance(
"Polar angle through centres of z faces");
385 partheCmd1->SetParameterName(
"parthe",
false,
false);
386 partheCmd1->SetDefaultUnit(
"rad");
390 parphiCmd1->SetGuidance(
"Azimuth angle through centres of z faces");
391 parphiCmd1->SetParameterName(
"parphi",
false,
false);
392 parphiCmd1->SetDefaultUnit(
"rad");
396 confineCmd1->SetGuidance(
"Confine source to volume (NULL to unset).");
397 confineCmd1->SetGuidance(
"usage: confine VolName");
398 confineCmd1->SetParameterName(
"VolName",
false,
false);
399 confineCmd1->SetDefaultValue(
"NULL");
403 typeCmd->SetGuidance(
"Sets source distribution type. (obsolete!)");
404 typeCmd->SetGuidance(
"Either Point, Beam, Plane, Surface or Volume");
405 typeCmd->SetParameterName(
"DisType",
false,
false);
406 typeCmd->SetDefaultValue(
"Point");
407 typeCmd->SetCandidates(
"Point Beam Plane Surface Volume");
410 shapeCmd->SetGuidance(
"Sets source shape type.(obsolete!)");
411 shapeCmd->SetParameterName(
"Shape",
false,
false);
412 shapeCmd->SetDefaultValue(
"NULL");
413 shapeCmd->SetCandidates(
"Circle Annulus Ellipse Square Rectangle Sphere Ellipsoid Cylinder Para");
416 centreCmd->SetGuidance(
"Set centre coordinates of source.(obsolete!)");
417 centreCmd->SetParameterName(
"X",
"Y",
"Z",
false,
false);
418 centreCmd->SetDefaultUnit(
"cm");
422 posrot1Cmd->SetGuidance(
"Set rotation matrix of x'.(obsolete!)");
423 posrot1Cmd->SetGuidance(
"Posrot1 does not need to be a unit vector.");
424 posrot1Cmd->SetParameterName(
"R1x",
"R1y",
"R1z",
false,
false);
425 posrot1Cmd->SetRange(
"R1x != 0 || R1y != 0 || R1z != 0");
428 posrot2Cmd->SetGuidance(
"Set rotation matrix of y'.(obsolete!)");
429 posrot2Cmd->SetGuidance(
"Posrot2 does not need to be a unit vector.");
430 posrot2Cmd->SetParameterName(
"R2x",
"R2y",
"R2z",
false,
false);
431 posrot2Cmd->SetRange(
"R2x != 0 || R2y != 0 || R2z != 0");
434 halfxCmd->SetGuidance(
"Set x half length of source.(obsolete!)");
435 halfxCmd->SetParameterName(
"Halfx",
false,
false);
436 halfxCmd->SetDefaultUnit(
"cm");
440 halfyCmd->SetGuidance(
"Set y half length of source.(obsolete!)");
441 halfyCmd->SetParameterName(
"Halfy",
false,
false);
442 halfyCmd->SetDefaultUnit(
"cm");
446 halfzCmd->SetGuidance(
"Set z half length of source.(obsolete!)");
447 halfzCmd->SetParameterName(
"Halfz",
false,
false);
448 halfzCmd->SetDefaultUnit(
"cm");
452 radiusCmd->SetGuidance(
"Set radius of source.(obsolete!)");
453 radiusCmd->SetParameterName(
"Radius",
false,
false);
454 radiusCmd->SetDefaultUnit(
"cm");
458 radius0Cmd->SetGuidance(
"Set inner radius of source.(obsolete!)");
459 radius0Cmd->SetParameterName(
"Radius0",
false,
false);
460 radius0Cmd->SetDefaultUnit(
"cm");
464 possigmarCmd->SetGuidance(
"Set standard deviation of beam position in radial(obsolete!)");
465 possigmarCmd->SetParameterName(
"Sigmar",
false,
false);
466 possigmarCmd->SetDefaultUnit(
"cm");
470 possigmaxCmd->SetGuidance(
"Set standard deviation of beam position in x-dir(obsolete!)");
471 possigmaxCmd->SetParameterName(
"Sigmax",
false,
false);
472 possigmaxCmd->SetDefaultUnit(
"cm");
476 possigmayCmd->SetGuidance(
"Set standard deviation of beam position in y-dir(obsolete!)");
477 possigmayCmd->SetParameterName(
"Sigmay",
false,
false);
478 possigmayCmd->SetDefaultUnit(
"cm");
482 paralpCmd->SetGuidance(
"Angle from y-axis of y' in Para(obsolete!)");
483 paralpCmd->SetParameterName(
"paralp",
false,
false);
484 paralpCmd->SetDefaultUnit(
"rad");
488 partheCmd->SetGuidance(
"Polar angle through centres of z faces(obsolete!)");
489 partheCmd->SetParameterName(
"parthe",
false,
false);
490 partheCmd->SetDefaultUnit(
"rad");
494 parphiCmd->SetGuidance(
"Azimuth angle through centres of z faces(obsolete!)");
495 parphiCmd->SetParameterName(
"parphi",
false,
false);
496 parphiCmd->SetDefaultUnit(
"rad");
500 confineCmd->SetGuidance(
"Confine source to volume (NULL to unset)(obsolete!) .");
501 confineCmd->SetGuidance(
"usage: confine VolName");
502 confineCmd->SetParameterName(
"VolName",
false,
false);
503 confineCmd->SetDefaultValue(
"NULL");
507 angularDirectory->SetGuidance(
"Angular commands sub-directory");
510 angtypeCmd1->SetGuidance(
"Sets angular source distribution type");
511 angtypeCmd1->SetGuidance(
"Possible variables are: iso, cos, planar, beam1d, beam2d, focused or user");
512 angtypeCmd1->SetParameterName(
"AngDis",
false,
false);
513 angtypeCmd1->SetDefaultValue(
"iso");
514 angtypeCmd1->SetCandidates(
"iso cos planar beam1d beam2d focused user");
517 angrot1Cmd1->SetGuidance(
"Sets the 1st vector for angular distribution rotation matrix");
518 angrot1Cmd1->SetGuidance(
"Need not be a unit vector");
519 angrot1Cmd1->SetParameterName(
"AR1x",
"AR1y",
"AR1z",
false,
false);
520 angrot1Cmd1->SetRange(
"AR1x != 0 || AR1y != 0 || AR1z != 0");
523 angrot2Cmd1->SetGuidance(
"Sets the 2nd vector for angular distribution rotation matrix");
524 angrot2Cmd1->SetGuidance(
"Need not be a unit vector");
525 angrot2Cmd1->SetParameterName(
"AR2x",
"AR2y",
"AR2z",
false,
false);
526 angrot2Cmd1->SetRange(
"AR2x != 0 || AR2y != 0 || AR2z != 0");
529 minthetaCmd1->SetGuidance(
"Set minimum theta");
530 minthetaCmd1->SetParameterName(
"MinTheta",
false,
false);
531 minthetaCmd1->SetDefaultValue(0.);
532 minthetaCmd1->SetDefaultUnit(
"rad");
536 maxthetaCmd1->SetGuidance(
"Set maximum theta");
537 maxthetaCmd1->SetParameterName(
"MaxTheta",
false,
false);
538 maxthetaCmd1->SetDefaultValue(
pi);
539 maxthetaCmd1->SetDefaultUnit(
"rad");
543 minphiCmd1->SetGuidance(
"Set minimum phi");
544 minphiCmd1->SetParameterName(
"MinPhi",
false,
false);
545 minphiCmd1->SetDefaultUnit(
"rad");
549 maxphiCmd1->SetGuidance(
"Set maximum phi");
550 maxphiCmd1->SetParameterName(
"MaxPhi",
false,
false);
551 maxphiCmd1->SetDefaultValue(
pi);
552 maxphiCmd1->SetDefaultUnit(
"rad");
556 angsigmarCmd1->SetGuidance(
"Set standard deviation in direction for 1D beam.");
557 angsigmarCmd1->SetParameterName(
"Sigmara",
false,
false);
558 angsigmarCmd1->SetDefaultUnit(
"rad");
562 angsigmaxCmd1->SetGuidance(
"Set standard deviation in direction in x-direc. for 2D beam");
563 angsigmaxCmd1->SetParameterName(
"Sigmaxa",
false,
false);
564 angsigmaxCmd1->SetDefaultUnit(
"rad");
568 angsigmayCmd1->SetGuidance(
"Set standard deviation in direction in y-direc. for 2D beam");
569 angsigmayCmd1->SetParameterName(
"Sigmaya",
false,
false);
570 angsigmayCmd1->SetDefaultUnit(
"rad");
574 angfocusCmd->SetGuidance(
"Set the focusing point for the beam");
575 angfocusCmd->SetParameterName(
"x",
"y",
"z",
false,
false);
576 angfocusCmd->SetDefaultUnit(
"cm");
580 useuserangaxisCmd1->SetGuidance(
"true for using user defined angular co-ordinates");
581 useuserangaxisCmd1->SetGuidance(
"Default is false");
582 useuserangaxisCmd1->SetParameterName(
"useuserangaxis",
true);
583 useuserangaxisCmd1->SetDefaultValue(
false);
586 surfnormCmd1->SetGuidance(
"Makes a user-defined distribution with respect to surface normals rather than x,y,z axes.");
587 surfnormCmd1->SetGuidance(
"Default is false");
588 surfnormCmd1->SetParameterName(
"surfnorm",
true);
589 surfnormCmd1->SetDefaultValue(
false);
593 angtypeCmd->SetGuidance(
"Sets angular source distribution type (obsolete!)");
594 angtypeCmd->SetGuidance(
"Possible variables are: iso, cos planar beam1d beam2d or user");
595 angtypeCmd->SetParameterName(
"AngDis",
false,
false);
596 angtypeCmd->SetDefaultValue(
"iso");
597 angtypeCmd->SetCandidates(
"iso cos planar beam1d beam2d user");
600 angrot1Cmd->SetGuidance(
"Sets the x' vector for angular distribution(obsolete!) ");
601 angrot1Cmd->SetGuidance(
"Need not be a unit vector");
602 angrot1Cmd->SetParameterName(
"AR1x",
"AR1y",
"AR1z",
false,
false);
603 angrot1Cmd->SetRange(
"AR1x != 0 || AR1y != 0 || AR1z != 0");
606 angrot2Cmd->SetGuidance(
"Sets the y' vector for angular distribution (obsolete!)");
607 angrot2Cmd->SetGuidance(
"Need not be a unit vector");
608 angrot2Cmd->SetParameterName(
"AR2x",
"AR2y",
"AR2z",
false,
false);
609 angrot2Cmd->SetRange(
"AR2x != 0 || AR2y != 0 || AR2z != 0");
612 minthetaCmd->SetGuidance(
"Set minimum theta (obsolete!)");
613 minthetaCmd->SetParameterName(
"MinTheta",
false,
false);
614 minthetaCmd->SetDefaultUnit(
"rad");
618 maxthetaCmd->SetGuidance(
"Set maximum theta (obsolete!)");
619 maxthetaCmd->SetParameterName(
"MaxTheta",
false,
false);
620 maxthetaCmd->SetDefaultValue(3.1416);
621 maxthetaCmd->SetDefaultUnit(
"rad");
625 minphiCmd->SetGuidance(
"Set minimum phi (obsolete!)");
626 minphiCmd->SetParameterName(
"MinPhi",
false,
false);
627 minphiCmd->SetDefaultUnit(
"rad");
631 maxphiCmd->SetGuidance(
"Set maximum phi(obsolete!)");
632 maxphiCmd->SetParameterName(
"MaxPhi",
false,
false);
633 maxphiCmd->SetDefaultUnit(
"rad");
637 angsigmarCmd->SetGuidance(
"Set standard deviation of beam direction in radial(obsolete!).");
638 angsigmarCmd->SetParameterName(
"Sigmara",
false,
false);
639 angsigmarCmd->SetDefaultUnit(
"rad");
643 angsigmaxCmd->SetGuidance(
"Set standard deviation of beam direction in x-direc(obsolete!).");
644 angsigmaxCmd->SetParameterName(
"Sigmaxa",
false,
false);
645 angsigmaxCmd->SetDefaultUnit(
"rad");
649 angsigmayCmd->SetGuidance(
"Set standard deviation of beam direction in y-direc.(obsolete!)");
650 angsigmayCmd->SetParameterName(
"Sigmaya",
false,
false);
651 angsigmayCmd->SetDefaultUnit(
"rad");
655 useuserangaxisCmd->SetGuidance(
"true for using user defined angular co-ordinates(obsolete!)");
656 useuserangaxisCmd->SetGuidance(
"Default is false");
657 useuserangaxisCmd->SetParameterName(
"useuserangaxis",
true);
658 useuserangaxisCmd->SetDefaultValue(
false);
661 surfnormCmd->SetGuidance(
"Makes a user-defined distribution with respect to surface normals rather than x,y,z axes (obsolete!).");
662 surfnormCmd->SetGuidance(
"Default is false");
663 surfnormCmd->SetParameterName(
"surfnorm",
true);
664 surfnormCmd->SetDefaultValue(
false);
669 energyDirectory->SetGuidance(
"Spectral commands sub-directory");
672 energytypeCmd1->SetGuidance(
"Sets energy distribution type");
673 energytypeCmd1->SetParameterName(
"EnergyDis",
false,
false);
674 energytypeCmd1->SetDefaultValue(
"Mono");
675 energytypeCmd1->SetCandidates(
"Mono Lin Pow Exp Gauss Brem Bbody Cdg User Arb Epn");
678 eminCmd1->SetGuidance(
"Sets minimum energy");
679 eminCmd1->SetParameterName(
"emin",
false,
false);
680 eminCmd1->SetDefaultUnit(
"keV");
684 emaxCmd1->SetGuidance(
"Sets maximum energy");
685 emaxCmd1->SetParameterName(
"emax",
false,
false);
686 emaxCmd1->SetDefaultUnit(
"keV");
690 monoenergyCmd1->SetGuidance(
"Sets a monocromatic energy (same as gps/energy)");
691 monoenergyCmd1->SetParameterName(
"monoenergy",
false,
false);
692 monoenergyCmd1->SetDefaultUnit(
"keV");
696 engsigmaCmd1->SetGuidance(
"Sets the standard deviation for Gaussian energy dist.");
697 engsigmaCmd1->SetParameterName(
"Sigmae",
false,
false);
698 engsigmaCmd1->SetDefaultUnit(
"keV");
702 alphaCmd1->SetGuidance(
"Sets Alpha (index) for power-law energy dist.");
703 alphaCmd1->SetParameterName(
"alpha",
false,
false);
706 tempCmd1->SetGuidance(
"Sets the temperature for Brem and BBody distributions (in Kelvin)");
707 tempCmd1->SetParameterName(
"temp",
false,
false);
710 ezeroCmd1->SetGuidance(
"Sets E_0 for exponential distribution (in MeV)");
711 ezeroCmd1->SetParameterName(
"ezero",
false,
false);
714 gradientCmd1->SetGuidance(
"Sets the gradient for Lin distribution (in 1/MeV)");
715 gradientCmd1->SetParameterName(
"gradient",
false,
false);
718 interceptCmd1->SetGuidance(
"Sets the intercept for Lin distributions (in MeV)");
719 interceptCmd1->SetParameterName(
"intercept",
false,
false);
722 arbeintCmd1->SetGuidance(
"Set the power-law index for the energy sampling distri. )");
723 arbeintCmd1->SetParameterName(
"arbeint",
false,
false);
726 calculateCmd1->SetGuidance(
"Calculates the distributions for Cdg and BBody");
729 energyspecCmd1->SetGuidance(
"True for energy and false for momentum spectra");
730 energyspecCmd1->SetParameterName(
"energyspec",
true);
731 energyspecCmd1->SetDefaultValue(
true);
734 diffspecCmd1->SetGuidance(
"True for differential and flase for integral spectra");
735 diffspecCmd1->SetParameterName(
"diffspec",
true);
736 diffspecCmd1->SetDefaultValue(
true);
740 energytypeCmd->SetGuidance(
"Sets energy distribution type (obsolete!)");
741 energytypeCmd->SetParameterName(
"EnergyDis",
false,
false);
742 energytypeCmd->SetDefaultValue(
"Mono");
743 energytypeCmd->SetCandidates(
"Mono Lin Pow Exp Gauss Brem Bbody Cdg User Arb Epn");
746 eminCmd->SetGuidance(
"Sets Emin (obsolete!)");
747 eminCmd->SetParameterName(
"emin",
false,
false);
748 eminCmd->SetDefaultUnit(
"keV");
752 emaxCmd->SetGuidance(
"Sets Emax (obsolete!)");
753 emaxCmd->SetParameterName(
"emax",
false,
false);
754 emaxCmd->SetDefaultUnit(
"keV");
758 monoenergyCmd->SetGuidance(
"Sets Monoenergy (obsolete, use gps/energy instead!)");
759 monoenergyCmd->SetParameterName(
"monoenergy",
false,
false);
760 monoenergyCmd->SetDefaultUnit(
"keV");
764 engsigmaCmd->SetGuidance(
"Sets the standard deviation for Gaussian energy dist.(obsolete!)");
765 engsigmaCmd->SetParameterName(
"Sigmae",
false,
false);
766 engsigmaCmd->SetDefaultUnit(
"keV");
770 alphaCmd->SetGuidance(
"Sets Alpha (index) for power-law energy dist(obsolete!).");
771 alphaCmd->SetParameterName(
"alpha",
false,
false);
774 tempCmd->SetGuidance(
"Sets the temperature for Brem and BBody (in Kelvin)(obsolete!)");
775 tempCmd->SetParameterName(
"temp",
false,
false);
778 ezeroCmd->SetGuidance(
"Sets ezero exponential distributions (in MeV)(obsolete!)");
779 ezeroCmd->SetParameterName(
"ezero",
false,
false);
782 gradientCmd->SetGuidance(
"Sets the gradient for Lin distributions (in 1/MeV)(obsolete!)");
783 gradientCmd->SetParameterName(
"gradient",
false,
false);
786 interceptCmd->SetGuidance(
"Sets the intercept for Lin distributions (in MeV)(obsolete!)");
787 interceptCmd->SetParameterName(
"intercept",
false,
false);
790 calculateCmd->SetGuidance(
"Calculates distributions for Cdg and BBody(obsolete!)");
793 energyspecCmd->SetGuidance(
"True for energy and false for momentum spectra(obsolete!)");
794 energyspecCmd->SetParameterName(
"energyspec",
true);
795 energyspecCmd->SetDefaultValue(
true);
798 diffspecCmd->SetGuidance(
"True for differential and flase for integral spectra(obsolete!)");
799 diffspecCmd->SetParameterName(
"diffspec",
true);
800 diffspecCmd->SetDefaultValue(
true);
804 histDirectory->SetGuidance(
"Histogram, biasing commands sub-directory");
807 histnameCmd1->SetGuidance(
"Sets histogram type");
808 histnameCmd1->SetParameterName(
"HistType",
false,
false);
809 histnameCmd1->SetDefaultValue(
"biasx");
810 histnameCmd1->SetCandidates(
"biasx biasy biasz biast biasp biase biaspt biaspp theta phi energy arb epn");
813 resethistCmd1->SetGuidance(
"Reset (clean) the histogram ");
814 resethistCmd1->SetParameterName(
"HistType",
false,
false);
815 resethistCmd1->SetDefaultValue(
"energy");
816 resethistCmd1->SetCandidates(
"biasx biasy biasz biast biasp biase biaspt biaspp theta phi energy arb epn");
819 histpointCmd1->SetGuidance(
"Allows user to define a histogram");
820 histpointCmd1->SetGuidance(
"Enter: Ehi Weight");
821 histpointCmd1->SetParameterName(
"Ehi",
"Weight",
"Junk",
true,
true);
822 histpointCmd1->SetRange(
"Ehi >= 0. && Weight >= 0.");
825 histfileCmd1->SetGuidance(
"import the arb energy hist in an ASCII file");
826 histfileCmd1->SetParameterName(
"HistFile",
false,
false);
829 arbintCmd1->SetGuidance(
"Sets the interpolation method for arbitrary distribution.");
830 arbintCmd1->SetParameterName(
"int",
false,
false);
831 arbintCmd1->SetDefaultValue(
"Lin");
832 arbintCmd1->SetCandidates(
"Lin Log Exp Spline");
836 histnameCmd->SetGuidance(
"Sets histogram type (obsolete!)");
837 histnameCmd->SetParameterName(
"HistType",
false,
false);
838 histnameCmd->SetDefaultValue(
"biasx");
839 histnameCmd->SetCandidates(
"biasx biasy biasz biast biasp biase biaspt biaspp theta phi energy arb epn");
843 resethistCmd->SetGuidance(
"Re-Set the histogram (obsolete!)");
844 resethistCmd->SetParameterName(
"HistType",
false,
false);
845 resethistCmd->SetDefaultValue(
"energy");
846 resethistCmd->SetCandidates(
"biasx biasy biasz biast biasp biase biaspt biaspp theta phi energy arb epn");
849 histpointCmd->SetGuidance(
"Allows user to define a histogram (obsolete!)");
850 histpointCmd->SetGuidance(
"Enter: Ehi Weight");
851 histpointCmd->SetParameterName(
"Ehi",
"Weight",
"Junk",
false,
false);
852 histpointCmd->SetRange(
"Ehi >= 0. && Weight >= 0.");
855 arbintCmd->SetGuidance(
"Sets Arbitrary Interpolation type.(obsolete!) ");
856 arbintCmd->SetParameterName(
"int",
false,
false);
857 arbintCmd->SetDefaultValue(
"NULL");
858 arbintCmd->SetCandidates(
"Lin Log Exp Spline");
995 #define CHECKPG() { if (fParticleGun==NULL) { \
996 G4Exception("G4GeneralParticleSourceMessenger::SetNewValue","G4GPS003",\
997 FatalException,"Before using this command set a partilce gun"); return;\
1006 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1007 <<
" The command is obsolete and will be removed soon." <<
G4endl
1008 <<
" Please try to use the new structured commands!" <<
G4endl;
1013 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1014 <<
" The command is obsolete and will be removed soon." <<
G4endl
1015 <<
" Please try to use the new structured commands!" <<
G4endl;
1020 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1021 <<
" The command is obsolete and will be removed soon." <<
G4endl
1022 <<
" Please try to use the new structured commands!" <<
G4endl;
1027 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1028 <<
" The command is obsolete and will be removed soon." <<
G4endl
1029 <<
" Please try to use the new structured commands!" <<
G4endl;
1034 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1035 <<
" The command is obsolete and will be removed soon." <<
G4endl
1036 <<
" Please try to use the new structured commands!" <<
G4endl;
1041 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1042 <<
" The command is obsolete and will be removed soon." <<
G4endl
1043 <<
" Please try to use the new structured commands!" <<
G4endl;
1048 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1049 <<
" The command is obsolete and will be removed soon." <<
G4endl
1050 <<
" Please try to use the new structured commands!" <<
G4endl;
1055 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1056 <<
" The command is obsolete and will be removed soon." <<
G4endl
1057 <<
" Please try to use the new structured commands!" <<
G4endl;
1062 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1063 <<
" The command is obsolete and will be removed soon." <<
G4endl
1064 <<
" Please try to use the new structured commands!" <<
G4endl;
1069 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1070 <<
" The command is obsolete and will be removed soon." <<
G4endl
1071 <<
" Please try to use the new structured commands!" <<
G4endl;
1076 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1077 <<
" The command is obsolete and will be removed soon." <<
G4endl
1078 <<
" Please try to use the new structured commands!" <<
G4endl;
1083 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1084 <<
" The command is obsolete and will be removed soon." <<
G4endl
1085 <<
" Please try to use the new structured commands!" <<
G4endl;
1090 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1091 <<
" The command is obsolete and will be removed soon." <<
G4endl
1092 <<
" Please try to use the new structured commands!" <<
G4endl;
1097 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1098 <<
" The command is obsolete and will be removed soon." <<
G4endl
1099 <<
" Please try to use the new structured commands!" <<
G4endl;
1104 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1105 <<
" The command is obsolete and will be removed soon." <<
G4endl
1106 <<
" Please try to use the new structured commands!" <<
G4endl;
1111 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1112 <<
" The command is obsolete and will be removed soon." <<
G4endl
1113 <<
" Please try to use the new structured commands!" <<
G4endl;
1118 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1119 <<
" The command is obsolete and will be removed soon." <<
G4endl
1120 <<
" Please try to use the new structured commands!" <<
G4endl;
1125 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1126 <<
" The command is obsolete and will be removed soon." <<
G4endl
1127 <<
" Please try to use the new structured commands!" <<
G4endl;
1134 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1135 <<
" The command is obsolete and will be removed soon." <<
G4endl
1136 <<
" Please try to use the new structured commands!" <<
G4endl;
1143 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1144 <<
" The command is obsolete and will be removed soon." <<
G4endl
1145 <<
" Please try to use the new structured commands!" <<
G4endl;
1150 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1151 <<
" The command is obsolete and will be removed soon." <<
G4endl
1152 <<
" Please try to use the new structured commands!" <<
G4endl;
1157 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1158 <<
" The command is obsolete and will be removed soon." <<
G4endl
1159 <<
" Please try to use the new structured commands!" <<
G4endl;
1164 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1165 <<
" The command is obsolete and will be removed soon." <<
G4endl
1166 <<
" Please try to use the new structured commands!" <<
G4endl;
1171 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1172 <<
" The command is obsolete and will be removed soon." <<
G4endl
1173 <<
" Please try to use the new structured commands!" <<
G4endl;
1178 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1179 <<
" The command is obsolete and will be removed soon." <<
G4endl
1180 <<
" Please try to use the new structured commands!" <<
G4endl;
1185 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1186 <<
" The command is obsolete and will be removed soon." <<
G4endl
1187 <<
" Please try to use the new structured commands!" <<
G4endl;
1192 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1193 <<
" The command is obsolete and will be removed soon." <<
G4endl
1194 <<
" Please try to use the new structured commands!" <<
G4endl;
1199 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1200 <<
" The command is obsolete and will be removed soon." <<
G4endl
1201 <<
" Please try to use the new structured commands!" <<
G4endl;
1206 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1207 <<
" The command is obsolete and will be removed soon." <<
G4endl
1208 <<
" Please try to use the new structured commands!" <<
G4endl;
1213 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1214 <<
" The command is obsolete and will be removed soon." <<
G4endl
1215 <<
" Please try to use the new structured commands!" <<
G4endl;
1220 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1221 <<
" The command is obsolete and will be removed soon." <<
G4endl
1222 <<
" Please try to use the new structured commands!" <<
G4endl;
1227 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1228 <<
" The command is obsolete and will be removed soon." <<
G4endl
1229 <<
" Please try to use the new structured commands!" <<
G4endl;
1234 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1235 <<
" The command is obsolete and will be removed soon." <<
G4endl
1236 <<
" Please try to use the new structured commands!" <<
G4endl;
1241 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1242 <<
" The command is obsolete and will be removed soon." <<
G4endl
1243 <<
" Please try to use the new structured commands!" <<
G4endl;
1248 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1249 <<
" The command is obsolete and will be removed soon." <<
G4endl
1250 <<
" Please try to use the new structured commands!" <<
G4endl;
1255 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1256 <<
" The command is obsolete and will be removed soon." <<
G4endl
1257 <<
" Please try to use the new structured commands!" <<
G4endl;
1262 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1263 <<
" The command is obsolete and will be removed soon." <<
G4endl
1264 <<
" Please try to use the new structured commands!" <<
G4endl;
1269 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1270 <<
" The command is obsolete and will be removed soon." <<
G4endl
1271 <<
" Please try to use the new structured commands!" <<
G4endl;
1276 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1277 <<
" The command is obsolete and will be removed soon." <<
G4endl
1278 <<
" Please try to use the new structured commands!" <<
G4endl;
1283 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1284 <<
" The command is obsolete and will be removed soon." <<
G4endl
1285 <<
" Please try to use the new structured commands!" <<
G4endl;
1290 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1291 <<
" The command is obsolete and will be removed soon." <<
G4endl
1292 <<
" Please try to use the new structured commands!" <<
G4endl;
1297 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1298 <<
" The command is obsolete and will be removed soon." <<
G4endl
1299 <<
" Please try to use the new structured commands!" <<
G4endl;
1304 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1305 <<
" The command is obsolete and will be removed soon." <<
G4endl
1306 <<
" Please try to use the new structured commands!" <<
G4endl;
1333 G4cout <<
" G4GeneralParticleSourceMessenger - Warning: The command is obsolete and will be removed soon. Please try to use the new structured commands!" <<
G4endl;
1338 if(newValues ==
"theta" || newValues ==
"phi") {
1340 }
else if (newValues ==
"energy" || newValues ==
"arb" || newValues ==
"epn") {
1345 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1346 <<
" The command is obsolete and will be removed soon." <<
G4endl
1347 <<
" Please try to use the new structured commands!" <<
G4endl;
1353 G4cout <<
" G4GeneralParticleSourceMessenger - Warning:" <<
G4endl
1354 <<
" The command is obsolete and will be removed soon." <<
G4endl
1355 <<
" Please try to use the new structured commands!" <<
G4endl;
1382 if (newValues ==
"ion") {
1393 else if( command==
polCmd )
1397 else if( command==
ionCmd )
1679 if(newValues ==
"theta" || newValues ==
"phi") {
1681 }
else if (newValues ==
"energy" || newValues ==
"arb" || newValues ==
"epn") {
1714 cv =
"Not implemented yet";
1762 G4cout <<
"Set /gps/particle to ion before using /gps/ion command";
1800 G4cout <<
"Set /gps/particle to ion before using /gps/ionLvl command";
void IonCommand(G4String newValues)
static G4GeneralParticleSourceMessenger * GetInstance(G4GeneralParticleSource *)
void SetBeamSigmaInE(G4double)
G4UIcmdWithADoubleAndUnit * maxphiCmd
G4UIcmdWithADoubleAndUnit * possigmaxCmd1
G4SPSRandomGenerator * GetBiasRndm()
G4UIcmdWithABool * diffspecCmd1
G4UIdirectory * gpsDirectory
G4SPSEneDistribution * GetEneDist()
G4UIcmdWith3Vector * angrot2Cmd1
void SetParticleTime(G4double aTime)
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
G4int GetCurrentSourceIndex()
~G4GeneralParticleSourceMessenger()
G4UIcmdWith3VectorAndUnit * angfocusCmd
G4UIcmdWithAString * histnameCmd
G4UIcmdWithADoubleAndUnit * possigmayCmd
void AddaSource(G4double)
G4UIcmdWithoutParameter * calculateCmd1
void DumpTable(const G4String &particle_name="ALL")
void SetPosDisType(G4String)
void SetParTheta(G4double)
G4UIcmdWithADoubleAndUnit * maxthetaCmd
void SetBeamSigmaInX(G4double)
G4UIcmdWith3Vector * angrot1Cmd1
G4UIcmdWithADouble * arbeintCmd1
void ArbEnergyHisto(G4ThreeVector)
G4UIcmdWithADoubleAndUnit * halfzCmd
G4UIcmdWithADouble * gradientCmd1
static G4int GetNewIntValue(const char *paramString)
G4UIcmdWithAString * confineCmd
void SetBeamSigmaInAngR(G4double)
G4UIcmdWithADoubleAndUnit * radius0Cmd1
G4UIcmdWith3VectorAndUnit * centreCmd
G4UIcmdWithADouble * interceptCmd1
G4UIcmdWithAString * particleCmd
G4UIcmdWithAString * histfileCmd1
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
G4SPSPosDistribution * GetPosDist()
G4UIcmdWithADoubleAndUnit * paralpCmd1
G4UIcmdWith3Vector * angrot2Cmd
void SetMultipleVertex(G4bool av)
G4UIcmdWith3Vector * histpointCmd1
G4UIcmdWithADoubleAndUnit * parphiCmd1
static G4ThreeVector GetNew3VectorValue(const char *paramString)
void SetDefaultValue(const char *theDefaultValue)
void SetParAlpha(G4double)
G4UIcmdWithADouble * gradientCmd
G4UIcmdWithADoubleAndUnit * paralpCmd
G4UIcmdWithADoubleAndUnit * halfxCmd1
void SetBeamSigmaInAngY(G4double)
G4UIdirectory * sourceDirectory
G4UIcmdWithADoubleAndUnit * minthetaCmd
void SetMinTheta(G4double)
void SetEnergyBias(G4ThreeVector)
void SetNewValue(G4UIcommand *command, G4String newValues)
void SetUseUserAngAxis(G4bool)
void SetYBias(G4ThreeVector)
G4UIcmdWithAString * angtypeCmd1
G4UIcmdWithADoubleAndUnit * emaxCmd1
static G4double GetNewDoubleValue(const char *paramString)
G4UIcmdWithABool * useuserangaxisCmd1
G4UIcmdWithAnInteger * setsourceCmd
void SetCurrentSourceIntensity(G4double)
void SetPosThetaBias(G4ThreeVector)
G4UIcmdWithoutParameter * clearsourceCmd
G4UIcmdWithABool * energyspecCmd1
G4UIcmdWithADouble * setintensityCmd
static G4bool GetNewBoolValue(const char *paramString)
#define G4MUTEX_INITIALIZER
G4UIcmdWithABool * multiplevertexCmd
void SetThetaBias(G4ThreeVector)
G4UIdirectory * positionDirectory
G4ParticleTable * particleTable
void SetZBias(G4ThreeVector)
void SetXBias(G4ThreeVector)
G4UIcmdWithAString * shapeCmd
G4UIcmdWithADouble * interceptCmd
G4UIdirectory * energyDirectory
G4UIcmdWithADoubleAndUnit * minphiCmd
G4UIcmdWithADouble * tempCmd
G4UIcmdWithAnInteger * numberCmd
G4UIcmdWithADoubleAndUnit * angsigmarCmd1
G4UIcmdWithADoubleAndUnit * possigmarCmd1
G4UIcmdWithABool * surfnormCmd1
void UserDefAngPhi(G4ThreeVector)
G4UIcmdWith3Vector * polCmd
G4UIcmdWithAString * arbintCmd1
void UserDefAngTheta(G4ThreeVector)
G4GLOB_DLL std::ostream G4cout
G4UIcmdWith3Vector * directionCmd
void SetCentreCoords(G4ThreeVector)
G4UIcmdWithABool * flatsamplingCmd
static G4ThreeVector GetNew3VectorValue(const char *paramString)
G4UIcmdWithADoubleAndUnit * angsigmayCmd1
G4UIcmdWith3Vector * angrot1Cmd
void SetEnergyDisType(G4String)
void SetBeamSigmaInR(G4double)
G4UIcmdWith3VectorAndUnit * positionCmd
G4UIcmdWithADoubleAndUnit * angsigmaxCmd1
G4UIcmdWithoutParameter * listsourceCmd
G4UIcmdWithADoubleAndUnit * angsigmaxCmd
G4UIcmdWithoutParameter * listCmd
G4UIcmdWithADoubleAndUnit * maxthetaCmd1
G4UIcmdWithABool * diffspecCmd
G4GeneralParticleSourceMessenger(G4GeneralParticleSource *)
G4UIcmdWith3Vector * posrot1Cmd1
G4UIcmdWithAString * shapeCmd1
static G4double GetNewDoubleValue(const char *paramString)
G4GeneralParticleSource * fGPS
G4UIcmdWithADoubleAndUnit * energyCmd
void DefineAngRefAxes(G4String, G4ThreeVector)
void SetParticlePolarization(G4ThreeVector aVal)
void SetParticleDefinition(G4ParticleDefinition *aParticleDefinition)
void SetPosRot1(G4ThreeVector)
G4UIdirectory * histDirectory
G4double GetCurrentSourceIntensity()
G4UIcmdWithAString * histnameCmd1
G4UIcmdWithAnInteger * verbosityCmd
G4UIcmdWithADoubleAndUnit * radiusCmd
G4UIcmdWithADoubleAndUnit * possigmayCmd1
G4SPSAngDistribution * GetAngDist()
void IonLvlCommand(G4String newValues)
void SetPosDisShape(G4String)
G4UIcmdWithoutParameter * getsourceCmd
G4UIcmdWithADoubleAndUnit * parphiCmd
G4UIcmdWithADoubleAndUnit * monoenergyCmd
G4UIcmdWithADoubleAndUnit * halfyCmd1
static G4IonTable * GetIonTable()
void ArbInterpolate(G4String)
void EpnEnergyHisto(G4ThreeVector)
G4String GetCurrentValue(G4UIcommand *command)
G4double fIonExciteEnergy
G4UIcmdWithADoubleAndUnit * angsigmayCmd
void SetPhiBias(G4ThreeVector)
G4UIcmdWithABool * energyspecCmd
G4UIcmdWith3Vector * posrot1Cmd
G4UIcmdWithADoubleAndUnit * engsigmaCmd1
void InputEnergySpectra(G4bool)
G4UIcmdWith3VectorAndUnit * centreCmd1
G4UIcmdWithADouble * tempCmd1
G4UIcmdWithAString * arbintCmd
G4UIcmdWithAString * confineCmd1
void SetAngDistType(G4String)
G4UIcmdWithADoubleAndUnit * halfzCmd1
G4UIcmdWithADoubleAndUnit * partheCmd1
G4UIcmdWithABool * useuserangaxisCmd
static G4ParticleTable * GetParticleTable()
G4SingleParticleSource * fParticleGun
G4UIcmdWithAString * typeCmd
G4UIcmdWithADoubleAndUnit * maxphiCmd1
G4UIcmdWith3Vector * histpointCmd
G4UIcmdWithADoubleAndUnit * partheCmd
G4UIcmdWithADoubleAndUnit * eminCmd
void SetGradient(G4double)
void UserEnergyHisto(G4ThreeVector)
G4double StoD(G4String s)
void SetPosRot2(G4ThreeVector)
G4UIcmdWith3Vector * posrot2Cmd1
void SetInterCept(G4double)
G4UIcmdWith3Vector * posrot2Cmd
void InputDifferentialSpectra(G4bool)
void SetFocusPoint(G4ThreeVector)
void SetParticleMomentumDirection(G4ParticleMomentum aMomentumDirection)
G4UIcmdWithAString * typeCmd1
G4UIcmdWithADoubleAndUnit * radius0Cmd
G4UIcmdWithoutParameter * calculateCmd
G4UIcmdWithADoubleAndUnit * possigmaxCmd
G4UIcmdWithADoubleAndUnit * halfxCmd
G4UIcmdWithADouble * alphaCmd1
G4UIcmdWithABool * surfnormCmd
void SetBiasAlpha(G4double)
G4UIcmdWithADoubleAndUnit * minphiCmd1
void DeleteaSource(G4int)
G4UIcmdWithADoubleAndUnit * eminCmd1
G4UIcmdWithADouble * ezeroCmd1
G4UIcmdWithADoubleAndUnit * minthetaCmd1
G4UIcmdWithADoubleAndUnit * radiusCmd1
G4UIcmdWithADoubleAndUnit * halfyCmd
G4UIcmdWithADouble * addsourceCmd
void SetCurrentSourceto(G4int)
G4UIcmdWithADoubleAndUnit * emaxCmd
G4UIcmdWithAString * angtypeCmd
void ArbEnergyHistoFile(G4String)
void SetUserWRTSurface(G4bool)
void SetParticleCharge(G4double aCharge)
G4UIcmdWithADoubleAndUnit * engsigmaCmd
G4UIcmdWithAnInteger * deletesourceCmd
G4UIcmdWithAString * energytypeCmd
static const double eplus
void ConfineSourceToVolume(G4String)
void SetFlatSampling(G4bool av)
void SetMaxTheta(G4double)
G4UIcmdWithADoubleAndUnit * monoenergyCmd1
G4UIcmdWithAString * energytypeCmd1
G4UIcmdWithAString * resethistCmd1
void SetRadius0(G4double)
G4UIcmdWithADoubleAndUnit * angsigmarCmd
G4UIcmdWithADouble * ezeroCmd
G4UIcmdWithADoubleAndUnit * possigmarCmd
G4UIcmdWithAString * resethistCmd
void SetBeamSigmaInY(G4double)
G4UIcmdWithADoubleAndUnit * timeCmd
void SetNumberOfParticles(G4int i)
void SetMonoEnergy(G4double)
G4UIdirectory * angularDirectory
void SetPosPhiBias(G4ThreeVector)
void SetBeamSigmaInAngX(G4double)
G4UIcmdWithADouble * alphaCmd