Project

General

Profile

Wiki » History » Revision 2

Revision 1 (Alexandre Camsonne, 09/14/2017 03:18 PM) → Revision 2/17 (Joshua Hoskins, 09/19/2017 11:13 AM)

h1. Wiki 


 h1. EIC Compton Electron detector talks 

 h1. EIC Compton Electron Detector Simulation Analysis Software 

 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. 
 A great reference to get you started using git can be found here: http://rogerdudler.github.io/git-guide/ 
 <pre> 
 Cloning a repository 
      git clone <repository address> 
 </pre> 
 **Compton Generator** 
      Repository: 
      https://github.com/jrhosk/EIC-Compton-Generator.git 

 <pre> 
 ./generator <options> 

 --filename <string>        Sets the name of the output file. 
 --polarization <double>    Sets the polarization of the events to be generated. Values range from -1 to 1. 
 --energy <double>          Sets the energy of the incoming electrons. 
 --sigmax <double>          Sets the beam size in the x-direction (cm).  
 --sigmay <double>          Sets the beam size in the y-direction (cm). 
 --events <int>             The number of events to be generated.  
 </pre> 

 The only required option is __--events__ The default energy is 5 GeV.