Skip to content

Commit

Permalink
unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
cvarni authored and cvarni committed Oct 5, 2024
1 parent 143518a commit 3708349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Scripts/Python/full_chain_itk.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
field = acts.examples.MagneticFieldMapXyz(str(geo_dir / "bfield/ATLAS-BField-xyz.root"))
rnd = acts.examples.RandomNumbers(seed=42)

s = acts.examples.Sequencer(events=100, numThreads=1, outputDir=str(outputDir))
s = acts.examples.Sequencer(events=100, numThreads=-1, outputDir=str(outputDir))

if not ttbar_pu200:
addParticleGun(
Expand Down

0 comments on commit 3708349

Please sign in to comment.