hepsim:pgun
Differences
This shows you the differences between two versions of the page.
— | hepsim:pgun [2024/07/01 21:25] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | {{indexmenu_n> | ||
+ | |||
+ | [[: | ||
+ | |||
+ | ====== Creating single particles ====== | ||
+ | |||
+ | Single particle samples are created using the ProMC Java package. | ||
+ | Here is an example how to make single particle sample using Jython {{: | ||
+ | You can use [[https:// | ||
+ | |||
+ | <code bash> | ||
+ | fpad particle_gun.py # run this script using Jas4pp | ||
+ | </ | ||
+ | The last command creates 1000 single-pion events with random Eta, Phi and momenta. | ||
+ | You can modify this script to change pT, Eta etc. | ||
+ | |||
+ | An example implemented in Jython is also given in [[https:// | ||
+ | |||
+ | |||
+ | |||
+ | --- // | ||