Difference between revisions of "Solid eventgenerator"

From Hall A Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
2.5M events for 4.4GeV, 5.5GeV, 6.6GeV, 11.0GeV at http://hallaweb.jlab.org/12GeV/SoLID/download/test_generator.tgz
 
2.5M events for 4.4GeV, 5.5GeV, 6.6GeV, 11.0GeV at http://hallaweb.jlab.org/12GeV/SoLID/download/test_generator.tgz
 +
 +
 +
I modified my root to lund conversion so that one can filter the data
 +
based on the angle of scattering of the electron.
 +
I have also put the option to use a "lund format" file as input for
 +
filtering based on the angle (you have these files right now).
 +
 +
If you running without flags you get this message (how to use it):
 +
 +
  root2lund : This Program translate the output from eicRate in LUND
 +
format and Filter the scattered electron angles
 +
  Usage: root2lund -o outputfile -i inputfile [-th_min theta_min]
 +
[-th_max theta_max] [-ph_min phi_min] [-ph_max phi_max] [-l 1-0]
 +
      -o outputfile    : output file name (example pluto.lund)
 +
      -i inputfile      : input file name (example pluto.root)
 +
      -h help, print this message
 +
    [optional]
 +
      -th_min theta_min : specify theta minimum for scattered electron
 +
      -th_max theta_max : specify theta maximum for scattered electron
 +
      -ph_min phi_min  : specify phi minimum for scattered electron
 +
      -ph_max phi_max  : specify phi maximum for scattered electron
 +
      -l 1-0            : specify format input file ( lund-> 1 (just
 +
angle filtering); root->0 (default) )

Revision as of 14:45, 16 February 2011

https://jlabsvn.jlab.org/svnroot/solid/evgen/

2.5M events for 4.4GeV, 5.5GeV, 6.6GeV, 11.0GeV at http://hallaweb.jlab.org/12GeV/SoLID/download/test_generator.tgz


I modified my root to lund conversion so that one can filter the data based on the angle of scattering of the electron. I have also put the option to use a "lund format" file as input for filtering based on the angle (you have these files right now).

If you running without flags you get this message (how to use it):

 root2lund : This Program translate the output from eicRate in LUND 

format and Filter the scattered electron angles

 Usage: root2lund -o outputfile -i inputfile [-th_min theta_min] 

[-th_max theta_max] [-ph_min phi_min] [-ph_max phi_max] [-l 1-0]

     -o outputfile     : output file name (example pluto.lund)
     -i inputfile      : input file name (example pluto.root)
     -h help, print this message
   [optional]
     -th_min theta_min : specify theta minimum for scattered electron
     -th_max theta_max : specify theta maximum for scattered electron
     -ph_min phi_min   : specify phi minimum for scattered electron
     -ph_max phi_max   : specify phi maximum for scattered electron
     -l 1-0            : specify format input file ( lund-> 1 (just 

angle filtering); root->0 (default) )