-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make BIC configurable, add optional setup with 6 layers. (#773)
### Briefly, what does this PR introduce? Add an optional setup with a BIC configuration that has all six silicon layers instrumented (versus the current default where only four out of six slots are instrumented). This fully instrumented setup is needed to do further layer optimization studies. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [X] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? ### Does this PR change default behavior? --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
194702e
commit f8f39a1
Showing
17 changed files
with
161 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- SPDX-License-Identifier: LGPL-3.0-or-later --> | ||
<!-- Copyright (C) 2024 Sylvester Joosten --> | ||
<lccdd> | ||
|
||
<info name="bic_default" | ||
title="Default ePIC BIC configuration with 4 AstroPix layers" | ||
author="@sly2j" | ||
url="https://github.com/sly2j" | ||
status="development" | ||
version="1.0" | ||
><comment/></info> | ||
|
||
<define> | ||
<constant name="EcalBarrel_enable_staves_1" value="1"/> | ||
<constant name="EcalBarrel_enable_staves_2" value="1"/> | ||
<constant name="EcalBarrel_enable_staves_3" value="1"/> | ||
<constant name="EcalBarrel_enable_staves_4" value="1"/> | ||
<constant name="EcalBarrel_enable_staves_5" value="1"/> | ||
<constant name="EcalBarrel_enable_staves_6" value="1"/> | ||
</define> | ||
<include ref="bic/bic.xml"/> | ||
</lccdd> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- SPDX-License-Identifier: LGPL-3.0-or-later --> | ||
<!-- Copyright (C) 2024 Sylvester Joosten --> | ||
<lccdd> | ||
|
||
<info name="bic_default" | ||
title="Default ePIC BIC configuration with 4 AstroPix layers" | ||
author="@sly2j" | ||
url="https://github.com/sly2j" | ||
status="development" | ||
version="1.0" | ||
><comment/></info> | ||
|
||
<define> | ||
<constant name="EcalBarrel_enable_staves_1" value="1"/> | ||
<constant name="EcalBarrel_enable_staves_2" value="0"/> | ||
<constant name="EcalBarrel_enable_staves_3" value="1"/> | ||
<constant name="EcalBarrel_enable_staves_4" value="1"/> | ||
<constant name="EcalBarrel_enable_staves_5" value="0"/> | ||
<constant name="EcalBarrel_enable_staves_6" value="1"/> | ||
</define> | ||
<include ref="bic/bic.xml"/> | ||
</lccdd> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
ebeam: 10 | ||
pbeam: 100 | ||
features: | ||
beampipe: | ||
tracking: | ||
definitions_craterlake: | ||
vertex_barrel: | ||
silicon_barrel: | ||
mpgd_barrel: | ||
support_service_craterlake: | ||
mpgd_outerbarrel: | ||
mpgd_forward_endcap: | ||
mpgd_backward_endcap: | ||
silicon_disks: | ||
tof_barrel: | ||
tof_endcap: | ||
pid: | ||
dirc: | ||
pfrich: | ||
drich: | ||
ecal: | ||
forward_homogeneous: | ||
forward_insert_homogeneous: | ||
bic_6layers: | ||
backward_PbWO4: | ||
solenoid: | ||
hcal: | ||
lfhcal_with_space_for_insert: | ||
forward_insert: | ||
barrel_gdml: | ||
barrel_flux_return: | ||
forward_endcap_flux: | ||
backward: | ||
backward_endcap_flux: | ||
far_forward: | ||
default: | ||
far_backward: | ||
default: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ features: | |
fields: | ||
marco: | ||
ecal: | ||
barrel_interlayers: | ||
bic_default: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ features: | |
tof_barrel: | ||
tof_endcap: | ||
ecal: | ||
barrel_interlayers: | ||
bic_default: | ||
backward_PbWO4: | ||
pid: | ||
dirc: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters