Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gx2f): support n-dimensional measurements #3264

Merged
merged 20 commits into from
Jun 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change physmon
  • Loading branch information
AJPfleger committed Jun 11, 2024
commit 7f4f06fb192157cf537ab8232f89c8216660f7f5
2 changes: 1 addition & 1 deletion Examples/Scripts/Python/truth_tracking_gx2f.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def runTruthTrackingGx2f(
s,
ParticleConfig(num=1, pdg=acts.PdgParticle.eMuon, randomizeCharge=True),
EtaConfig(-2.5, 2.5, uniform=True),
MomentumConfig(100.0 * u.GeV, 100.0 * u.GeV, transverse=True),
MomentumConfig(1.0 * u.GeV, 100.0 * u.GeV, transverse=True),
PhiConfig(0.0, 360.0 * u.degree),
vtxGen=acts.examples.GaussianVertexGenerator(
mean=acts.Vector4(0, 0, 0, 0),
Expand Down
Loading