-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathCOHKinematicsGenerator.xml
More file actions
38 lines (29 loc) · 1.99 KB
/
COHKinematicsGenerator.xml
File metadata and controls
38 lines (29 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Configuration for the COHKinematicsGenerator EventRecordVisitorI
Algorithm Configurable Parameters:
.......................................................................................................................
Name Type Opt Comment Default
.......................................................................................................................
UniformOverPhaseSpace bool Yes kinematics uniformly over allowd phase space false
wgt = (phase_space_volume)*(diff_xsec)/(xsec)
MaxXSec-SafetyFactor double Yes multiplies max xsec in rejection method 1.6
MaxXSec-DiffTolerance double Yes max allowed 200*(xsec-xsecmax)/(xsec+xsecmax) 999999.00 (disable)
if xsec>xsecmax
Cache-MinEnergy double Yes minimum energy for which max xsec is cached 0.00
COH-Ro double No Nuclear size scale CommonParam[Coherent]
COH-Q2-min double No Minimum considered Q^2 for Berger-Sehgal CommonParam[Coherent]
coherent reactions when estimating the max
cross section. Units in GeV^2.
COH-Q2-max double No Maximum considered Q^2 for Berger-Sehgal CommonParam[Coherent]
coherent reactions when estimating the max
cross section. Units in GeV^2.
COH-t-max double No Maximum considered t for Berger-Sehgal CommonParam[Coherent]
coherent reactions when estimating
the max cross section. Units in GeV^2.
-->
<alg_conf>
<param_set name="Default">
<param type="string" name="CommonParam"> Coherent </param>
</param_set>
</alg_conf>