Skip to content

Commit

Permalink
shoot particles at theta covering barrel and endcap
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Jan 30, 2025
1 parent 27226a6 commit 983b6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracking/test/runTracksFromGenParticlesAlg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

if not os.path.isfile("ddsim_output_edm4hep.root"):
os.system("ddsim --enableGun --gun.distribution uniform --gun.energy '10*GeV' --gun.particle e- --numberOfEvents 100 --outputFile ddsim_output_edm4hep.root --random.enableEventSeed --random.seed 42 --compactFile $K4GEO/FCCee/ALLEGRO/compact/ALLEGRO_o1_v03/ALLEGRO_o1_v03.xml")
os.system("ddsim --enableGun --gun.distribution uniform --gun.energy '10*GeV' --gun.particle e- --gun.thetaMin 20 --gun.thetaMax 160 --numberOfEvents 100 --outputFile ddsim_output_edm4hep.root --random.enableEventSeed --random.seed 42 --compactFile $K4GEO/FCCee/ALLEGRO/compact/ALLEGRO_o1_v03/ALLEGRO_o1_v03.xml")

# Loading the output of the SIM step
from k4FWCore import IOSvc
Expand Down

0 comments on commit 983b6d4

Please sign in to comment.