FormFactors: run_card.dat

File run_card.dat, 6.5 KB (added by (none), 12 years ago)
Line 
1#*********************************************************************
2# MadGraph/MadEvent *
3# http://madgraph.hep.uiuc.edu *
4# *
5# run_card.dat *
6# *
7# This file is used to set the parameters of the run. *
8# *
9# Some notation/conventions: *
10# *
11# Lines starting with a '# ' are info or comments *
12# *
13# mind the format: value = variable ! comment *
14#*********************************************************************
15#
16#*******************
17# Running parameters
18#*******************
19#
20#*********************************************************************
21# Tag name for the run (one word) *
22#*********************************************************************
23 'fermi' = run_tag ! name of the run
24#*********************************************************************
25# Number of events and rnd seed *
26#*********************************************************************
27 10000 = nevents ! Number of unweighted events requested
28 0 = iseed ! rnd seed (0=assigned automatically=default))
29#*********************************************************************
30# Collider type and energy *
31#*********************************************************************
32 1 = lpp1 ! beam 1 type (0=NO PDF)
33 1 = lpp2 ! beam 2 type (0=NO PDF)
34 7000 = ebeam1 ! beam 1 energy in GeV
35 7000 = ebeam2 ! beam 2 energy in GeV
36#*********************************************************************
37# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
38#*********************************************************************
39 'cteq6l1' = pdlabel ! PDF set
40#*********************************************************************
41# Renormalization and factorization scales *
42#*********************************************************************
43 T = fixed_ren_scale ! if .true. use fixed ren scale
44 T = fixed_fac_scale ! if .true. use fixed fac scale
45 174.30 = scale ! fixed ren scale
46 174.30 = dsqrt_q2fact1 ! fixed fact scale for pdf1
47 174.30 = dsqrt_q2fact2 ! fixed fact scale for pdf2
48 1 = scalefact ! scale factor for event-by-event scales
49 F = fixed_couplings ! if .false. calc. coupl. for every event
50#*********************************************************************
51# Matching - Warning! ickkw > 0 is still beta
52#*********************************************************************
53 0 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching
54#*********************************************************************
55#
56#*******************
57# Standard Cuts
58#*******************
59#
60#*********************************************************************
61# Minimum pt's *
62#*********************************************************************
63 20 = ptj ! minimum pt for the jets
64 0 = ptb ! minimum pt for the b
65 10 = pta ! minimum pt for the photons
66 10 = ptl ! minimum pt for the charged leptons
67#*********************************************************************
68# Maximum rapidity *
69#*********************************************************************
70 2.5 = etaj ! max rap for the jets
71 1d2 = etab ! max rap for the b
72 2.5 = etaa ! max rap for the photons
73 2.5 = etal ! max rap for the charged leptons
74#*********************************************************************
75# Minimum DeltaR distance *
76#*********************************************************************
77 0.4 = drjj ! distance between jets
78 0 = drbb ! distance between b's
79 0.4 = drll ! distance between leptons
80 0.4 = draa ! distance between gammas
81 0 = drbj ! distance between b and jet
82 0.4 = draj ! distance between gamma and jet
83 0.4 = drjl ! distance between jet and lepton
84 0 = drab ! distance between gamma and b
85 0 = drbl ! distance between b and lepton
86 0.4 = dral ! distance between gamma and lepton
87#*********************************************************************
88# Minimum invariant mass for pairs *
89#*********************************************************************
90 0 = mmjj ! min invariant mass of a jet pair
91 0 = mmbb ! min invariant mass of a b pair
92 0 = mmaa ! min invariant mass of gamma gamma pair
93 0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair
94#*********************************************************************
95# Inclusive cuts *
96#*********************************************************************
97 0 = xptj ! minimum pt for at least one jet
98 0 = xptb ! minimum pt for at least one b
99 0 = xpta ! minimum pt for at least one photon
100 0 = xptl ! minimum pt for at least one charged lepton
101#*********************************************************************
102# WBF cuts *
103#*********************************************************************
104 0 = xetamin ! minimum rapidity for two jets in the WBF case
105 0 = deltaeta ! minimum rapidity for two jets in the WBF case
106#*********************************************************************
107# Jet measure cuts *
108#*********************************************************************
109 0 = xqcut ! minimum kt jet measure between partons
110#*********************************************************************