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

Commit

Permalink
add in a first draft v14 layer weights
Browse files Browse the repository at this point in the history
TODO put layer weights into a condition, that just makes more sense
  • Loading branch information
tomeichlersmith committed Sep 16, 2022
1 parent 85fc65f commit a4bca7d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions python/digi.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,17 @@ def v12(self) :
17.364, 8.990
]

def v14(self) :
"""Generated for the v14 geometry
The secondOrderEnergyCorrection has not been calculated yet so it is set to the
suspicious value of 1.
"""

self.secondOrderEnergyCorrection = 1.;
self.layerWeights = [
2.008, 4.008, 6.218, 7.186, 8.291, 9.948, 10.611, 10.611, 10.611, 10.611, 10.611,
10.611, 10.611, 10.611, 10.611, 10.611, 10.611, 10.611, 10.611, 10.611, 10.611,
10.611, 10.611, 14.479, 18.235, 18.235, 18.235, 18.235, 18.235, 18.235, 18.235,
18.235, 18.235, 9.633
]

0 comments on commit a4bca7d

Please sign in to comment.