-
Notifications
You must be signed in to change notification settings - Fork 796
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 #3810 from ram1123/mg265UL_aTGC
WV aTGC Semileptonic sample
- Loading branch information
Showing
11 changed files
with
2,415 additions
and
0 deletions.
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
bin/MadGraph5_aMCatNLO/cards/production/13TeV/SMP_aTGC/CardsTemplates/FKS_params.dat
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,75 @@ | ||
! ========================================================================== | ||
! This file sets the different technical parameters intrinsic to the | ||
! FKS program and which controls the behaviour of the code at run | ||
! time. The common user should not edit this file and only experts | ||
! should venture editing these parameters. | ||
! ========================================================================== | ||
! | ||
! ========================================================================== | ||
! Arbitrary numerical parameters used in the FKS formalism | ||
! ========================================================================== | ||
! | ||
! To be implemented by the FKS authors | ||
! | ||
! ========================================================================== | ||
! Parameters controlling the tests based on the IR poles comparison | ||
! ========================================================================== | ||
! | ||
! This threshold sets the limiting value for the comparison of the | ||
! relative difference of the IR pole from the OLP and the one computed | ||
! internaly by MadFKS. The value below is used for the first PS | ||
! points to assess the sanity of the computation. A value ten times | ||
! smaller will be used for the systematic check of IR poles at | ||
! runtime. | ||
! Notice that the systematic comparison of IR poles at run time is | ||
! only performed when the Monte-Carlo over helicity configurations | ||
! method is not used. Set this value to '-1.0d0' if you want the | ||
! check to always pass. | ||
#IRPoleCheckThreshold | ||
-1.0d0 | ||
! Default :: 1.0d-5 | ||
! | ||
! ========================================================================== | ||
! OLP (virtuals) behavior at run time | ||
! ========================================================================== | ||
! | ||
! | ||
! Set the precision required from the OLP code. The IR poles check | ||
! will be performed at run time with a threshold ten times loser than | ||
! the value below. When equal to '-1d0' the default value of the OLP | ||
! is used, and the poles check is disabled at run time | ||
! | ||
#PrecisionVirtualAtRunTime | ||
-1d0 | ||
! Default :: 1.0d-3 | ||
! | ||
! ========================================================================== | ||
! Parameters defining the techniques used for the MC integration | ||
! ========================================================================== | ||
! | ||
! This integer sets what is the minimum number of contributing | ||
! helicities (in a given subrpocess) which is necessary for MadFKS to | ||
! switch to the Monte-Carlo over helicity configurations method. Set | ||
! this to '-1' if you want to forbid the use of this method | ||
! altogether. | ||
#NHelForMCoverHels | ||
4 | ||
! Default :: 4 | ||
! | ||
! This parameter sets for which fraction of the events the virtual | ||
! matrix elements should be included. When using MINT, during the | ||
! grid-setup phase, this number will be updated automatically after | ||
! each iteration depending on the relative MC uncertainties. | ||
#VirtualFraction | ||
1.0d0 | ||
! Default :: 1.0d0 | ||
! | ||
! This parameter sets the minimal fraction of the events for which the | ||
! virtual matrix elements should be included. | ||
#MinVirtualFraction | ||
0.005d0 | ||
! Default :: 0.005d0 | ||
! | ||
! ========================================================================== | ||
! End of FKS_params.dat file | ||
! ========================================================================== |
8 changes: 8 additions & 0 deletions
8
bin/MadGraph5_aMCatNLO/cards/production/13TeV/SMP_aTGC/CardsTemplates/customizecards.dat
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,8 @@ | ||
set param_card dim6 1 3.6 | ||
set param_card dim6 2 4.5 | ||
set param_card dim6 3 20.0 | ||
set param_card dim6 4 0.0 | ||
set param_card dim6 5 0.0 | ||
set param_card dim6 6 0.0 | ||
set param_card dim6 7 0.0 | ||
set param_card dim6 8 0.0 |
Oops, something went wrong.