diff --git a/Examples/Framework/include/ActsExamples/Validation/EffPlotTool.hpp b/Examples/Framework/include/ActsExamples/Validation/EffPlotTool.hpp index 255c1a0e5cf..a0c59026f59 100644 --- a/Examples/Framework/include/ActsExamples/Validation/EffPlotTool.hpp +++ b/Examples/Framework/include/ActsExamples/Validation/EffPlotTool.hpp @@ -36,7 +36,7 @@ class EffPlotTool { {"Pt", PlotHelpers::Binning("pT [GeV/c]", 40, 0, 100)}, {"Z0", PlotHelpers::Binning("z_0 [mm]", 50, -200, 200)}, {"DeltaR", PlotHelpers::Binning("#Delta R", 100, 0, 0.3)}, - {"prodR", PlotHelpers::Binning("prod_R [mm]", 100, 0, 900)}}; + {"prodR", PlotHelpers::Binning("prod_R [mm]", 100, 0, 200)}}; }; /// @brief Nested Cache struct diff --git a/Examples/Scripts/Python/full_chain_odd_LRT.py b/Examples/Scripts/Python/full_chain_odd_LRT.py index 9c1f57074f6..0d26d78cf56 100644 --- a/Examples/Scripts/Python/full_chain_odd_LRT.py +++ b/Examples/Scripts/Python/full_chain_odd_LRT.py @@ -233,8 +233,8 @@ args.gun_particles, acts.PdgParticle.eMuon, randomizeCharge=True ), vtxGen=acts.examples.GaussianDisplacedVertexPositionGenerator( - rMean=2, - rStdDev=0.0125 * u.mm, + rMean=50, + rStdDev=50 * u.mm, zMean=2, zStdDev=55.5 * u.mm, tMean=0,