Warning, /tutorials/eventgenerator_display/sartre.cfg is written in an unsupported language. File is not indexed.
0001 //==============================================================================
0002 // sartreRuncard.txt
0003 //
0004 // Copyright (C) 2010-2013 Tobias Toll and Thomas Ullrich
0005 //
0006 // This file is part of Sartre version: 1.1
0007 //
0008 // This program is free software: you can redistribute it and/or modify
0009 // it under the terms of the GNU General Public License as published by
0010 // the Free Software Foundation.
0011 // This program is distributed in the hope that it will be useful,
0012 // but without any warranty; without even the implied warranty of
0013 // merchantability or fitness for a particular purpose. See the
0014 // GNU General Public License for more details.
0015 // You should have received a copy of the GNU General Public License
0016 // along with this program. If not, see <http://www.gnu.org/licenses/>.
0017 //
0018 // Author: Thomas Ullrich
0019 // Last update:
0020 // $Date: 2015-05-29 13:37:30 -0400 (Fri, 29 May 2015) $
0021 // $Author: tobilibob@gmail.com $
0022 //==============================================================================
0023 //
0024 // Example Runcard for Sartre Event Generator.
0025 //
0026 // Comments start with a # or //
0027 //
0028 // Name and value are separated by a "=": name = value
0029 // (alternatively ":" can be used as well)
0030 //==============================================================================
0031 #
0032 # Define beams
0033 #
0034 eBeamEnergy = 100
0035 hBeamEnergy = 100
0036 A = 197
0037
0038 #
0039 # UPC settings, to run in UPC mode set UPC=true and UPCA into the photon emitting species:
0040 #
0041 UPC=true
0042 UPCA=1
0043
0044 #
0045 # Number of events and printout frequency
0046 #
0047 numberOfEvents = 100000
0048 timesToShow = 20
0049
0050 #
0051 # Set verbosity
0052 #
0053 verbose = false
0054 verboseLevel = 0
0055
0056 #
0057 # Rootfile
0058 #
0059 rootfile = example.root
0060
0061 #
0062 # Model parameters
0063 #
0064 # vectorMesonID: 22, 113, 333, 443
0065 # dipoleModel: bSat or bNonSat
0066 #
0067 vectorMesonId = 443
0068 #dipoleModel = bSat
0069 dipoleModel = bNonSat
0070
0071 #
0072 # User variable used for vector meson decays
0073 # PDG: pi+ = 211, K+ = 321, e- = 11, mu- = 13
0074 #
0075 userInt = 11
0076
0077 #
0078 # Kinematic range min > max means no limits (given by table range)
0079 #
0080 Q2min = 1000000
0081 Q2max = 0
0082 Wmin = 1000000
0083 Wmax = 0
0084
0085 #
0086 # Corrections
0087 #
0088 correctForRealAmplitude = true
0089 correctSkewedness = true
0090 # maxLambdaUsedInCorrections = 0.65
0091
0092 #
0093 # Misc
0094 #
0095 enableNuclearBreakup = false
0096 maxNuclearExcitationEnergy = 0.5
0097
0098 #
0099 # Random generator seed (if not given current time is used)
0100 #
0101 #seed = 2011987
0102
0103 #
0104 # User parameters
0105 #
0106 # userDouble = 0.
0107 # userString = "Hello World!"
0108 # userInt = 0
0109
0110 #
0111 # Expert flags
0112 #
0113 # applyPhotonFlux = true