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
Commits
97d790a8
Commit
97d790a8
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: compact/ecal.xml
parent
6390e723
No related branches found
No related tags found
1 merge request
!7
Resolve "Translate cb_EMCAL"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compact/ecal.xml
+72
-2
72 additions, 2 deletions
compact/ecal.xml
with
72 additions
and
2 deletions
compact/ecal.xml
+
72
−
2
View file @
97d790a8
<lccdd>
<lccdd>
<define>
<define>
<constant
name=
"cb_EMCAL_ID"
value=
"20"
/>
<comment>
------------
Calorimeters
------------
</comment>
<constant
name=
"EcalBarrel_rmin"
value=
"1000*mm"
/>
<constant
name=
"HcalBarrel_rmax"
value=
"Solenoid_rmin - 5.0 *cm "
/>
<constant
name=
"AvailTotalBarrelCalorimetryThickness"
value=
"HcalBarrel_rmax - EcalBarrel_rmin"
/>
<constant
name=
"CalBarrelDivider"
value=
"0.5"
/>
<comment>
Ecal and Hcal have the same thickness
</comment>
<constant
name=
"EcalBarrelAvailTotalThickness"
value=
"AvailTotalBarrelCalorimetryThickness * CalBarrelDivider"
/>
<constant
name=
"HcalBarrelAvailTotalThickness"
value=
"AvailTotalBarrelCalorimetryThickness * (1.0 - CalBarrelDivider)"
/>
<constant
name=
"EcalBarrelLength"
value=
"SiliconTrackerOuterBarrelLength+50.0*cm"
/>
<constant
name=
"EcalEndcap_zmin"
value=
"EcalBarrelLength/2.0"
/>
<constant
name=
"AvailTotalEndcapCalorimetryThickness"
value=
"(SolenoidYokeEndcap_zmin - 10.0 * mm) - (EcalEndcap_zmin + 10.0 * mm)"
/>
<constant
name=
"CalEndcapDivider"
value=
"0.5"
/>
<comment>
Ecal and Hcal have the same thickness
</comment>
<constant
name=
"EcalEndcapAvailTotalThickness"
value=
"AvailTotalEndcapCalorimetryThickness * CalEndcapDivider"
/>
<constant
name=
"HcalEndcapAvailTotalThickness"
value=
"AvailTotalEndcapCalorimetryThickness * (1.0 - CalEndcapDivider)"
/>
<comment>
These need to be set in sync with the forward and backward detectors
</comment>
<constant
name=
"EcalEndcapP_rmin"
value=
"250.0*mm"
/>
<constant
name=
"EcalEndcapN_rmin"
value=
"350.0*mm"
/>
<constant
name=
"HcalEndcapP_rmin"
value=
"250.0 * mm"
/>
<constant
name=
"HcalEndcapN_rmin"
value=
"350.0 * mm"
/>
<comment>
-------------------------
EM Calorimeter Parameters
-------------------------
</comment>
<constant
name=
"CaloSides"
value=
"12"
/>
<comment>
Material Thickness
</comment>
<constant
name=
"EcalSiliconThickness"
value=
"9.00 * mm"
/>
<constant
name=
"EcalCopperThickness"
value=
"0.05 * mm"
/>
<constant
name=
"EcalKaptonThickness"
value=
"0.30 * mm"
/>
<constant
name=
"EcalAir1Thickness"
value=
"0.33 * mm"
/>
<constant
name=
"EcalAir2Thickness"
value=
"0.25 * mm"
/>
<constant
name=
"EcalThinTungstenThickness"
value=
"2.50 * mm"
/>
<constant
name=
"EcalThickTungstenThickness"
value=
"5.00 * mm"
/>
<comment>
Layer Thickness
</comment>
<constant
name=
"EcalFirstLayerThickness"
value=
"EcalSiliconThickness + EcalCopperThickness + EcalKaptonThickness + EcalAir1Thickness"
/>
<constant
name=
"EcalThinOneLayerThickness"
value=
"EcalThinTungstenThickness + EcalAir2Thickness + EcalSiliconThickness + EcalCopperThickness + EcalKaptonThickness + EcalAir1Thickness"
/>
<constant
name=
"EcalThickOneLayerThickness"
value=
"EcalThickTungstenThickness + EcalAir2Thickness + EcalSiliconThickness + EcalCopperThickness + EcalKaptonThickness + EcalAir1Thickness"
/>
<comment>
EM Barrel N Layer; same number of layers for EcalThin and EcalThick
</comment>
<constant
name=
"EcalBarrelLayers"
value=
"floor((EcalBarrelAvailTotalThickness - EcalFirstLayerThickness) / (EcalThinOneLayerThickness + EcalThickOneLayerThickness))"
/>
<constant
name=
"EcalBarrelThinLayers"
value=
"EcalBarrelLayers"
/>
<constant
name=
"EcalBarrelThickLayers"
value=
"EcalBarrelLayers"
/>
<comment>
EM Barrel Thickness
</comment>
<constant
name=
"EcalBarrelThickness"
value=
"EcalFirstLayerThickness + (EcalBarrelThinLayers * EcalThinOneLayerThickness) + (EcalBarrelThickLayers * EcalThickOneLayerThickness)"
/>
<constant
name=
"EcalBarrel_rmax"
value=
"EcalBarrel_rmin + EcalBarrelThickness"
/>
<comment>
EM Endcap N Layer; same number of layers for EcalThin and EcalThick
</comment>
<constant
name=
"EcalEndcapLayers"
value=
"floor((EcalEndcapAvailTotalThickness - EcalFirstLayerThickness) / (EcalThinOneLayerThickness + EcalThickOneLayerThickness))"
/>
<constant
name=
"EcalEndcapThinLayers"
value=
"EcalEndcapLayers"
/>
<constant
name=
"EcalEndcapThickLayers"
value=
"EcalEndcapLayers"
/>
<comment>
EM Endcap Thickness
</comment>
<constant
name=
"EcalEndcapThickness"
value=
"EcalFirstLayerThickness + (EcalEndcapThinLayers * EcalThinOneLayerThickness) + (EcalEndcapThickLayers * EcalThickOneLayerThickness)"
/>
</define>
</define>
<limits>
<limits>
...
@@ -26,7 +97,7 @@
...
@@ -26,7 +97,7 @@
<detector
<detector
id=
"cb_EMCAL_ID"
id=
"cb_EMCAL_ID"
name=
"cb_EMCAL"
name=
"cb_EMCAL"
type=
"
cb_EMCAL"
type=
"
DD4hep_PolyhedraEndcapCalorimeter2"
readout=
"EcalBarrelHits"
readout=
"EcalBarrelHits"
calorimeterType=
"EM_BARREL"
>
calorimeterType=
"EM_BARREL"
>
<dimensions
<dimensions
...
@@ -66,7 +137,6 @@
...
@@ -66,7 +137,6 @@
</comment>
</comment>
<detector
id=
"ECalEndcapP_ID"
<detector
id=
"ECalEndcapP_ID"
name=
"EcalEndcapP"
name=
"EcalEndcapP"
type=
"DD4hep_PolyhedraEndcapCalorimeter2"
reflect=
"false"
reflect=
"false"
readout=
"EcalEndcapHits"
readout=
"EcalEndcapHits"
vis=
"EcalEndcapVis"
vis=
"EcalEndcapVis"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment