Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
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
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
Fernando Torales Acosta
athena
Compare revisions
master to a5aa6531061012f7cbacf7b5d45c765c215d4a5c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
FernandoTA/athena
Select target project
No results found
a5aa6531061012f7cbacf7b5d45c765c215d4a5c
Select Git revision
Swap
Target
EIC/detectors/athena
Select target project
EIC/detectors/athena
zwzhao/athena
FernandoTA/athena
palspeic/athena
4 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (15)
Add Barrel TOF
· a7ab617c
Zhenyu Ye
authored
3 years ago
a7ab617c
Add Barrel TOF
· 5018daf1
Zhenyu Ye
authored
3 years ago
5018daf1
Update Barrel TOF
· ab994588
Zhenyu Ye
authored
3 years ago
ab994588
Update Barrel TOF
· cd4f4b60
Zhenyu Ye
authored
3 years ago
cd4f4b60
Update Barrel TOF
· cd48dd5d
Zhenyu Ye
authored
3 years ago
cd48dd5d
Update Barrel TOF
· 2636e9a8
Zhenyu Ye
authored
3 years ago
2636e9a8
Update Barrel TOF
· f082c8b4
Zhenyu Ye
authored
3 years ago
f082c8b4
Update Barrel TOF
· ebaa39bd
Zhenyu Ye
authored
3 years ago
ebaa39bd
Update Barrel TOF
· 152d7989
Zhenyu Ye
authored
3 years ago
152d7989
Update Barrel TOF
· 27c93058
Zhenyu Ye
authored
3 years ago
27c93058
Update Barrel TOF
· 487b8676
Zhenyu Ye
authored
3 years ago
487b8676
Update Barrel TOF
· 7d0e7707
Zhenyu Ye
authored
3 years ago
7d0e7707
Update Barrel TOF
· 18ba20fe
Zhenyu Ye
authored
3 years ago
18ba20fe
Update Barrel TOF
· 50b7b5b1
Zhenyu Ye
authored
3 years ago
50b7b5b1
Update Barrel TOF
· a5aa6531
Zhenyu Ye
authored
3 years ago
a5aa6531
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
athena.xml
+2
-1
2 additions, 1 deletion
athena.xml
compact/tof_barrel.xml
+83
-0
83 additions, 0 deletions
compact/tof_barrel.xml
with
85 additions
and
1 deletion
athena.xml
View file @
a5aa6531
...
@@ -176,8 +176,9 @@
...
@@ -176,8 +176,9 @@
<include
ref=
"compact/vertex_tracker.xml"
/>
<include
ref=
"compact/vertex_tracker.xml"
/>
<include
ref=
"compact/central_tracker.xml"
/>
<include
ref=
"compact/central_tracker.xml"
/>
<include
ref=
"compact/tof_barrel.xml"
/>
<!--include ref="compact/rwell_tracker_barrel.xml"/-->
<!--include ref="compact/rwell_tracker_barrel.xml"/-->
<include
ref=
"compact/cb_DIRC.xml"
/>
<include
ref=
"compact/cb_DIRC.xml"
/>
...
...
This diff is collapsed.
Click to expand it.
compact/tof_barrel.xml
0 → 100644
View file @
a5aa6531
<?xml version="1.0" encoding="UTF-8"?>
<lccdd>
<define>
<constant
name=
"BarrelTOFSpaceFrame_width"
value=
"40.0*mm"
/>
<constant
name=
"BarrelTOFSpaceFrame_height"
value=
"sqrt(3.0)*32.0*mm/2.0"
/>
<constant
name=
"BarrelTOFSensor_thickness"
value=
"0.03*mm"
/>
<constant
name=
"BarrelTOFModule_thickness"
value=
"0.55/100*9.37*cm"
/>
<constant
name=
"BarrelTOFService_thickness"
value=
"BarrelTOFModule_thickness-BarrelTOFSensor_thickness"
/>
<comment>
Layer_rOffset is used to add inside space so the _rmin value is the nominal sensor radius.
</comment>
<constant
name=
"BarrelTOFLayer_rOffset"
value=
"0.5*cm"
/>
<constant
name=
"BarrelTOF_rmin1"
value=
"54.0*cm"
/>
<constant
name=
"BarrelTOF_rmin2"
value=
"BarrelTOF_rmin1 + BarrelTOFSpaceFrame_width"
/>
<constant
name=
"BarrelTOF_length1"
value=
"105.0*cm"
/>
<constant
name=
"BarrelTOF_length2"
value=
"114.0*cm"
/>
<constant
name=
"BarrelTOF_thickness"
value=
"BarrelTOF_rmin2 - BarrelTOF_rmin1"
/>
<constant
name=
"BarrelTOF_length"
value=
"BarrelTOF_length2"
/>
<comment>
TODO: These should be computed
</comment>
<constant
name=
"BarrelTOF_NModules"
value=
"56"
/>
</define>
<display>
</display>
<detectors>
<detector
id=
"BarrelTOF_ID"
name=
"BarrelTOF"
type=
"athena_TrackerBarrel"
readout=
"BarrelTOFHits"
insideTrackingVolume=
"true"
>
<dimensions
rmin=
"BarrelTOF_rmin1-BarrelTOFLayer_rOffset"
rmax=
"BarrelTOF_rmin2-BarrelTOFLayer_rOffset + BarrelTOF_thickness"
length=
"BarrelTOF_length"
/>
<comment>
Tracker Barrel Modules
</comment>
<module
name=
"BarrelTOF_Module1"
vis=
"PurpleVis"
>
<frame
material=
"CarbonFiber_25percent"
vis=
"BlueGreenVis"
width=
"BarrelTOFSpaceFrame_width"
height=
"BarrelTOFSpaceFrame_height"
length=
"BarrelTOF_length1"
thickness=
"0.1*mm"
/>
<module_component
name=
"peek1"
material=
"PEEK"
sensitive=
"false"
width=
"BarrelTOFSpaceFrame_width"
length=
"BarrelTOF_length1-0.1*mm"
thickness=
"2.0*mm"
/>
<module_component
name=
"silicon"
width=
"BarrelTOFSpaceFrame_width"
length=
"BarrelTOF_length1-0.1*mm"
thickness=
"0.05*mm"
material=
"Silicon"
sensitive=
"true"
>
</module_component>
<module_component
name=
"peek2"
material=
"PEEK"
sensitive=
"false"
width=
"BarrelTOFSpaceFrame_width"
length=
"BarrelTOF_length1-0.1*mm"
thickness=
"2.0*mm"
/>
</module>
<layer
module=
"BarrelTOF_Module1"
id=
"1"
vis=
"VertexVis"
>
<barrel_envelope
inner_r=
"BarrelTOF_rmin1-BarrelTOFLayer_rOffset"
outer_r=
"BarrelTOF_rmin1-BarrelTOFLayer_rOffset + BarrelTOF_thickness-1.0*mm"
z_length=
"BarrelTOF_length"
/>
<rphi_layout
phi_tilt=
"10.0*degree"
nphi=
"BarrelTOF_NModules"
phi0=
"0.0"
rc=
"BarrelTOF_rmin1"
dr=
"0.0 * mm"
/>
<z_layout
dr=
"0.0 * mm"
z0=
"0.0 * mm"
nz=
"1"
/>
</layer>
</detector>
</detectors>
<readouts>
<readout
name=
"BarrelTOFHits"
>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"0.150*mm"
grid_size_y=
"0.150*mm"
/>
<id>
system:8,barrel:2,layer:4,module:12,sensor:2,x:32:-16,y:-16
</id>
</readout>
</readouts>
</lccdd>
This diff is collapsed.
Click to expand it.