Skip to content

Commit

Permalink
revert changes to other scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Adye authored and Tim Adye committed Nov 7, 2024
1 parent 9484118 commit c9ed755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Examples/Scripts/Python/full_chain_itk.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
s,
MomentumConfig(1.0 * u.GeV, 10.0 * u.GeV, transverse=True),
EtaConfig(-4.0, 4.0, uniform=True),
ParticleConfig(4, acts.PdgParticle.eMuon, randomizeCharge=True),
multiplicity=200,
ParticleConfig(2, acts.PdgParticle.eMuon, randomizeCharge=True),
rnd=rnd,
)
else:
Expand Down
2 changes: 1 addition & 1 deletion Examples/Scripts/Python/full_chain_odd.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
s = acts.examples.Sequencer(
events=args.events,
skip=args.skip,
numThreads=1, # if args.geant4 else -1,
numThreads=1 if args.geant4 else -1,
outputDir=str(outputDir),
)

Expand Down

0 comments on commit c9ed755

Please sign in to comment.