forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cms-sw#126 from nucleosynthesis/nckw_add_groups_of…
…_nuisances Add groups of nuisances
- Loading branch information
Showing
7 changed files
with
168 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# -S 0 | ||
# --fastScan (MultiDimFit) | ||
# --profilingMode (ChannelCompatibilityCheck) | ||
|
||
|
||
imax 1 # number of channels | ||
jmax 1 # number of processes-1 | ||
kmax * # number of nuisance parameters | ||
-------------------------- | ||
bin hww | ||
observation 18 | ||
-------------------------- | ||
bin hww hww | ||
process ggH bkgww | ||
process 0 1 | ||
rate 11 7 | ||
|
||
lumi lnN 1.05 - | ||
theo_ggH lnN 1.10 - | ||
theo_bkgww lnN - 1.10 | ||
exp_systww lnN 1.05 1.05 | ||
MCstatww lnN 1.01 - | ||
|
||
theo group = theo_bkgww theo_ggH | ||
theoB group = theo_bkgww | ||
theoS group = theo_ggH | ||
lumi group = lumi | ||
stat group = MCstatww | ||
|
||
#does not exist: error in modeltools | ||
#dummy group = foobar | ||
|
||
#empty error | ||
#testempty group | ||
|
||
#missing [+]= | ||
#testsyntax group bla bla bla | ||
#testsyntax group -= bla bla bla | ||
|
||
#add before define | ||
#add group += lumi | ||
|
||
equals group = lumi | ||
equals group += lumi MCstatww | ||
#redefinition error | ||
#equals group = theo_ggH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
imax 1 # number of channels | ||
jmax 1 # number of processes-1 | ||
kmax * # number of nuisance parameters | ||
-------------------------- | ||
bin hgg | ||
observation 25 | ||
-------------------------- | ||
bin hgg hgg | ||
process ggH bkggg | ||
process 0 1 | ||
rate 10 8 | ||
|
||
lumi lnN 1.05 - | ||
theo_ggH lnN 1.10 - | ||
theo_bkggg lnN - 1.10 | ||
exp_systgg lnN 1.05 1.05 | ||
MCstatgg lnN 1.01 - | ||
|
||
theo group = theo_bkggg theo_ggH | ||
theoB group = theo_bkggg | ||
theoS group = theo_ggH | ||
lumi group = lumi | ||
stat group = MCstatgg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters