Changes between Initial Version and Version 1 of SherpaInterface


Ignore:
Timestamp:
Feb 16, 2010, 10:24:54 AM (15 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SherpaInterface

    v1 v1  
     1
     2
     3== The Sherpa interface (by C. Duhr and S. Schumann) ==
     4
     5Sherpa is a multi-purpose event generator that can be used to generate events in various physics models both at the parton and hadron level. The program can account for parton showering and hadronisation, and, where appropriate, also underlying events.
     6
     7The Sherpa Monte Carlo is publicly available and can be obtained from [http://www.sherpa-mc.de/ www.sherpa-mc.de/]. The interface to !FeynRules will be available from version Sherpa-1.1.0 on. If you experience any problems with the !FeynRules--Sherpa interface send an email to Claude.Duhr@uclouvain.be and sschuman@staffmail.ed.ac.uk
     8=== Generating a new Sherpa model with !FeynRules ===
     9
     10The !FeynRules interface to Sherpa enables the user to implement his new physics model into Sherpa just by knowing the lagrangian and the !FeynRules model file. The interface is called via
     11{{{WriteSHOutput[L1, L2, L3,...] }}}
     12
     13where L1, L2, L3, ... denote the lagrangians which should be used to calculate Feynman rules from.<br /><br />Running the interface creates in the current working directory a new subdirectory !ModelNameSH, where !ModelName is the name of the the !FeynRules model file. This directory contains all the files needed for the implementation of the new model into Sherpa. These files follow a convention agreed on between the !FeynRules and Sherpa authors to provide maximal possible generality and flexibility by being compliant with the Sherpa standards.
     14
     15In particular the list of files includes:
     16   * The central file called feynrules.dat that contains a list of variables representing the input files for the model parameters, particles and interactions, per default this files is called feynrules.dat. The list of input parameters and default settings reads, there meaning will be explained below<br />
     17      * PARAMIDENT = ident_card.dat
     18      * PARAMCARD = param_card.dat
     19      * PARAMDEFINITION = param_definition.dat
     20      * PARTICLES = particles.dat
     21      * INTERACTIONS = interactions.dat
     22   * In the file identified through PARAMIDENT all the external parameters of the model are listed by name and it is stated on which position they can find in correponding blocks in the PARAMCARD file.
     23   * The PARAMCARD file is a SUSY Les Houches style file that contains block statements from that the numerical values of all the external parameters are inferred
     24   * In the file associated with PARAMDEFINITION the definitions of all relevant internal parameters, as functions of the external parameters and previously defined internal parameters of the model, are listed.
     25   * The file tagged by PARTICLES has to contain a list of all the particles occurring in the considered model. Particles are identified through there PDG Monte Carlo code (where existent) and their mass, width, U(1) charge, weak isospin, SU(3) charge, spin, and possibly self-conjugate character has to be specified.
     26   * INTERACTIONS specifies the file where all the interaction vertices of the model get listed. For example the three-gluon vertex is represented through {{{   VERTEX 21 21 21 # gluon -> gluon gluon
     27     1. G # right-handed coupling
     28     2. G # left-handed coupling
     29     3. F[1,2,3] # SU(3) colour structure
     30     4. Gauge3   # Lorentz structure }}}
     31
     32To run Sherpa with the newly defined !FeynRules model the masterfile feynrules.dat and all the other model input files have to reside in the directory specified by the PATH variable for your Sherpa call, e.g. './Sherpa PATH=MyFeynrulesSetup/' where besides the !FeynRules output files all the other Sherpa input files that fully specify the generator run have to reside. From these files two have to be edited. In Model.dat the switch MODEL has to be set to
     33
     34MODEL = !FeynRules
     35
     36and the variable GENERATOR_ON has to be set equal to 1. In addition the variable FEYNRULESINPUT has to be set to
     37
     38FEYNRULESINPUT = feynrules.dat
     39
     40the master file. The last step is to edit ME.dat and set SIGNAL_MODEL equal to
     41
     42SIGNAL_MODEL = !FeynRules
     43=== Features and limitations ===
     44   * The core of Sherpa builds its matrix element generator Amegic++ that automatically constructs tree-level amplitudes for arbitrary processes in a given physics model, specified through its parameters, particles and interactions. Guided by the contributing Feynman diagrams automatically suitable phase integrators are constructed.
     45   * Sherpa/Amegic++ can treat 3 and 4 point interactions of spin-0, spin-1/2, spin-1 and spin-2 particles. However, there maybe some Lorentz structures missing that are not present in the MSSM or the ADD model of large extra dimensions. Whenever such a vertex appears in the new !FeynRules model the program will throw an exception.
     46   * Similarly the colour algebra of Sherpa is at present limited to %u03B4(i,j), %u03B4(A,B), T(A,i,j), f(A,B,C) and d(A,B,C), where i and j label colour triplets and A,B,C colour octets. Whenever there appear other colour coefficients the program will throw an exception.
     47   * It should be noted that there may be limitations concerning the simulation of parton showers of new coloured states or the fragmentation routines when new SU(3) coloured states are considered.
     48
     49=== Citation ===
     50
     51When you use Sherpa please cite T. Gleisberg et al., JHEP 0402 (2004) 056 [http://uk.arxiv.org/abs/hep-ph/0311263 hep-ph/0311263].