Skip to content

Commit

Permalink
Rebinning of Trackeff_vs_prodR
Browse files Browse the repository at this point in the history
  • Loading branch information
delitez committed Dec 12, 2024
1 parent e9bc538 commit 0487060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Examples/Scripts/Python/full_chain_odd_LRT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0487060

Please sign in to comment.