Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified the LYSO target design #1498

Open
wants to merge 7 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.*","ldmx-lyso-r1-v14", "ldmx-lyso-r1-v14.*"],
eg = EcalGeometry(detectors_valid = ["ldmx-det-v14","ldmx-det-v14.*","ldmx-lyso-r1-v14", "ldmx-lyso-r1-v14.*", "ldmx-lyso-r2-v14", "ldmx-lyso-r2-v14.*"],
gap = 1.5,
layerZPositions = [
7.582, 16.062, 33.226, 43.206, 60.370, 71.350, 90.014, 101.594,
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-det-v14.*", "ldmx-reduced", "ldmx-reduced-v2","ldmx-lyso-r1-v14", "ldmx-lyso-r1-v14.*"]
self.v14.detectors_valid = ["ldmx-det-v14", "ldmx-det-v14.*", "ldmx-reduced", "ldmx-reduced-v2","ldmx-lyso-r1-v14", "ldmx-lyso-r1-v14.*","ldmx-lyso-r2-v14", "ldmx-lyso-r2-v14.*"]
self.v14.y_offset = 19.05
1 change: 1 addition & 0 deletions Detectors/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ collaborators understand what the detector is meant to describe.
- `ldmx-hcal-prototype-v2.0` : version 2.0 the HCal prototype detector used during testbeam
- `ldmx-ti-v9` : version 9 of the full LDMX detector for the 4GeV beam but with a Ti target (instead of W)
- `ldmx-det-v14-8gev` : version 14 of the full LDMX detector updated for an 8GeV beam
- `ldmx-lyso-r2-v14-8gev` : version 14 of the full LDMX detector updated for an 8GeV beam, but with the target changed to 2 layers of LYSO bars
- `ldmx-det-v15-8gev` : like version 14 but contains air instead of vacuum

### Archived geometries
Expand Down
Loading
Loading