~maddevelopers/mg5amcnlo/aMCatNLO

« back to all changes in this revision

Viewing changes to Template/NLO/Cards/shower_card_default.dat

  • Committer: Valentin Hirschi
  • Date: 2012-12-18 09:10:58 UTC
  • mfrom: (550.1.11 aMCatNLO)
  • Revision ID: spooner@pb-d-128-141-163-97.cern.ch-20121218091058-x950ogffu0odfard
1. Merged with latest revision of launchpad and made the MadLoop command 
   test safer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
#                                                                               
 
3
# This file contains the settings for partons showers to be used in aMC@NLO     
 
4
#   mind the format:   variable = name           #         comment              
 
5
#                                                                               
 
6
################################################################################
 
7
#
 
8
# SHOWER SETTINGS:
 
9
#
 
10
nevents    = -1     # number of events to shower. If negative, shower all events
 
11
ue_enabled = F      # underlying event on (T)/ off (F) (is MSTP(81) 0/1 for PY6)
 
12
hadronize  = T      # hadronization on/off (is MSTP(111) 0/1 for PY6) 
 
13
maxprint   = 2      # maximum number of events to be printed in the log
 
14
maxerrs    = 0.1   # maximum tolerated fraction of errors
 
15
b_stable   = F      # b hadrons are stable
 
16
pi_stable  = T      # pi0's are stable
 
17
wp_stable  = F      # w+'s are stable
 
18
wm_stable  = F      # w-'s are stable
 
19
z_stable   = F      # z0's are stable
 
20
h_stable   = F      # Higgs bosons are stable
 
21
tap_stable = F      # tau+'s are stable
 
22
tam_stable = F      # tau-'s are stable
 
23
mup_stable = F      # mu+'s are stable
 
24
mum_stable = F      # mu-'s are stable
 
25
rnd_seed   = 0      # random seed (0 is default)
 
26
rnd_seed2  = 0      # 2nd random seed (only for HW6, 0 is default)
 
27
lambda_5   = -1     # lambda_5 value, -1 for default (only for HW6/PY6)
 
28
is_4lep    = F      # true if it is 4 lepton production (only for PY6)
 
29
is_bbar    = F      # true if it is b-b~ production (only for HW6)
 
30
modbos_1   = 5      # decay mode for the first Boson (only for HW6)
 
31
modbos_2   = 5      # decay mode for the second Boson (only for HW6)
 
32
################################################################################
 
33
#
 
34
# HERWIG++ PATHS
 
35
# The following lines need to be set only for Herwig++. Use the absolute paths
 
36
# to the directories where the packages are installed, containing lib/, include/,
 
37
# and share/ subfolders. "None" and an empty value are equivalent
 
38
#
 
39
################################################################################
 
40
HWPPPATH   = None   # Path to the dir where Herwig++ is installed
 
41
THEPEGPATH = None   # Path to the dir where ThePeg is installed
 
42
HEPMCPATH  = None   # Path to the dir where HepMC is installed
 
43
################################################################################
 
44
#
 
45
# EXTRA LIBRARIES/ANALYSES
 
46
# The following lines need to be changed if the user does not want to create the
 
47
# StdHEP/HEPMC file, but to directly run his/her own analyse.
 
48
# Please note that this works only for HW6 and PY6, and that the analysis should
 
49
# be in the HWAnalyzer/ (or PYAnalyzer/) folder. 
 
50
# Please use files in those folders as examples.
 
51
# "None" and an empty value are equivalent.
 
52
#
 
53
################################################################################
 
54
EXTRALIBS   = stdhep Fmcfio         # Needed extra-libraries (not LHAPDF). 
 
55
                                    #   Default: "stdhep Fmcfio"
 
56
EXTRAPATHS  = ../lib                # Path to the extra-libraries. 
 
57
                                    #   Default: "../lib"
 
58
INCLUDEPATHS=                       # Path to the dirs containing header files neede by C++.
 
59
                                    # Directory names are separated by white spaces
 
60
ANALYSE     =                       # User's analysis and histogramming routines 
 
61
                                    # (please use .o as extension and use spaces to separate files)
 
62