Skip to content

v1.3

Compare
Choose a tag to compare
@jgalan jgalan released this 04 Jun 08:09
· 878 commits to master since this release
e02b603
  • 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 as 7Be.

  • 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 member fParticle.

  • 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.