Ticket #100: Tevatron_Photons.texi
File Tevatron_Photons.texi, 8.2 KB (added by , 14 years ago) |
---|
Line | |
---|---|
1 | @node Tevatron_Photons |
2 | @section Tevatron_Photons |
3 | |
4 | @menu |
5 | * Single photon production:: |
6 | * Diphoton production:: |
7 | * Notes for users of release 1.2.1:: |
8 | @end menu |
9 | |
10 | |
11 | We have studied prompt photon production in @mycite{Hoeche2009xc} and this |
12 | section serves as a practical guide to the features necessary for these |
13 | studies. Its main emphasis lies on how to generate samples which include |
14 | both the direct and fragmentation component and how to apply ME+PS merging. |
15 | |
16 | Traditionally, the direct and fragmentation component are well separated |
17 | in a parton-shower Monte-Carlo, e.g. for single photon production: The |
18 | direct component is produced by using the 2->2 matrix element with |
19 | a photon and a parton in the final state, and the fragmentation component |
20 | can be generated by using the 2->2 matrix element with two partons in the |
21 | final state. On top of the LO matrix elements the parton shower would then |
22 | produce interleaved QCD+QED emissions, where the QED shower emissions from |
23 | the dijet sample will create the fragmentation component. |
24 | |
25 | Note, that the generation of the fragmentation component in this way is very |
26 | inefficient, because the shower will only very rarely produce hard isolated |
27 | photons. To be able to compare to this method at all in @mycite{Hoeche2009xc}, |
28 | we have implemented an enhancement of the QED splitting functions in the |
29 | parton shower which is of course corrected for by giving the events appropriate |
30 | weights, cf. the appendix of that paper. |
31 | |
32 | But the main feature of @mycite{Hoeche2009xc} is the consistent treatment of |
33 | photons in the context of ME+PS merging. This effectively means that one |
34 | can split the fragmentation component into two parts by phase space slicing. |
35 | Hard isolated photons are produced from the exact higher-order tree-level |
36 | matrix element (e.g. pp -> photon + 2, 3, ... partons) while collinear photons |
37 | are produced by the parton-shower, taking into account the correct resummation |
38 | of the quark-photon singularities. |
39 | |
40 | This is not only advisable to become less dependent on uncertain parton-shower |
41 | approximations in the non-collinear region, but will also help to generate |
42 | the fragmentation component more efficiently: If the phase space slicing |
43 | criterion in the ME+PS merging is sufficiently similar (or loose) compared to |
44 | the photon isolation criterion used in the analysis, one can expect that the |
45 | second, painful, part of the fragmentation component, i.e. the one from the |
46 | parton shower, becomes irrelevant for the analysis. |
47 | |
48 | So in the following we describe how to generate single photons and |
49 | diphotons making use of the default photon slicing criterion which looks |
50 | like: |
51 | |
52 | @code{$\min(p_\perp^2(\gamma), p_\perp^2(parton)) (\DeltaR(\gamma, parton)/D)^2 > Q^2_cut$} |
53 | |
54 | where @code{D=0.3} by default and @code{Q_cut} is the merging parameter |
55 | specified in the CKKW line of the processes section. It might be sufficient to |
56 | adapt these two parameters, e.g. in the following run cards set |
57 | @example |
58 | CKKW sqr(10.0/E_CMS)|0.2 |
59 | @end example |
60 | for @code{Q_cut=10.0} and @code{D=0.2}. |
61 | If you notice that your photon isolation criterion is not sufficiently similar |
62 | (the shower sample does contribute to your analysis or your ME sample still |
63 | produces many photons which aren't isolated according to your criterion) one |
64 | could still manually adapt the slicing criterion in Sherpa. Please contact us |
65 | for assistance in that case. |
66 | |
67 | In the following sections we show and discuss run cards for single- and |
68 | diphoton production. They have been separated into a matrix-element part |
69 | (i.e. direct and fragmentation-from-ME component) and a parton-shower part |
70 | (i.e. fragmentation from the shower) as described above. In all analyses which |
71 | we have compared to so far we found the contribution of the second part |
72 | negligible. Please note, that these run cards will generate weighted events |
73 | with ME enhancements in phase space regions which would otherwise not be filled |
74 | very efficiently. |
75 | |
76 | @node Single photon production |
77 | @subsection Single photon production |
78 | |
79 | @subsubsection Photons from ME |
80 | |
81 | @verbatiminclude Examples/Tevatron_Photons/Run.single.me.dat |
82 | |
83 | @itemize @bullet |
84 | @item In the @code{processes} section, matrix elements for |
85 | pp(bar) -> photon + 1, 2, 3 partons are requested. |
86 | Only Feynman diagrams with exactly one electroweak coupling are allowed. |
87 | |
88 | The merging criterion is set to @code{Q_cut=10.0 GeV}. |
89 | |
90 | @code{Enhance_Function}'s (cf. @ref{Enhance_Function}) are introduced |
91 | to produce more hard partons/photons than the steeply falling cross |
92 | section would imply (appropriately weighted). |
93 | @item The @code{selector} section allows to specify phase space cuts on the |
94 | matrix element level, cf. @ref{Selectors}. Here we demand two |
95 | jets/photons with pT > 10.0 GeV, cf. @ref{Jet finders}. |
96 | @item Electro-weak splitting functions in the shower are activated in |
97 | the @code{shower} section. |
98 | @item The @code{me} section enables weighted event generation and switches |
99 | off the emission of additional soft photons from the hard scattering. |
100 | @item The steeply rising enhance functions necessitate a redefinition |
101 | of the integration error target, see @ref{Enhance_Function}. |
102 | The new value is set globally in the @code{integration} section. |
103 | @item To generate only prompt photons, the hadronisation, hadron decays and |
104 | underlying event are turned off. These steps of the simulation can be |
105 | enabled as described in @ref{Hadronization parameters} and |
106 | @ref{MI_HANDLER}. |
107 | @item The @code{beam} section specifies Tevatron Run 2 conditions in this |
108 | example but can simply be changed. |
109 | @end itemize |
110 | |
111 | @subsubsection Photons from Shower |
112 | |
113 | (which will ideally be irrelevant for the analysis) |
114 | |
115 | @verbatiminclude Examples/Tevatron_Photons/Run.single.ps.dat |
116 | |
117 | Here only the differences with respect to above are explained: |
118 | @itemize @bullet |
119 | @item In the @code{processes} section, matrix elements for |
120 | pp(bar) -> dijet + 0, 1, 2 partons are requested. |
121 | Only Feynman diagrams without electroweak couplings are allowed |
122 | (for efficiency reasons). |
123 | @end itemize |
124 | |
125 | |
126 | @node Diphoton production |
127 | @subsection Diphoton production |
128 | |
129 | @subsubsection Photons from ME |
130 | |
131 | @verbatiminclude Examples/Tevatron_Photons/Run.diphoton.me.dat |
132 | |
133 | Here only the differences with respect to the single photon example are |
134 | explained: |
135 | @itemize @bullet |
136 | @item In the @code{processes} section, tree-level matrix elements for |
137 | pp(bar) -> photon photon + 0, 1, 2 partons are requested. |
138 | Only Feynman diagrams with exactly two electroweak couplings are allowed |
139 | (for efficiency reasons). |
140 | |
141 | In addition, the loop-induced matrix element for the process |
142 | gg -> photon photon is enabled. |
143 | @end itemize |
144 | |
145 | @subsubsection Photons from Shower |
146 | |
147 | (which will ideally be irrelevant for the analysis) |
148 | |
149 | The shower can produce di-photon events either from single-photon |
150 | events or from di-jet events by producing one or two photons respectively. |
151 | Here these two contributions are generated in one run, but of course they |
152 | could be separated as well. |
153 | |
154 | @verbatiminclude Examples/Tevatron_Photons/Run.diphoton.ps.dat |
155 | |
156 | Here only the differences with respect to above are explained: |
157 | @itemize @bullet |
158 | @item In the @code{processes} section, matrix elements for |
159 | pp(bar) -> dijet + 0, 1, 2 partons and |
160 | pp(bar) -> photon + 1, 2, 3 partons are requested. |
161 | Only Feynman diagrams with 0 or 1 electroweak couplings respectively |
162 | are allowed (for efficiency reasons). |
163 | @end itemize |
164 | |
165 | @node Notes for users of release 1.2.1 |
166 | @subsection Notes for users of release 1.2.1 |
167 | |
168 | Unfortunately we realised too late that one minor change that allows event |
169 | generation in the way described above did not make it into release 1.2.1. To |
170 | use the NJetFinder in a context of democratic partons/photons you will have |
171 | to download |
172 | @uref{http://projects.hepforge.org/sherpa/dokuwiki/_media/downloads/version-1.2/njetfinder.patch,,this patch} |
173 | and apply it to the 1.2.1 source code as follows: |
174 | @verbatim |
175 | cd SHERPA-MC-1.2.1 |
176 | patch -p0 < njetfinder.patch |
177 | make install |
178 | @end verbatim |
179 | |
180 | If this is not possible for you, e.g. because you use an externally installed |
181 | version of Sherpa, there is a workaround. Replace the NJetFinder lines in the |
182 | selector sections above with the following cuts: |
183 | @verbatim |
184 | (selector){ |
185 | PT 22 10.0 E_CMS |
186 | PT 93 10.0 E_CMS |
187 | }(selector) |
188 | @end verbatim |
189 | |
190 | This will work fine as long as the pT cut applied here is not higher then |
191 | the @code{Q_cut} value in the ME+PS merging (@code{CKKW} line in processes). |