Wiki » History » Version 2
Joshua Hoskins, 09/19/2017 11:13 AM
| 1 | 1 | Alexandre Camsonne | h1. Wiki |
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | h1. EIC Compton Electron detector talks |
||
| 5 | 2 | Joshua Hoskins | |
| 6 | h1. EIC Compton Electron Detector Simulation Analysis Software |
||
| 7 | |||
| 8 | All software is available from my github account (instructions below). Please forward all desired functionality and bug reports to me by filing an issue on github. |
||
| 9 | A great reference to get you started using git can be found here: http://rogerdudler.github.io/git-guide/ |
||
| 10 | <pre> |
||
| 11 | Cloning a repository |
||
| 12 | git clone <repository address> |
||
| 13 | </pre> |
||
| 14 | **Compton Generator** |
||
| 15 | Repository: |
||
| 16 | https://github.com/jrhosk/EIC-Compton-Generator.git |
||
| 17 | |||
| 18 | <pre> |
||
| 19 | ./generator <options> |
||
| 20 | |||
| 21 | --filename <string> Sets the name of the output file. |
||
| 22 | --polarization <double> Sets the polarization of the events to be generated. Values range from -1 to 1. |
||
| 23 | --energy <double> Sets the energy of the incoming electrons. |
||
| 24 | --sigmax <double> Sets the beam size in the x-direction (cm). |
||
| 25 | --sigmay <double> Sets the beam size in the y-direction (cm). |
||
| 26 | --events <int> The number of events to be generated. |
||
| 27 | </pre> |
||
| 28 | |||
| 29 | The only required option is __--events__ The default energy is 5 GeV. |