Higgs: run_card120.dat

File run_card120.dat, 7.1 KB (added by trac, 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 '1mh120' = 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# Beam polarization from -100 (left-handed) to 100 (right-handed) *
38#*********************************************************************
39 0 = polbeam1 ! beam polarization for beam 1
40 0 = polbeam2 ! beam polarization for beam 2
41#*********************************************************************
42# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
43#*********************************************************************
44 'cteq6l1' = pdlabel ! PDF set
45#*********************************************************************
46# Renormalization and factorization scales *
47#*********************************************************************
48 F = fixed_ren_scale ! if .true. use fixed ren scale
49 F = fixed_fac_scale ! if .true. use fixed fac scale
50 91.1880 = scale ! fixed ren scale
51 91.1880 = dsqrt_q2fact1 ! fixed fact scale for pdf1
52 91.1880 = dsqrt_q2fact2 ! fixed fact scale for pdf2
53 1 = scalefact ! scale factor for event-by-event scales
54#*********************************************************************
55# Matching - Warning! ickkw > 0 is still beta
56#*********************************************************************
57 1 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching
58#*********************************************************************
59#
60#*******************
61# Standard Cuts
62#*******************
63#
64#*********************************************************************
65# Minimum pt's *
66#*********************************************************************
67 12 = ptj ! minimum pt for the jets
68 0 = ptb ! minimum pt for the b
69 10 = pta ! minimum pt for the photons
70 10 = ptl ! minimum pt for the charged leptons
71#*********************************************************************
72# Minimum energy (in the lab frame) *
73#*********************************************************************
74 0 = ej ! minimum E for the jets
75 0 = eb ! minimum E for the b
76 0 = ea ! minimum E for the photons
77 0 = el ! minimum E for the charged leptons
78#*********************************************************************
79# Maximum rapidity *
80#*********************************************************************
81 1d3 = etaj ! max rap for the jets
82 1d3 = etab ! max rap for the b
83 1d3 = etaa ! max rap for the photons
84 1d3 = etal ! max rap for the charged leptons
85#*********************************************************************
86# Minimum DeltaR distance *
87#*********************************************************************
88 0.001 = drjj ! distance between jets
89 0 = drbb ! distance between b's
90 0 = drll ! distance between leptons
91 0 = draa ! distance between gammas
92 0 = drbj ! distance between b and jet
93 0 = draj ! distance between gamma and jet
94 0 = drjl ! distance between jet and lepton
95 0 = drab ! distance between gamma and b
96 0 = drbl ! distance between b and lepton
97 0 = dral ! distance between gamma and lepton
98#*********************************************************************
99# Minimum invariant mass for pairs *
100#*********************************************************************
101 12 = mmjj ! min invariant mass of a jet pair
102 0 = mmbb ! min invariant mass of a b pair
103 0 = mmaa ! min invariant mass of gamma gamma pair
104 0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair
105#*********************************************************************
106# Inclusive cuts *
107#*********************************************************************
108 0 = xptj ! minimum pt for at least one jet
109 0 = xptb ! minimum pt for at least one b
110 0 = xpta ! minimum pt for at least one photon
111 0 = xptl ! minimum pt for at least one charged lepton
112#*********************************************************************
113# WBF cuts *
114#*********************************************************************
115 0 = xetamin ! minimum rapidity for two jets in the WBF case
116 0 = deltaeta ! minimum rapidity for two jets in the WBF case
117#*********************************************************************
118# Jet measure cuts *
119#*********************************************************************
120 12 = xqcut ! minimum kt jet measure between partons
121#*********************************************************************