The following is a procedure how to generate events of string resonances at the LHC using CalcHEP (ver.2.5.6).
String resonances contribute the following processes with two-parton finial states.
pp -> GG, pp -> uG, pp -> dG, pp -> UG, pp -> DG, pp -> uU, pp -> dD, pp -> sS, pp -> cC, pp -> bB, pp -> tT,where p, G denote proton and gluon, respectively, and u, d, s, c, b, t denote quarks and the corresponding upper case letters denote anti-quarks. Each process includes some subprocess. For example, there are five subprocesses in pp -> GG
uU -> GG, Uu -> GG, dD -> GG, Dd -> GG, GG -> GG,where the different order of letters in initial state describes two possible origin of partons from colliding protons. The contribution of string resonance states to these subprocess are described as squared amplitudes in Ref.[1] (the original Ref.[2] includes some minor numerical errors). The event files which include string resonance effect only can be generated by replacing standard model squared amplitudes by corresponding string squared amplitude in C codes of ClacHEP for each subprocesses. CalcHEP has a function of output the results of symbolic calculations of squared amplitudes to C codes before lunching numerical calculations for event generations.
For example, one output file for subprocess uU -> GG is as follows.
/*******************************
* CalcHEP version 2.5.6 *
*******************************/
#include
This code define a standard model squared amplitudes. There are 16 of these files
which determine squared amplitude including interferences between different
Feynman diagrams. Editing this file as follows replace standard model squared
amplitude by string squared amplitude.
/*******************************
* CalcHEP version 2.5.6 *
*******************************/
#include
In the other files which do not define squared s-channel amplitude, the standard
model squared amplitude should be simply replaced by zero by inserting
/* to make string resonance effect only */
R=0;
/* to make string resonance effect only */
at the end of the file. An example of work directories of CalcHEP is given here.
By lunching CalcHEP and doing numerical calculations with these modified files gives event files which include string resonance effects only.
References
[1] "A Closer look at string resonances in dijet events at the LHC," N. Kitazawa, JHEP 1010:051,2010.
[2] "LHC Phenomenology for String Hunters." L. A. Anchordoqui, et al., Nucl.Phys.B821:181-196,2009.