-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreatedisp.ini
More file actions
31 lines (28 loc) · 1.15 KB
/
createdisp.ini
File metadata and controls
31 lines (28 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#Database address
[path]
databasePath = ../../smodels-database ; Give path to the database "text" directory or to the binary database file
slhaPath = ../slha ; Give path to the folder containing the txname.tar files
templatePath = ../slha/templates
smodelsPath = ../../smodels
utilsPath = ../../smodels-utils
#Select database analyses
[database]
analyses = CMS-SUS-16-036
#to use only specific analyses, give a list of the names, e.g.
#analyses = CMS-PAS-SUS-13-008,CMS-SUS-13-013,ATLAS-CONF-2013-024,ATLAS-SUSY-2013-04
#analyses = CMS-SUS-13-004
txnames = T2onesquark ;set all to use all constraints included in the database
#to use only specific constraints, give a list of the names, e.g.
#txnames = T2
#dataselector = upperLimit
dataselector = upperLimit ; ONLY WORKS FOR UL RESULTS!!!
#Options for cross-section calculation
[xsec]
sqrts = 8,13 ; cross-sections to be computed
nevents = 10000 ; number of LO events
ncpus = -1 ; number of cores to be used
pythiaVersion = 6 ; pythia version to use (either 6 or 8)
#Extra options for file generation
[extra]
npts = 1500 ; number of trial points for each plot
addToFile = True ; if True add points to existing .tar file