Skip to content

Commit

Permalink
Proper noise units
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Mar 16, 2023
1 parent f879176 commit 2c96a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions FCCSW_ecal/runFullSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
activeFieldName = "layer",
addPileup = False,
filterNoiseThreshold = 2,
scaleFactor = 1/1000.,
numRadialLayers = 12)

from Configurables import TubeLayerPhiEtaCaloTool
Expand Down
1 change: 1 addition & 0 deletions FCCSW_ecal/runSlidingWindowAndCaloSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
activeFieldName = "layer",
addPileup = False,
filterNoiseThreshold = 2,
scaleFactor = 1/1000.,
numRadialLayers = 12)

from Configurables import TubeLayerPhiEtaCaloTool
Expand Down

0 comments on commit 2c96a88

Please sign in to comment.