Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
dont use scoring planes in hcal test
Browse files Browse the repository at this point in the history
the current reason for doing this is that the scoring planes are broken
and they have nothing to do with the test
  • Loading branch information
tomeichlersmith committed Oct 14, 2022
1 parent 16f462e commit 91ad8fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/hcal_geometry_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
from LDMX.SimCore import generators

sim = simulator.simulator("single_neutron")
sim.setDetector( 'ldmx-det-v14' , True )
sim.setDetector( 'ldmx-det-v14' , False )
sim.description = "HCal muon"
sim.beamSpotSmear = [20., 80., 0.] #mm

# shoot muon with a general Particle source
nPart=1
Expand Down

0 comments on commit 91ad8fa

Please sign in to comment.