Skip to content

Commit

Permalink
make combineSRs=True default
Browse files Browse the repository at this point in the history
  • Loading branch information
sabinekraml committed Jul 31, 2024
1 parent ad1385f commit d42eb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameters.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ doInvisible = True ;Set True if invisible compression should be performed, False
doCompress = True ;Set True if mass compression should be performed, False elsewise
testCoverage = True ;Set True if topologies not covered by experiments (missing topologies) should be identified, False otherwise
computeStatistics = True ;Set True to compute the likelihoods L_BSM, L_SM and L_max for EM-type results.
combineSRs = False ;Set True to combine signal regions when covariance matrix or pyhf JSON likelihood is available. Caution, increases runtime! False uses only best SR (faster).
combineSRs = True ;Set True to combine signal regions when covariance matrix or pyhf JSON likelihood is available. Caution, increases runtime! False uses only best SR (faster).
#combineAnas = ATLAS-SUSY-2019-08,ATLAS-SUSY-2019-09 ; list of statistically independent analyses to combine. Works for EM-type results only. Use with care! (Also, for the time being, it is advisable to use only if combineSRs=False)

reportAllSRs = False ;Set True to report all signal regions, instead of best signal region only.
Expand Down

0 comments on commit d42eb84

Please sign in to comment.