-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatch.ini
More file actions
43 lines (40 loc) · 2.11 KB
/
batch.ini
File metadata and controls
43 lines (40 loc) · 2.11 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
32
33
34
35
36
37
38
39
40
41
42
43
#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
smodelsPath = ../../smodels
utilsPath = ../../smodels-utils
#tarfiles = TSlepSlep_left.tar ; (OPTIONAL) The name(s) of the tarfile(s). Must match the list in txnames.
#Select database analyses
[database]
# analyses = CMS-EXO-13-006 ;Set all to use all analyses included in the database
#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-0
# analyses = ATLAS-SUSY-2015-06
analyses = ATLAS-SUSY-2018-32
txnames = all #THSCPM6 ;Set all to use all constraints included in the database
#txnames = T2
dataselector = efficiencyMap
#dataselector= all ; Allows to select specific data sets (signal regions) or dataType, e.g. upperLimit, efficiencyMap, data-cut0. combined means use results obtained from combining all signal regions.
[options]
prettyPlots = both ; If True it will produce pretty plots
generateData = True ; Set to True to run SModelS on the slha files. If False, use the already existing *.py files in the validation folder. If None or 'ondemand', produce data only if none are found.
# limitPoints = 10 ; Limit the number of probed model points, randomly chosen. If negative or left out, take all slha files.
extraInfo = True ; put extra info on plot, like the time stamp, average time spent on model point, agreement factor, hostname
# model = nmssm ; the model to use (mssm,nmssm,default,idm)
ncpus = 4 ; the number of processes to start. Negative number means number of core plus that nunmber.
axis = 2*[[x, x-100., y]] ; specify the axis, if not specified consult sms.root for the axes
#Specify k-factors
[kfactors]
#TChiWZ = 1.25 ;Allows to specify specific k-factors for each Txname
#TChiWH = 1.25
#TChiWW = 1.25
#TSlepSlep = 1.2
#TChiWZoff = 1.25
#TChiChipmSlepL = 1.25
#TChiChipmStauStau = 1.25
#TChiChipmSlepStau = 1.25
#TChiChipmStauL = 1.25
#TChipChimStauSnu = 1.25
#TChipChimSlepSnu = 1.25
#TChiChiSlepSlep = 1.25