Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
Reference Detector
Merge requests
!12
Resolve "Implement ci_GEM"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Implement ci_GEM"
20-implement-ci_gem
into
master
Overview
1
Commits
1
Pipelines
7
Changes
2
Merged
Marshall Scott
requested to merge
20-implement-ci_gem
into
master
4 years ago
Overview
1
Commits
1
Pipelines
7
Changes
2
Expand
Closes
#20 (closed)
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Viewing commit
ea7c9971
Show latest version
2 files
+
14
−
20
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ea7c9971
changed .xml
· ea7c9971
Marshall Scott
authored
4 years ago
compact/ci_HCAL.xml
+
6
−
12
Options
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xs:noNamespaceSchemaLocation=
"http://www.lcsim.org/schemas/compact/1.0/compact.xsd"
>
xs:noNamespaceSchemaLocation=
"http://www.lcsim.org/schemas/compact/1.0/compact.xsd"
>
<!-- Some information about detector
-->
<!-- Some information about detector-->
<info
name=
"Central Ion HCAL"
title=
"Central Ion HCAL"
<info
name=
"Central Ion HCAL"
title=
"Central Ion HCAL"
author=
"Marshall Scott"
author=
"Marshall Scott"
url=
"https://eicweb.phy.anl.gov/EIC/detectors/reference_detector.git"
url=
"https://eicweb.phy.anl.gov/EIC/detectors/reference_detector.git"
@@ -10,15 +10,12 @@
@@ -10,15 +10,12 @@
version=
"v1 2021-03-31"
>
version=
"v1 2021-03-31"
>
<comment>
Central Ion HCAL
</comment>
<comment>
Central Ion HCAL
</comment>
</info>
</info>
<!-- Use DD4hep elements and materials definitions -->
<includes>
<includes>
<gdmlFile
ref=
"elements.xml"
/>
<gdmlFile
ref=
"materials.xml"
/>
<gdmlFile
ref=
"refdetector_defs.xml"
/>
</includes>
</includes>
<!-- Define the dimensions of the world volume -->
<!-- These definitons are in the definitions.xml file
<define>
<define>
<constant name="ci_HCAL_id" value="1"/>
<constant name="ci_HCAL_id" value="1"/>
<constant name="ci_HCAL_rin" value="0 * cm"/>
<constant name="ci_HCAL_rin" value="0 * cm"/>
@@ -33,6 +30,7 @@
@@ -33,6 +30,7 @@
<constant name="ci_HCAL_lay_thickness" value="2* cm"/>
<constant name="ci_HCAL_lay_thickness" value="2* cm"/>
<constant name="ci_HCAL_lay_gapz" value="2* cm"/>
<constant name="ci_HCAL_lay_gapz" value="2* cm"/>
</define>
</define>
-->
<limits>
<limits>
<comment>
Not defined within the ci_HCAL.hh file
</comment>
<comment>
Not defined within the ci_HCAL.hh file
</comment>
@@ -42,14 +40,10 @@
@@ -42,14 +40,10 @@
<comment>
Not defined within the ci_HCAL.hh file
</comment>
<comment>
Not defined within the ci_HCAL.hh file
</comment>
</regions>
</regions>
<!-- Common Generic visualization attributes -->
<!-- change this -->
<comment>
Common Generic visualization attributes
</comment>
<display>
<display>
<vis
name=
"ci_HCALVis"
r=
"0.8"
g=
"0.4"
b=
"0.3"
alpha=
"0.8"
showDaughters=
"true"
visible=
"true"
/>
</display>
</display>
<!-- Define detector
, currentky dummy values
-->
<!-- Define detector -->
<detectors>
<detectors>
<comment>
<comment>
Central Ion HCAL
Central Ion HCAL
Loading