mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-04 17:11:39 -05:00
add config for a run with transverse momenta
This commit is contained in:
parent
c878d8651e
commit
631a3e5239
2 changed files with 20 additions and 0 deletions
3
prog/runcards/pp_phaeno/runcards/with_pT/.gitignore
vendored
Normal file
3
prog/runcards/pp_phaeno/runcards/with_pT/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
*
|
||||
!Sherpa_Ext.yaml
|
||||
!.gitignore
|
17
prog/runcards/pp_phaeno/runcards/with_pT/Sherpa_Ext.yaml
Normal file
17
prog/runcards/pp_phaeno/runcards/with_pT/Sherpa_Ext.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
# the main scattering process
|
||||
PROCESSES:
|
||||
- 94 -94 -> 22 22:
|
||||
Order: {QCD: 0, EW: 2}
|
||||
Integration_Error: 0.001
|
||||
|
||||
# use pure QED
|
||||
EW_SCHEME: alpha0
|
||||
|
||||
# disable all advanced processes
|
||||
FRAGMENTATION: None
|
||||
MI_HANDLER: None
|
||||
|
||||
# we explicitly enable transverse momenta
|
||||
# showers are enabled as well
|
||||
INTRINSIC_KPERP:
|
||||
ENABLED: true
|
Loading…
Add table
Reference in a new issue