Skip to content

Commit

Permalink
feat: epic full with pfrich, imaging (#414)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
The default epic.xml geometry, constructed from the full.yml
configuration, is updated to use the pfRICH and imaging barrel
calorimeter.

### 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?
No.

### Does this PR change default behavior?
Yes, different detector is default.
  • Loading branch information
wdconinc authored Jun 5, 2023
1 parent b644bce commit 9494755
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
6 changes: 0 additions & 6 deletions compact/tracking/definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@
vis="TrackerSubAssemblyVis">
<composite name="BarrelTOF"/>
</detector>
<detector id="TrackerSubAssembly_5_ID"
name="OuterMPGDSubAssembly"
type="DD4hep_SubdetectorAssembly"
vis="TrackerSubAssemblyVis">
<composite name="MPGDDIRC_0"/>
</detector>
<detector id="TrackerSubAssembly_6_ID"
name="EndcapTOFSubSubAssembly"
type="DD4hep_SubdetectorAssembly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
vis="TrackerSubAssemblyVis">
<composite name="BarrelTOF"/>
</detector>
<detector id="TrackerSubAssembly_5_ID"
name="OuterMPGDSubAssembly"
type="DD4hep_SubdetectorAssembly"
vis="TrackerSubAssemblyVis">
<composite name="MPGDDIRC_0"/>
</detector>
<detector id="TrackerSubAssembly_6_ID"
name="EndcapTOFSubSubAssembly"
type="DD4hep_SubdetectorAssembly"
Expand Down
2 changes: 1 addition & 1 deletion configurations/arches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pbeam: 275
features:
beampipe:
tracking:
definitions:
definitions_arches:
vertex_barrel:
silicon_barrel:
mpgd_barrel:
Expand Down
2 changes: 1 addition & 1 deletion configurations/arches_mrich_gdml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pbeam: 275
features:
beampipe:
tracking:
definitions:
definitions_arches:
vertex_barrel:
silicon_barrel:
mpgd_barrel:
Expand Down
2 changes: 1 addition & 1 deletion configurations/brycecanyon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pbeam: 41
features:
beampipe:
tracking:
definitions_brycecanyon:
definitions:
vertex_barrel:
silicon_barrel:
mpgd_barrel:
Expand Down
2 changes: 1 addition & 1 deletion configurations/brycecanyon_no_pfrich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pbeam: 41
features:
beampipe:
tracking:
definitions_brycecanyon:
definitions:
vertex_barrel:
silicon_barrel:
mpgd_barrel:
Expand Down
2 changes: 1 addition & 1 deletion configurations/brycecanyon_pfrich_gdml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pbeam: 41
features:
beampipe:
tracking:
definitions_brycecanyon:
definitions:
vertex_barrel:
silicon_barrel:
mpgd_barrel:
Expand Down
4 changes: 2 additions & 2 deletions configurations/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ features:
tof_endcap:
pid:
dirc:
mrich:
pfrich:
drich:
ecal:
forward_homogeneous:
forward_insert_homogeneous:
barrel_sciglass:
barrel_interlayers:
backward_PbWO4:
solenoid:
hcal:
Expand Down
2 changes: 1 addition & 1 deletion configurations/imaging.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
features:
beampipe:
tracking:
definitions_brycecanyon:
definitions:
vertex_barrel:
silicon_barrel:
mpgd_barrel:
Expand Down

0 comments on commit 9494755

Please sign in to comment.