Skip to content

Commit

Permalink
Update full_chain_itk_FTF.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Hasan authored Nov 29, 2023
1 parent 701f043 commit f8c5bd9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Examples/Scripts/Python/full_chain_itk_FTF.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
field = acts.examples.MagneticFieldMapXyz(str(geo_dir / "bfield/ATLAS-BField-xyz.root"))
rnd = acts.examples.RandomNumbers(seed=42)

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

if not ttbar_pu200:
addParticleGun(
Expand All @@ -52,7 +52,7 @@
mean=acts.Vector4(0, 0, 0, 0),
),
rnd=rnd,
# outputDirRoot=outputDir,
outputDirRoot=outputDir,
)

addFatras(
Expand All @@ -69,7 +69,7 @@
)
if ttbar_pu200
else ParticleSelectorConfig(),
# outputDirRoot=outputDir,
outputDirRoot=outputDir,
)

addDigitization(
Expand All @@ -78,9 +78,7 @@
field,
digiConfigFile=geo_dir
/ "itk-hgtd/itk-smearing-config.json", # change this file to make it do digitization
# digiConfigFile=geo_dir
# / "itk-hgtd/itk-pixel-digitization.json",
# outputDirRoot=outputDir,
outputDirRoot=outputDir,
rnd=rnd,
)

Expand Down Expand Up @@ -110,7 +108,7 @@
absEta=(None, 4.0),
nMeasurementsMin=6,
),
# outputDirRoot=outputDir,
outputDirRoot=outputDir,
)


Expand Down

0 comments on commit f8c5bd9

Please sign in to comment.