-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfigLHE_jetmatching.cmnd
53 lines (40 loc) · 2.02 KB
/
configLHE_jetmatching.cmnd
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
38
39
40
41
42
43
44
45
46
47
48
! COPY ME TO YOUR DELPHES DIRECTORY
! 1) Settings used in the main program.
Main:numberOfEvents = RUNEVENTS ! number of events to generate
Main:timesAllowErrors = 3 ! how many aborts before run stops
! 2) Settings related to output in init(), next() and stat().
Init:showChangedSettings = off ! list changed settings
Init:showChangedParticleData = off ! list changed particle data
Next:numberCount = 1000 ! print message every n events
Next:numberShowInfo = 1 ! print event information n times
Next:numberShowProcess = 1 ! print process record n times
Next:numberShowEvent = 1 ! print event record n times
! 3) Set the input LHE file
Beams:frameType = 4
Beams:LHEF = events.lhe
! 6) Other settings. Can be expanded as desired.
Tune:pp = 14 ! Pythia8CUEP8M1Settings_cfi
Tune:ee = 7 ! Pythia8CUEP8M1Settings_cfi
MultipartonInteractions:pT0Ref=2.4024 ! Pythia8CUEP8M1Settings_cfi
MultipartonInteractions:ecmPow=0.25208 ! Pythia8CUEP8M1Settings_cfi
MultipartonInteractions:expPow=1.6 ! Pythia8CUEP8M1Settings_cfi
Tune:preferLHAPDF = 2 ! Pythia8CommonSettings_cfi
Main:timesAllowErrors = 10000 ! Pythia8CommonSettings_cfi
Check:epTolErr = 0.01 ! Pythia8CommonSettings_cfi
Beams:setProductionScalesFromLHEF = off ! Pythia8CommonSettings_cfi
SLHA:keepSM = on ! Pythia8CommonSettings_cfi
SLHA:minMassSM = 1000. ! Pythia8CommonSettings_cfi
ParticleDecays:limitTau0 = on ! Pythia8CommonSettings_cfi
ParticleDecays:tau0Max = 10 ! Pythia8CommonSettings_cfi
ParticleDecays:allowPhotonRadiation = on ! Pythia8CommonSettings_cfi
JetMatching:setMad = off
JetMatching:scheme = 1
JetMatching:merge = on
JetMatching:jetAlgorithm = 2
JetMatching:etaJetMax = 5.
JetMatching:coneRadius = 1
JetMatching:slowJetPower = 1
JetMatching:qCut = SETQCUT
JetMatching:nQmatch = 5
JetMatching:nJetMax = SETMAXJETS
JetMatching:doShowerKt = off