-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from mroda88/master
Sync with master
- Loading branch information
Showing
60 changed files
with
3,614 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<!-- | ||
Configuration for the DMBYStrucFunc DISStructureFuncModelI | ||
Algorithm Configurable Parameters: | ||
.................................................................................................... | ||
Name Type Opt Comment Default | ||
.................................................................................................... | ||
BY-A double No Bodek-Yang scaling var param A | ||
By-B double No Bodek-Yang scaling var param B | ||
BY-CsU double No Bodek-Yang u sea K factor param | ||
BY-CsD double No Bodek-Yang d sea K factor param | ||
BY-Cv1U double No Bodek-Yang u val K factor param | ||
BY-Cv2U double No Bodek-Yang u val K factor param | ||
BY-Cv1D double No Bodek-Yang d val K factor param | ||
BY-Cv2D double No Bodek-Yang d val K factor param | ||
+++ This model inherits from QPMDISStrucFunc and calls its configure | ||
+++ The following parameters have to be the same as in QPMDISStrucFunc.xml | ||
PDF-Set alg No PDF model | ||
Charm-Mass double No charm mass CommonParam[Masses] | ||
Charm-Prod-Off bool Yes charm production is turned off false | ||
PDF-Q2min double No min Q2 for PDF evaluation From "PDF-Set" | ||
IncludeR bool No include R factor? | ||
IncludeNuclMod bool No include nuclear factor? | ||
CKM-Vcd double No CommonParam[CKM] | ||
CKM-Vcs double No CommonParam[CKM] | ||
CKM-Vud double No CommonParam[CKM] | ||
CKM-Vus double No CommonParam[CKM] | ||
Use2016Corrections bool No Use SF corrections? | ||
LowQ2CutoffF1F2 double No min for F1/F2 SF relation | ||
WeinbergAngle double No CommonParam[WeakInt] | ||
--> | ||
|
||
<alg_conf> | ||
|
||
<param_set name="Default"> | ||
<param type="string" name="CommonParam"> CKM,Masses,BoostedDarkMatter </param> | ||
|
||
<param type="alg" name="PDF-Set"> genie::BYPDF/Default </param> | ||
|
||
<param type="double" name="BY-A"> 0.538 </param> | ||
<param type="double" name="BY-B"> 0.305 </param> | ||
<param type="double" name="BY-CsU"> 0.363 </param> | ||
<param type="double" name="BY-CsD"> 0.621 </param> | ||
<param type="double" name="BY-Cv1U"> 0.291 </param> | ||
<param type="double" name="BY-Cv2U"> 0.189 </param> | ||
<param type="double" name="BY-Cv1D"> 0.202 </param> | ||
<param type="double" name="BY-Cv2D"> 0.255 </param> | ||
|
||
<!-- | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
Switches controlling the DIS structure function calculation. Those switches specify whether to: | ||
- include an R (~FL) factor into the calculation | ||
- include a nuclear factor (accounting for shadowing/anti-shadowing) | ||
- include corrections for calculating relation between 2xF1 and F2 | ||
- Select value for Q2 cutoff in relation between 2xF1 and F2 | ||
--> | ||
<param type="bool" name="IncludeR"> true </param> | ||
<param type="bool" name="IncludeNuclMod"> true </param> | ||
<param type="bool" name="Use2016Corrections"> false </param> | ||
<param type="double" name="LowQ2CutoffF1F2"> 0.8 </param> | ||
|
||
</param_set> | ||
|
||
</alg_conf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<alg_conf> | ||
|
||
<param_set name="DME"> | ||
</param_set> | ||
|
||
</alg_conf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<!-- | ||
Configuration for the DMEKinematicsGenerator 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.25 | ||
MaxXSec-DiffTolerance double Yes max allowed 200*(xsec-xsecmax)/(xsec+xsecmax) 0.00 | ||
if xsec>xsecmax | ||
Cache-MinEnergy double Yes minimum energy for which max xsec is cached -1.00 | ||
if xsec>xsecmax | ||
--> | ||
|
||
<alg_conf> | ||
|
||
<param_set name="Default"> | ||
</param_set> | ||
|
||
</alg_conf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<!-- | ||
Configuration for the DMELEventGenerator EventRecordVisitorI | ||
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 | ||
if xsec>xsecmax | ||
Cache-MinEnergy double Yes minimum energy for which max xsec is cached 1.00 | ||
--> | ||
|
||
<alg_conf> | ||
|
||
<param_set name="Default"> | ||
<param type="double" name="Cache-MinEnergy"> 1.0 </param> | ||
<param type="alg" name="NuclearModel"> genie::NuclearModelMap/Default </param> | ||
</param_set> | ||
|
||
<param_set name="EM-Default"> | ||
|
||
</param_set> | ||
|
||
<!-- | ||
<param_set name="CC-Default"> | ||
</param_set> | ||
<param_set name="NC-Default"> | ||
</param_set> | ||
<param_set name="CC-Charm-Default"> | ||
</param_set> | ||
<param_set name="CC-Lambda-Default"> | ||
</param_set> | ||
--> | ||
</alg_conf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<alg_conf> | ||
|
||
Configuration sets for DMEOutgoingDarkGenerator EventRecordVisitorI | ||
|
||
<param_set name="Default"> | ||
<param type="string" name="CommonParam"> Lepton </param> | ||
</param_set> | ||
|
||
</alg_conf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<alg_conf> | ||
|
||
Configuration sets for DMETargetRemnantGenerator EventRecordVisitorI | ||
|
||
<param_set name="Default"> | ||
</param_set> | ||
|
||
</alg_conf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<alg_conf> | ||
|
||
<!-- | ||
Configuration for the NuElectronPXSec xsec algorithm. | ||
Configurable Parameters: | ||
.................................................................................... | ||
Name Type Optional Comment Default | ||
WeinbergAngle double No CommonParam[WeakInt] | ||
.................................................................................... | ||
--> | ||
|
||
<param_set name="Velocity0"> | ||
<param type="string" name="CommonParam"> BoostedDarkMatter </param> | ||
|
||
<param type="alg" name="XSec-Integrator"> genie::DMElectronXSec/Default </param> | ||
<param type="int" name="velocity-mode"> 0 </param> | ||
</param_set> | ||
<param_set name="Velocity2"> | ||
<param type="string" name="CommonParam"> BoostedDarkMatter </param> | ||
|
||
<param type="alg" name="XSec-Integrator"> genie::DMElectronXSec/Default </param> | ||
<param type="int" name="velocity-mode"> 2 </param> | ||
</param_set> | ||
|
||
</alg_conf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<alg_conf> | ||
|
||
<!-- | ||
Configuration for the DMElectronXSec xsec algorithm. | ||
Configurable Parameters: | ||
.................................................................................... | ||
Name Type Optional Comment Default | ||
.................................................................................... | ||
--> | ||
|
||
<param_set name="Default"> | ||
<param type="string" name ="gsl-integration-type"> adaptive </param> | ||
<param type="int" name ="gsl-max-eval" > 40000 </param> | ||
<param type="double" name ="gsl-relative-tolerance" > 0.001 </param> | ||
</param_set> | ||
|
||
</alg_conf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.