#include <GLG4VertexGen.hh>
Inheritance diagram for GLG4VertexGen_Gun:

Public Types | |
| enum | { numberOfElements = 110 } |
Public Member Functions | |
| GLG4VertexGen_Gun (const char *arg_dbname) | |
| virtual void | GeneratePrimaryVertex (G4Event *argEvent) |
| Generates one or more particles with a specified momentum, or isotropic momentum with specific energy, and specified polarization, or uniformly random polarization, based on parameters set via SetState(). | |
| virtual void | SetState (G4String newValues) |
| Set state of the GLG4VertexGen_Gun, or show current state and explanation of state syntax if empty string provided. | |
| virtual G4String | GetState () |
Static Public Attributes | |
| const char * | theElementNames [numberOfElements] |
Allows for randomly isotropic direction and random transverse polarization of spin-1, mass=0 particles
|
|
Set state of the GLG4VertexGen_Gun, or show current state and explanation of state syntax if empty string provided. Format of argument to GLG4VertexGen_Gun::SetState: "pname momx_MeV momy_MeV momz_MeV KE_MeV polx poly polz mult", where
Implements GLG4VVertexGen. |
|
|
Initial value: {
"H", "He",
"Li", "Be", "B", "C", "N", "O", "F", "Ne",
"Na", "Mg", "Al", "Si", "P", "S", "Cl", "Ar",
"K", "Ca", "Sc", "Ti", "V", "Cr", "Mn", "Fe", "Co", "Ni", "Cu", "Zn", "Ga", "Ge", "As", "Se", "Br", "Kr",
"Rb", "Sr", "Y", "Zr", "Nb", "Mo","Tc", "Ru", "Rh", "Pd", "Ag", "Cd", "In", "Sn", "Sb", "Te", "I", "Xe",
"Cs", "Ba",
"La", "Ce", "Pr", "Nd", "Pm", "Sm", "Eu", "Gd", "Tb", "Dy", "Ho", "Er", "Tm", "Yb", "Lu",
"Hf", "Ta", "W", "Re", "Os", "Ir", "Pt", "Au", "Hg", "Tl", "Pb", "Bi", "Po", "At", "Rn",
"Fr", "Ra",
"Ac", "Th", "Pa", "U", "Np", "Pu", "Am", "Cm", "Bk", "Cf", "Es", "Fm", "Md", "No", "Lr",
"Rf", "Db", "Sg", "Bh", "Hs", "Mt", "Xa"
}
|
1.3.9.1