Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Commits
bb191472
Verified
Commit
bb191472
authored
2 years ago
by
Tadej Novak
Browse files
Options
Downloads
Patches
Plain Diff
CP algs: seed MET systematics tool for reproducibility
parent
d701b44c
Loading
Loading
1 merge request
!60418
CP algs: seed MET systematics tool for reproducibility
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/Algorithms/MetAnalysisAlgorithms/Root/MetMakerAlg.cxx
+3
-0
3 additions, 0 deletions
...sis/Algorithms/MetAnalysisAlgorithms/Root/MetMakerAlg.cxx
with
3 additions
and
0 deletions
PhysicsAnalysis/Algorithms/MetAnalysisAlgorithms/Root/MetMakerAlg.cxx
+
3
−
0
View file @
bb191472
...
...
@@ -155,6 +155,9 @@ namespace CP
return
StatusCode
::
FAILURE
;
}
// Set the seed for reproducibility
m_systematicsTool
->
setRandomSeed
(
static_cast
<
int
>
(
1e6
*
softTerm
->
phi
()));
// This returns a `CorrectionCode`, so in principle this could
// return an `OutOfValidity` result, but I have no idea what
// that would mean or how to handle it, so I'm implicitly
...
...
This diff is collapsed.
Click to expand it.
Vakhtang Tsulaia
@tsulaia
mentioned in commit
6964b8f8
·
2 years ago
mentioned in commit
6964b8f8
mentioned in commit 6964b8f84dcee59ca0581ad5a1148b03da9413c3
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment