v1.3
-
Solved a bug on full chain decay when the timestamp was to large affecting the splitting of subvents.
-
PrimartGeneratorAction
solved a problem when trying to launch low Z isotopes such as7Be
. -
Added new examples to the validation pipeline.
09.Pb210_Shield
,07.FullChainDecay
-
PrimaryGeneratorAction::SetParticleDefinition
. Improved performance when instantiating a particle, now we will create the definition only once at the class memberfParticle
. -
Differentiated generator types and shapes.
type
describes the dimension of generated particle position, i.e, volume, surface or point.shape
describes the shape of generation area if the type is volume or surface, e.g., box, cylinder, etc. (WIP probably shape would be better renamed to solid?). -
PrimaryGenerator supports density function, a TF3 object yielding 0~1 numbers indicating the density of generated points in the area.
-
Few other fixes to protect from potential seg.faults. Cleaning up code and refactoring.