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

Commit

Permalink
digi test pipeline uses constants with 0.5mm thick Si
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Nov 8, 2022
1 parent 9813e96 commit 12309a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ecal_digi_pipeline_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
geom = EcalGeometry.EcalGeometryProvider.getInstance()

# ECal digi
ecalDigis = digi.EcalDigiProducer()
ecalDigis = digi.EcalDigiProducer(si_thickness = 0.5)

# Turn of noise hits
ecalDigis.hgcroc.noise = False
Expand Down

0 comments on commit 12309a3

Please sign in to comment.