Related papers: Inclusive Cross Sections in ME+PS Merging
We present a combined next-to-leading order QCD analysis to data on both inclusive and semi-inclusive polarized deep inelastic scattering asymmetries. Performing NLO QCD global fits with different sets of observables, we evaluate the impact…
In this talk I gave a brief summary of leading order, next-to-leading order and shower calculations. I discussed the main ideas and approximations of the shower algorithms and the related matching schemes. I tried to focus on QCD issues and…
A Markovian shower algorithm based on "sector antennae" is presented and its main properties illustrated. Tree-level full-color matrix elements can be automatically incorporated in the algorithm and are re-interpreted as process-dependent 2…
The next-to-leading order (NLO) corrections to Drell-Yan slepton pair production are merged with parton shower evolution via the POWHEG method in Herwig++. The NLO corrections at the level of event generation alter the shape of observables…
We study the logarithmic accuracy of angular-ordered parton showers by considering the singular limits of multiple emission matrix elements. This allows us to consider different choices for the evolution variable and propose a new choice…
We report on the implementation of a coherent dipole shower algorithm along with an automated implementation for dipole subtraction and for performing POWHEG- and MC@NLO-type matching to next-to-leading order (NLO) calculations. Both…
The structure of events in high-energy collisions is complex and not predictable from first principles. Event generators allow the problem to be subdivided into more manageable pieces, some of which can be described from first principles,…
We propose a simple scheme to start a parton-shower evolution description from a given jet configuration in $e^+ e^-$ annihilation events. This allows a convenient combination of the full angular information content of matrix elements with…
Parton showers are among the most widely used tools in collider physics. Despite their key importance, none so far has been able to demonstrate accuracy beyond a basic level known as leading logarithmic (LL) order, with ensuing limitations…
A method is suggested to combine tree level QCD matrix for the production of multi jet final states and the parton shower in hadronic interactions. The method follows closely an algorithm developed recently for the case of $e^+e^-$…
We present the first next-to-leading order matched and multi-jet merged predictions based on the Alaric parton shower. The components needed for infrared subtraction in the S-MC@NLO algorithm are computed analytically for the case of color…
In this document, we present a review on an alternative NLO subtraction scheme, based on the splitting kernels of an improved parton shower that promises to facilitate the inclusion of higher order corrections into Monte Carlo event…
Merging two sorted arrays is a prominent building block for sorting and other functions. Its efficient parallelization requires balancing the load among compute cores, minimizing the extra work brought about by parallelization, and…
Merging-based sorting networks are an important family of sorting networks. Most merge sorting networks are based on 2-way or multi-way merging algorithms using 2-sorters as basic building blocks. An alternative is to use n-sorters, instead…
I show that with simple extensions of the shower algorithms in Monte Carlo programs, one can implement NLO corrections to the hardest emission that overcome the problems of negative weighted events found in previous implementations. Simple…
The next-to-leading order accuracy for MC@NLO results exclusive in J light jets is achieved if the computation is based on matrix elements that feature J and J+1 QCD partons. The simultaneous prediction of observables which are exclusive in…
In this paper, we present several improvements in the parallelization of the in-place merge algorithm, which merges two contiguous sorted arrays into one with an O(T) space complexity (where T is the number of threads). The approach divides…
Integrating changes into large monolithic software repositories is a critical step in modern software development that substantially impacts the speed of feature delivery, the stability of the codebase, and the overall productivity of…
We consider $W^+W^-$ production in hadronic collisions and present the computation of next-to-next-to-leading order accurate predictions consistently matched to parton showers (NNLO+PS) using the MiNNLO$_{\rm PS}$ method. Spin correlations,…
Merging $T$ sorted, non-redundant lists containing $M$ elements into a single sorted, non-redundant result of size $N \ge M/T$ is a classic problem typically solved practically in $O(M \log T)$ time with a priority-queue data structure the…