Skip to content

Commit

Permalink
Remove arches configurations (#650)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Remove epic_arches and derived configurations

### What kind of change does this PR introduce?
- [x] Bug fix (issue #__)
- [ ] 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?
No

---------

Co-authored-by: Wouter Deconinck <[email protected]>
  • Loading branch information
veprbl and wdconinc authored Mar 10, 2024
1 parent 9e7566a commit 8b961fb
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 1,964 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Overview
**Detector geometry viewer:**
- [Viewer only](https://eic.github.io/epic/geoviewer)
- Main configurations:
- [Arches](https://eic.github.io/epic/geoviewer?nobrowser&file=artifacts/tgeo/epic_arches.root&item=default;1&opt=clipx;clipy;transp30;zoom120;ROTY320;ROTZ340;trz0;trr0;ctrl;all)
- [Brycecanyon](https://eic.github.io/epic/geoviewer?nobrowser&file=artifacts/tgeo/epic_brycecanyon.root&item=default;1&opt=clipx;clipy;transp30;zoom120;ROTY320;ROTZ340;trz0;trr0;ctrl;all)
- [CraterLake](https://eic.github.io/epic/geoviewer?nobrowser&file=artifacts/tgeo/epic_craterlake.root&item=default;1&opt=clipx;clipy;transp30;zoom120;ROTY320;ROTZ340;trz0;trr0;ctrl;all)
- Additional viewers:
Expand Down
2 changes: 1 addition & 1 deletion _layouts/geoviewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="shortcut icon" href="https://root.cern/js/latest/img/RootIcon.ico"/>
</head>
<body>
<div id="simpleGUI" path="./artifacts/tgeo" files="epic_arches.root;epic_brycecanyon.root;epic_craterlake.root;epic_inner_detector.root">
<div id="simpleGUI" path="./artifacts/tgeo" files="epic_brycecanyon.root;epic_craterlake.root;epic_inner_detector.root">
loading scripts ...
</div>
<script type="module">
Expand Down
8 changes: 0 additions & 8 deletions calibrations/calo_digi_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@
"pedestalSigma": 10,
"thresholdValue": 0
},
"ecal_barrel_sciglass": {
"readout": "module",
"dynamicRange": "20*GeV",
"capacityBitsADC": 14,
"pedestalMean": 100,
"pedestalSigma": 1,
"thresholdValue": 3
},
"ecal_barrel_imaging": {
"readout": "pixel",
"dynamicRange": "3*MeV",
Expand Down
5 changes: 2 additions & 3 deletions compact/definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,11 @@ The unused IDs below are saved for future use.
<constant name="TrackerEndcapP_6_ID" value="83"/>
<constant name="TrackerSupport_0_ID" value="84"/>
<constant name="TrackerSupport_1_ID" value="85"/>
<constant name="MPGDDIRC_0_ID" value="86"/>

<documentation>
#### (87-99) Reserved IDs
#### (86-99) Reserved IDs

- Unused IDs: 87-89
- Unused IDs: 86-89
TBD
</documentation>
<documentation>
Expand Down
148 changes: 0 additions & 148 deletions compact/ecal/barrel_sciglass.xml

This file was deleted.

4 changes: 0 additions & 4 deletions compact/tracking/definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<constant name="InnerMPGDBarrel_zoffset" value="InnerMPGDBarrel_zmax - InnerMPGDBarrel_zmin"/>
<comment> barrel length: 2R/tan(angle) - dz </comment>

<comment> Position in center of space behind DIRC </comment>
<constant name="MPGDDIRC_rmin" value="DIRC_rmin + DIRC_thickness"/>
<comment> barrel asymmetryc between forward and backward lengths </comment>

<comment> Main parameters for Barrel TOF layers </comment>
<comment> Barrel TOF region </comment>
<constant name="BarrelTOF_zmin" value="120.0*cm"/>
Expand Down
Loading

0 comments on commit 8b961fb

Please sign in to comment.