Skip to content

Commit

Permalink
Introduce ldmx-lyso-r1-v14-8gev
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Apr 22, 2024
1 parent 0576636 commit d334cdf
Show file tree
Hide file tree
Showing 18 changed files with 15,796 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DQM/src/DQM/DarkBremInteraction.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void DarkBremInteraction::onProcessStart() {
"Glue",
"Si",
"Al",
"W",
"W / LYSO",
"PVT"
});

Expand All @@ -67,7 +67,7 @@ void DarkBremInteraction::onProcessStart() {
"Si 14",
"Ca 20",
"Cu 29",
"W 74",
"W / LYSO 74",
"unlisted"
});
}
Expand Down
2 changes: 1 addition & 1 deletion DetDescr/python/EcalGeometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def v13() :
)

def v14() :
eg = EcalGeometry(detectors_valid = ["ldmx-det-v14","ldmx-det-v14[.].*"],
eg = EcalGeometry(detectors_valid = ["ldmx-det-v14","ldmx-det-v14[.].*","ldmx-lyso-r1-v14", "ldmx-lyso-r1-v14[.].*"],
gap = 1.5,
layerZPositions = [
7.932, 14.532, 32.146, 40.746, 58.110, 67.710, 86.574, 96.774, 115.638, 125.838,
Expand Down
2 changes: 1 addition & 1 deletion DetDescr/python/HcalGeometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,5 +487,5 @@ def make_v14(self):
]
# added the reduced geometry temporarily, for the final geometry
# we should have a new function "reduced()" with the prototype geom
self.v14.detectors_valid = ["ldmx-det-v14", "ldmx-reduced"]
self.v14.detectors_valid = ["ldmx-det-v14", "ldmx-reduced","ldmx-lyso-r1-v14", "ldmx-lyso-r1-v14[.].*"]
self.v14.y_offset = 19.05
Loading

0 comments on commit d334cdf

Please sign in to comment.