@@ -16,7 +16,7 @@ The MCTrack objects reflects the state of a particle's trajectory when it was cr
Moreover, it allows to retrieve the hierarchy of secondary tracks.
This can be done via the parent-child relations the MCTrack objects store, allowing retrieval of the primary track for a given track.
Combining this information with MCParticles allows the Monte-Carlo trajectory to be fully reconstructed.
In addition to these relational information, the MCTrack stores information on the initial and final point of the trajectory (in \underline{global} coordinates), the energies (total as well as kinetic only) at those points, the creation process type, name, and the volume it took place in.
In addition to these relational information, the MCTrack stores information on the initial and final point of the trajectory (in \underline{global} coordinates), the initial and final timestamps in global coordinates of the event, the energies (total as well as kinetic only) at those points, the creation process type, name, and the volume it took place in.
@@ -86,6 +86,7 @@ This module requires an installation Geant4.
*`source_type` : Shape of the source: **beam** (default), **point**, **square**, **sphere**, **macro**.
*`cutoff_time` : Maximum lifetime of particles to be propagated in the simulation. This setting is passed to Geant4 as user limit and assigned to all sensitive volumes. Particles and decay products are only propagated and decayed up the this time limit and all remaining kinetic energy is deposited in the sensor it reached the time limit in. Defaults to 221s (to ensure proper gamma creation for the Cs137 decay).
Note: Neutrons have a lifetime of 882 seconds and will not be propagated in the simulation with the default `cutoff_time`.
*`record_all_tracks` : Switch to enable the recording of all Geant4 tracks in the event. By default, this parameter is set to `false` and MCTrack objects are only generated for particles interacting with sensor material, not those that never interact with any detector.
*`number_of_particles` : Number of particles to generate in a single event. Defaults to one particle.
*`output_plots` : Enables output histograms to be be generated from the data in every step (slows down simulation considerably). Disabled by default.
*`output_plots_scale` : Set the x-axis scale of the output plot, defaults to 100ke.