-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrape.cards_JLab_11_BH_ele_4fold_deg5-50
128 lines (128 loc) · 4.73 KB
/
grape.cards_JLab_11_BH_ele_4fold_deg5-50
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
LIST
C ======================================================================
C << KF-code of the Lepton Beam >> (11:electron, -11:positron)
KFLBEAM 11
C ======================================================================
C << Polarization of the Lepton Beam >>
C (1) (2) (3)
EPOL 0. 0. 0.
C (1) Degree of the polarization(>=-1&<=+1)
C (2) Direction of the polarization vector (polar angle in degree)
C (3) Direction of the polarization vector (azimuthal angle in degree)
C ======================================================================
C << Momenta of the Beam Particles(lepton/proton) in MeV/c >>
C ||| ^^^^^
EBEAM 11000
PBEAM 0
C |||
C ======================================================================
C << Process in the Proton Vertex >> (1:elastic, 2:quasi-elastic, 3:DIS)
PROCESS 1
C ======================================================================
C << Produced Lepton-pair >> (1:di-e, 2:di-mu, 3:di-tau)
LPAIR 1
C ======================================================================
C << ISR for the Beam Lepton >> (0:off, 1:on)
ISR 1
C ==================================y====================================
C << Scattered Quark in DIS >>
C (1:u, 2:u-bar, 3:d, 4:d-bar, 5:s, 6:s-bar, 7:c, ... , 12:t-bar)
QFLV 1
MERGE 0
C ======================================================================
C << PDF set in DIS >> (See PDFLIB manual.)
NGROUP 4
NSET 32
C ======================================================================
C ######################################################################
C ======================================================================
C << Electroweak Dilepton Production >>
C 1:BH(direct), 2:BH, 3:QED, 4:EW,
C 13:CO_only, 14:Z0_only
GRASEL 2
C ======================================================================
C ######################################################################
C ======================================================================
C << BASES Parameters >>
ITMX1 8
ITMX2 20
NCALL 60000000
C ======================================================================
C ######################################################################
C ======================================================================
C << SPRING Parameters >>
NGEN 2500000
NMOD 10000
C ======================================================================
C << PYTHIA parameters >>
PSISR 0
PSFSR 0
PSBRA 2
PSSUP 1
PYDECAY 0
PRIPT 0
C ======================================================================
C << Output of Generated Events >>
PYLIST TRUE
NLIST 100
NTPYT TRUE
C ======================================================================
C ######################################################################
C ======================================================================
C << Q2 Range for the Electron Vertex >>
Q2RNGME 0. 1.E20
Q2RNGOB 0. 1.E20
C ------------
C << Mass Range for the Hadronic System >> (only for quasi-elastic and DIS)
C (quasi-elastic)
C MHAD 1.08 5.
C (DIS)
C MHAD 5. 1.E20
C ------------
C << Q2 Range for the Proton Vertex >>
C (elastic)
Q2P 0. 100.
C (quasi-elastic)
C Q2P 0. 100.
C (DIS)
C Q2P 1. 1.E20
C ------------
C << Cuts for each Final-state Particle >>
C <p/q> <e+-> <l-+> <l+->
C THMIN 10.2 4.0 0. 0.
C THMAX 14.3 8.0 180. 180.
THMIN 130. 130. 130. 130.
THMAX 175. 175. 175. 175.
EMIN 0. 0. 0. 0.
EMAX 1.E20 1.E20 1.E20 1.E20
PMIN 0. 0. 0. 0.
PMAX 11. 11. 11. 11.
PTMIN 0. 0. 0. 0.
PTMAX 1.E20 1.E20 1.E20 1.E20
C ------------
C << PtMAX cut >>
PTMCTFLG FALSE
THPTMCT 0. 180.
PTMXCT 0. 1.E20
C ------------
C << Mass cuts >>
MASSLL 0. 1.E20
0. 1.E20
C MASSELL 1. 1.E20
C MASSQLL 5. 1.E20
C 5. 1.E20
C ------------
C << Cuts for One or Some of the Final-state Particles >>
IVISI -1
C <p/q> <e+-> <l-+> <l+->
THEVMIN 0. 0. 0. 0.
THEVMAX 0. 180. 180. 180.
EVMIN 0. 0. 0. 0.
EVMAX 0. 1.E20 1.E20 1.E20
PTVMIN 0. 0. 0. 0.
PTVMAX 0. 1.E20 1.E20 1.E20
C ======================================================================
C ######################################################################
C ======================================================================
C
STOP