Skip to content
Snippets Groups Projects

Truth reconstruction

Merged Tooba Ali requested to merge truth_reconstruction into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,7 @@ from g4units import mm, GeV, MeV, degree
@@ -3,7 +3,7 @@ from g4units import mm, GeV, MeV, degree
SIM = DD4hepSimulation()
SIM = DD4hepSimulation()
SIM.gun.energy = 1*GeV
SIM.gun.energy = 1*GeV
SIM.gun.particle = "e-"
SIM.gun.particle = "pi-"
SIM.gun.position = (0.0, 0.0, 0.0)
SIM.gun.position = (0.0, 0.0, 0.0)
SIM.gun.direction = (0.0, 0.0, 1.0)
SIM.gun.direction = (0.0, 0.0, 1.0)
SIM.gun.distribution = "cos(theta)"
SIM.gun.distribution = "cos(theta)"
Loading