[Halla12_software] wiser generator without weight

Zhiwen Zhao zwzhao at jlab.org
Tue Nov 26 12:51:39 EST 2013


Hi, All

We have modified "eicRate" to produce hadron (not eDIS or eES) from 
wiser with without weight, which means they goes out according to 
crosssection kinematics.
Vertex effect is considered also.
It's not a general event generator yet and its normalization is not 
built in. It needs more work later.

Here is the code
/home/zwzhao/work_halla/solid/solid_svn/solid/evgen/eicRate_new/
You can directly use the output files though under output/PVDIS and 
output/SIDIS
LD2 target for PVDIS, He3 target for SIDIS, downstream and upstream 
window for SIDIS are produced.

So far, we got the normalization factor by comparing with the standard 
eicRate with weight.
The normalization for these files are below

	if(Is_PVDIS){
	  if (Is_pip || Is_pim || Is_pi0) thisrate=155000.;
	  if (Is_Kp || Is_Km) thisrate=3500.;
	  if (Is_Ks || Is_Kl) thisrate=1750.;
	  if (Is_p) thisrate=27000.;
	}
	else if(Is_SIDIS_He3_window){
	  if (Is_pip) thisrate=134.;
	  if (Is_pim) thisrate=136.;
	  if (Is_pi0) thisrate=136.;	
	  if (Is_Kp) thisrate=3.0;
	  if (Is_Km) thisrate=3.4;
	  if (Is_Ks || Is_Kl) thisrate=1.53;
	  if (Is_p) thisrate=23.;
	}
	else if(Is_SIDIS_He3){
	  if (Is_pip) thisrate=241.;
	  if (Is_pim) thisrate=183.;
	  if (Is_pi0) thisrate=212.;
	  if (Is_Kp) thisrate=5.9;
	  if (Is_Km) thisrate=3.7;
	  if (Is_Ks || Is_Kl) thisrate=2.4;
	  if (Is_p) thisrate=37.;
	}

Any question, let me or Yuxiang know

Zhiwen


More information about the Halla12_software mailing list