Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
athena
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Jira
Jira
Labels
Merge Requests
172
Merge Requests
172
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
atlas
athena
Commits
12e4c898
Commit
12e4c898
authored
Nov 25, 2019
by
jmaurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multiple calls to applySystematicVariation() are now allowed as well for the LhoodMM_tools class
parent
5f29bf92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
PhysicsAnalysis/AnalysisCommon/FakeBkgTools/Root/LhoodMM_tools.cxx
...alysis/AnalysisCommon/FakeBkgTools/Root/LhoodMM_tools.cxx
+3
-1
No files found.
PhysicsAnalysis/AnalysisCommon/FakeBkgTools/Root/LhoodMM_tools.cxx
View file @
12e4c898
...
...
@@ -40,7 +40,9 @@ LhoodMM_tools* LhoodMM_tools::m_current_lhoodMM_tool;
LhoodMM_tools
::
LhoodMM_tools
(
const
std
::
string
&
name
)
:
BaseFakeBkgTool
(
name
)
{
m_unlimitedSystematicVariations
=
true
;
//setup fixHistogramNormalization property
declareProperty
(
"FixHistogramNormalization"
,
m_fixNormalization
,
"Boolean to determine whether or not histograms are scaled such that their normalization is equal to the fake yield computed for the entire sample (true = yes, do the scaleing)"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment