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
GitLab 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
!10
Resolve "Implement ce_MRICH"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Implement ce_MRICH"
12-implement-ce_mrich
into
master
Overview
2
Commits
5
Pipelines
5
Changes
7
Merged
Resolve "Implement ce_MRICH"
Chao Peng
requested to merge
12-implement-ce_mrich
into
master
Mar 19, 2021
Overview
2
Commits
5
Pipelines
5
Changes
7
Closes
#12 (closed)
Edited
Mar 31, 2021
by
Chao Peng
0
0
Merge request reports
Compare
master
version 4
70707aa2
Mar 31, 2021
version 3
d68a8376
Mar 31, 2021
version 2
9395cd37
Mar 31, 2021
version 1
c2077ec0
Mar 30, 2021
master (base)
and
version 4
latest version
63be8857
5 commits,
Mar 31, 2021
version 4
70707aa2
4 commits,
Mar 31, 2021
version 3
d68a8376
2 commits,
Mar 31, 2021
version 2
9395cd37
2 commits,
Mar 31, 2021
version 1
c2077ec0
1 commit,
Mar 30, 2021
7 files
+
239
−
83
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
compact/ce_mrich.xml
0 → 100644
+
20
−
0
View file @ 70707aa2
Edit in single-file editor
Open in Web IDE
<?xml version="1.0" encoding="UTF-8"?>
<lccdd>
<define>
</define>
<detectors>
<detector
id=
"ce_MRICH_ID"
name=
"ce_MRICH"
type=
"refdet_ce_MRICH"
readout=
"MRICHHits"
vis=
"BlueVis"
material=
"Air"
>
<dimensions
rmin=
"ce_MRICHRMin"
rmax=
"ce_MRICHRMax"
length=
"ce_MRICHLength"
z=
"ce_MRICHZMin"
/>
<modules
material=
"Quartz"
thickness=
"10*cm"
width=
"10*cm"
gap=
"1*cm"
/>
</detector>
</detectors>
<readouts>
<readout
name=
"MRICHHits"
>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"3*mm"
grid_size_y=
"3*mm"
/>
<id>
system:8,layer:4,piece:4,module:14,x:32:-16,y:-16
</id>
</readout>
</readouts>
</lccdd>
Loading