Skip to content
Snippets Groups Projects
Commit ecb6bf89 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

fix fctl test

parent c32d3ade
No related branches found
No related tags found
1 merge request!2648revert Detector2D c'tor to old argument list
...@@ -71,7 +71,7 @@ const auto build_CylBA_Masked = ...@@ -71,7 +71,7 @@ const auto build_CylBA_Masked =
[](const mumufit::Parameters& params) -> std::unique_ptr<ISimulation> { [](const mumufit::Parameters& params) -> std::unique_ptr<ISimulation> {
Beam beam(Beam(1, 1.0 * Units::angstrom, 0.2 * deg)); Beam beam(Beam(1, 1.0 * Units::angstrom, 0.2 * deg));
Detector2D detector(2.4 * deg, 2 * deg, 20, 18, 0, 0); Detector2D detector(20, -1.2 * deg, 1.2 * deg, 18, -1 * deg, 1 * deg);
// TODO restore detector.setRegionOfInterest(5.0, 6.0, 15.0, 12.0); // TODO restore detector.setRegionOfInterest(5.0, 6.0, 15.0, 12.0);
detector.addMask(Rectangle(0.0, 0.0, 2.0, 2.0), true); detector.addMask(Rectangle(0.0, 0.0, 2.0, 2.0), true);
......
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