forked from swertz/ttbar_effth_delphes
-
Notifications
You must be signed in to change notification settings - Fork 1
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 swertz#20 from BrieucF/mis_template_fit
Mis template fit
- Loading branch information
Showing
4 changed files
with
78 additions
and
3 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
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,7 @@ | ||
mode = template | ||
pseudoNumber = 1000 | ||
anaCfg = examples/mis_template_fit_boxYields_allFloat.yml | ||
outFile = results/tests/globalFitAllFloat.root | ||
|
||
params_0 = TT:1; DY:1; ZZ:1; WW:1; WZ:1; ZH:0 | ||
params_1 = TT:1; DY:1; ZZ:1; WW:1; WZ:1; ZH:1 |
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,69 @@ | ||
# Datasets: | ||
|
||
datasets: | ||
TT: | ||
# 0 --> not fitted, 1 --> fitted | ||
signal: 1 | ||
range: [0.5,1.5] | ||
histname: TT_yields | ||
DY: | ||
signal: 1 | ||
range: [0.5,1.5] | ||
histname: DY_yields | ||
ZZ: | ||
signal: 1 | ||
range: [-20,20] | ||
histname: ZZ_yields | ||
ZH: | ||
signal: 1 | ||
range: [-50,50] | ||
histname: ZH_yields | ||
WW: | ||
signal: 0 | ||
range: [-10,10] | ||
histname: WW_yields | ||
WZ: | ||
signal: 0 | ||
range: [-10,10] | ||
histname: WZ_yields | ||
|
||
# OtG: | ||
# # Fitted | ||
# signal: 1 | ||
# # range: define fit range as (range[0]*nevents, range[1]*nevents) | ||
# # the fit might crash if the total PDF gets negative for some fit parameters | ||
# # : > has to be tuned | ||
# range: [-0.2,0.2] | ||
# histname: OtG_yields | ||
# | ||
# OG: | ||
# signal: 1 | ||
# range: [-1.,1.] | ||
# histname: OG_yields | ||
# | ||
# OC81qq: | ||
# signal: 1 | ||
# range: [-20,20] | ||
# histname: OC81qq_yields | ||
# | ||
# OC8ut: | ||
# signal: 1 | ||
# range: [-50,50] | ||
# histname: OC8ut_yields | ||
# | ||
# Analysis, i.e. fit configuration | ||
|
||
analysis: | ||
|
||
# variable used for fitting | ||
inputvar: Box_yields | ||
|
||
numcpu: 1 | ||
# options: | ||
# - get: get histogram (histname) from file (histfile) | ||
# - verbose: print all the fit information (default off) | ||
options: get | ||
|
||
# If "get" mode: specify file containing all the histograms. | ||
# If every process has a different file, put a "histfile" for each process INSTEAD of here | ||
histfile: results/tests/MIS_hists.root |
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