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

Remove arches configurations #650

Merged
merged 5 commits into from
Mar 10, 2024
Merged
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
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