Skip to content
Snippets Groups Projects
Verified Commit bb191472 authored by Tadej Novak's avatar Tadej Novak
Browse files

CP algs: seed MET systematics tool for reproducibility

parent d701b44c
1 merge request!60418CP algs: seed MET systematics tool for reproducibility
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment