Skip to content

Commit 0b33143

Browse files
author
Aliya Nigamova
committed
change POI ranges
1 parent 5b60132 commit 0b33143

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

.github/workflows/cvmfs-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
with:
188188
script: |
189189
text2workspace.py data/tutorials/multiDim/toy-hgg-125.txt -m 125 -P HiggsAnalysis.CombinedLimit.PhysicsModel:floatingXSHiggs --PO modes=ggH,qqH
190-
combine -M MultiDimFit data/tutorials/multiDim/toy-hgg-125.root --setParameterRanges r=-1,1
190+
combine -M MultiDimFit data/tutorials/multiDim/toy-hgg-125.root --setParameterRanges r=-5,5
191191
192192
- uses: ./.github/actions/run-in-cvmfs
193193
name: Countind datacard Fixed Point from csv
@@ -210,21 +210,21 @@ jobs:
210210
with:
211211
script: |
212212
text2workspace.py data/ci/template-analysis_shapeInterp.txt -o ws_template-analysis.root --mass 200
213-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-1,1
213+
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5
214214
215215
- uses: ./.github/actions/run-in-cvmfs
216216
name: Template analysis CMSHistFunc shapeN
217217
with:
218218
script: |
219219
text2workspace.py data/ci/template-analysis_shapeNInterp.txt -o ws_template-analysis.root --mass 200
220-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-1,1
220+
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5
221221
222222
- uses: ./.github/actions/run-in-cvmfs
223223
name: CMSHistFunc with channel masks
224224
with:
225225
script: |
226226
text2workspace.py data/ci/htt_multiple_regions.txt -o ws_template-analysis_masks.root --mass 125 --channel-masks
227-
combine -M MultiDimFit ws_template-analysis_masks.root --algo singles --setParameterRanges r=-1,1 --setParameters mask_htt_tt_2_8TeV=1
227+
combine -M MultiDimFit ws_template-analysis_masks.root --algo singles --setParameterRanges r=-5,5 --setParameters mask_htt_tt_2_8TeV=1
228228
229229
230230
- uses: ./.github/actions/run-in-cvmfs
@@ -233,15 +233,15 @@ jobs:
233233
with:
234234
script: |
235235
text2workspace.py data/ci/template-analysis_shapeInterp.txt -o ws_template-analysis.root --mass 200 --for-fits --no-wrappers --use-histsum
236-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-1,1 --X-rtd FAST_VERTICAL_MORPH
236+
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5 --X-rtd FAST_VERTICAL_MORPH
237237
238238
- uses: ./.github/actions/run-in-cvmfs
239239
name: Template analysis CMSHistSum with shapeN
240240
if: ${{ env.CMSSW_VERSION != '' }}
241241
with:
242242
script: |
243243
text2workspace.py data/ci/template-analysis_shapeNInterp.txt -o ws_template-analysis.root --mass 200 --for-fits --no-wrappers --use-histsum
244-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-1,1 --X-rtd FAST_VERTICAL_MORPH
244+
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5 --X-rtd FAST_VERTICAL_MORPH
245245
246246
- uses: ./.github/actions/run-in-cvmfs
247247
name: RooMultiPdf
@@ -271,14 +271,14 @@ jobs:
271271
with:
272272
script: |
273273
text2workspace.py data/ci/templ_datacard_largeYields.txt -o ws_template-analysis.root
274-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-1,1
274+
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5
275275
276276
- uses: ./.github/actions/run-in-cvmfs
277277
name: Template analysis with large integrals using CMSHistSum
278278
with:
279279
script: |
280280
text2workspace.py data/ci/templ_datacard_largeYields.txt -o ws_template-analysis.root --for-fits --no-wrappers --use-histsum
281-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-1,1 --X-rtd FAST_VERTICAL_MORPH
281+
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5 --X-rtd FAST_VERTICAL_MORPH
282282
283283
- uses: ./.github/actions/run-in-cvmfs
284284
name: InterferenceModel test in CMSSW

test/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ ADD_COMBINE_TEST(counting_datacard
151151
T2W_COMMAND
152152
text2workspace.py toy-hgg-125.txt -o counting_datacard.root -m 125 -P HiggsAnalysis.CombinedLimit.PhysicsModel:floatingXSHiggs --PO modes=ggH,qqH
153153
COMBINE_COMMANDS
154-
"combine -M MultiDimFit counting_datacard.root --setParameterRanges r=-1,1"
154+
"combine -M MultiDimFit counting_datacard.root --setParameterRanges r=-5,5"
155155
)
156156

157157
# Counting datacard Fixed Point from csv - combineTool.py
@@ -185,7 +185,7 @@ ADD_COMBINE_TEST(cmshistfunc
185185
T2W_COMMAND
186186
text2workspace.py template-analysis_shapeInterp.txt -o ws_template-analysis.root --mass 200
187187
COMBINE_COMMANDS
188-
"combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-1,1"
188+
"combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5"
189189
)
190190

191191
# Template analysis CMSHistFunc with channel masks
@@ -195,7 +195,7 @@ ADD_COMBINE_TEST(cmshistfunc_channel_masks
195195
T2W_COMMAND
196196
text2workspace.py htt_multiple_regions.txt -o ws_template-analysis-channel_masks.root --mass 125 --channel-masks
197197
COMBINE_COMMANDS
198-
"combine -M MultiDimFit ws_template-analysis-channel_masks.root --algo singles --setParameterRanges r=-1,1 --setParameters mask_htt_tt_2_8TeV=1"
198+
"combine -M MultiDimFit ws_template-analysis-channel_masks.root --algo singles --setParameterRanges r=-5,5 --setParameters mask_htt_tt_2_8TeV=1"
199199
)
200200

201201
# Template analysis CMSHistFunc shapeN
@@ -205,7 +205,7 @@ ADD_COMBINE_TEST(cmshistfunc_shapeN
205205
T2W_COMMAND
206206
text2workspace.py template-analysis_shapeNInterp.txt -o ws_template-analysis-shapeN.root --mass 200
207207
COMBINE_COMMANDS
208-
"combine -M MultiDimFit ws_template-analysis-shapeN.root --algo singles --setParameterRanges r=-1,1"
208+
"combine -M MultiDimFit ws_template-analysis-shapeN.root --algo singles --setParameterRanges r=-5,5"
209209
)
210210

211211
# Template analysis CMSHistSum
@@ -215,7 +215,7 @@ ADD_COMBINE_TEST(cmshistsum
215215
T2W_COMMAND
216216
text2workspace.py template-analysis_shapeInterp.txt --mass 200 --for-fits --no-wrappers --use-histsum
217217
COMBINE_COMMANDS
218-
"combine -M MultiDimFit template-analysis_shapeInterp.root --algo singles --setParameterRanges r=-1,1 --X-rtd FAST_VERTICAL_MORPH"
218+
"combine -M MultiDimFit template-analysis_shapeInterp.root --algo singles --setParameterRanges r=-5,5 --X-rtd FAST_VERTICAL_MORPH"
219219
)
220220

221221
# Template analysis CMSHistSum with shapeN
@@ -225,7 +225,7 @@ ADD_COMBINE_TEST(cmshistsum_shapeN
225225
T2W_COMMAND
226226
text2workspace.py template-analysis_shapeNInterp.txt --mass 200 --for-fits --no-wrappers --use-histsum
227227
COMBINE_COMMANDS
228-
"combine -M MultiDimFit template-analysis_shapeNInterp.root --algo singles --setParameterRanges r=-1,1 --X-rtd FAST_VERTICAL_MORPH"
228+
"combine -M MultiDimFit template-analysis_shapeNInterp.root --algo singles --setParameterRanges r=-5,5 --X-rtd FAST_VERTICAL_MORPH"
229229
)
230230

231231
# Template-analysis datacard -> text2workspace

test/references/cmshistfunc.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<<< v10.3.3 >>>
33
>>> Random number generator seed is 123456
44
>>> Method used is MultiDimFit
5-
Set Range of Parameter r To : (-1,1)
5+
Set Range of Parameter r To : (-5,5)
66
Doing initial fit:
77

88
--- MultiDimFit ---
99
best fit parameter values and profile-likelihood uncertainties:
10-
r : +0.619 -0.601/+0.381 (68%)
10+
r : +0.619 -0.601/+0.608 (68%)

test/references/cmshistfunc_channel_masks.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<<< v10.3.3 >>>
33
>>> Random number generator seed is 123456
44
>>> Method used is MultiDimFit
5-
Set Range of Parameter r To : (-1,1)
5+
Set Range of Parameter r To : (-5,5)
66
Set Default Value of Parameter mask_htt_tt_2_8TeV To : 1
77
>>> 1 out of 3 channels masked
88

99
Doing initial fit:
1010

1111
--- MultiDimFit ---
1212
best fit parameter values and profile-likelihood uncertainties:
13-
r : +0.944 -0.790/+0.056 (68%)
13+
r : +0.943 -0.790/+0.917 (68%)

test/references/cmshistfunc_shapeN.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<<< v10.3.3 >>>
33
>>> Random number generator seed is 123456
44
>>> Method used is MultiDimFit
5-
Set Range of Parameter r To : (-1,1)
5+
Set Range of Parameter r To : (-5,5)
66
Doing initial fit:
77

88
--- MultiDimFit ---
99
best fit parameter values and profile-likelihood uncertainties:
10-
r : +0.600 -0.603/+0.400 (68%)
10+
r : +0.603 -0.606/+0.607 (68%)

test/references/cmshistsum.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<<< v10.3.3 >>>
33
>>> Random number generator seed is 123456
44
>>> Method used is MultiDimFit
5-
Set Range of Parameter r To : (-1,1)
5+
Set Range of Parameter r To : (-5,5)
66
Doing initial fit:
77

88
--- MultiDimFit ---
99
best fit parameter values and profile-likelihood uncertainties:
10-
r : +0.619 -0.601/+0.381 (68%)
10+
r : +0.619 -0.601/+0.608 (68%)

test/references/cmshistsum_shapeN.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<<< v10.3.3 >>>
33
>>> Random number generator seed is 123456
44
>>> Method used is MultiDimFit
5-
Set Range of Parameter r To : (-1,1)
5+
Set Range of Parameter r To : (-5,5)
66
Doing initial fit:
77

88
--- MultiDimFit ---
99
best fit parameter values and profile-likelihood uncertainties:
10-
r : +0.600 -0.603/+0.400 (68%)
10+
r : +0.603 -0.606/+0.607 (68%)

0 commit comments

Comments
 (0)