Skip to content

HWWoffshell edits minbincontent

Bryan Kortman requested to merge HWWOffshell_edits_minBinContent into master

Details

Added 2 new functions to TQHistogramUtils. TQHistogramUtils::ensureAbsMinimumBinContent(histo, minBinContent); TQHistogramUtils::ensureAbsMinimumContent(double &content,double min);

To be used in TSSampleDataReader and TSModelBuilder. This Tag allows us to veto a certain sample from the MinimumBinContent and instead imposes and Absolute Minimum Bin content, allowing negative values but still guarding from a zero bin content.

Example in buildModel.txt +ggWW_off_I_0jet { <Type = S, Path = "sig/(channelSys)/(campaign)/totalWidth/diboson/WW/ggWW/lvlv/[SBI-S-B]", scaleScheme = ".none",ActivateStatError=true,ensureAbsMinimumContent=true> +NormFactor.ATLAS_norm_ggWW_off_I { <Val = 1., Low = 0.0, High = 20., Const = False> } }

Merge request reports