Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NPDet
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
Container registry
Model registry
Operate
Environments
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
EIC
NPDet
Merge requests
!40
The source project of this merge request has been removed.
Implement EM calorimeter for SoLID SIDIS configuration
Merged
Implement EM calorimeter for SoLID SIDIS configuration
(removed):master
into
master
Overview
6
Commits
16
Pipelines
0
Changes
5
Merged
Chao Peng
requested to merge
(removed):master
into
master
5 years ago
Overview
6
Pipelines
0
Changes
5
Expand
Implemented the forward angle and large angle EM calorimeters for SIDIS.
Edited
5 years ago
by
Chao Peng
0
0
Merge request reports
Compare
master
version 10
8372286c
5 years ago
version 9
1a1f8a17
5 years ago
version 8
3632dbf0
5 years ago
version 7
8a97245b
5 years ago
version 6
972dfc2a
5 years ago
version 5
50ace78c
5 years ago
version 4
071f73e7
5 years ago
version 3
6c75a9cd
5 years ago
version 2
6c75a9cd
5 years ago
version 1
0e3afeb1
5 years ago
master (base)
and
latest version
latest version
8372286c
16 commits,
5 years ago
version 10
8372286c
33 commits,
5 years ago
version 9
1a1f8a17
15 commits,
5 years ago
version 8
3632dbf0
14 commits,
5 years ago
version 7
8a97245b
12 commits,
5 years ago
version 6
972dfc2a
10 commits,
5 years ago
version 5
50ace78c
9 commits,
5 years ago
version 4
071f73e7
8 commits,
5 years ago
version 3
6c75a9cd
7 commits,
5 years ago
version 2
6c75a9cd
7 commits,
5 years ago
version 1
0e3afeb1
4 commits,
5 years ago
5 files
+
589
−
46
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/ConceptDetectors/SoLID/compact/solid_components/materials.xml
+
12
−
6
Options
@@ -18,9 +18,9 @@
<fraction
n=
"0.234"
ref=
"O"
/>
<fraction
n=
"0.012"
ref=
"Ar"
/>
</material>
<!-- We model vakuum just as very thin air -->
<material
name=
"Vacuum"
>
<material
name=
"Vacuum"
>
<D
type=
"density"
unit=
"g/cm3"
value=
"0.0000000001"
/>
<fraction
n=
"0.754"
ref=
"N"
/>
<fraction
n=
"0.234"
ref=
"O"
/>
@@ -96,12 +96,12 @@
<fraction
n=
"0.65"
ref=
"C"
/>
<fraction
n=
"0.35"
ref=
"Epoxy"
/>
</material>
<material
name=
"CarbonFiber_50D"
>
<D
type=
"density"
value=
"0.75"
unit=
"g/cm3"
/>
<fraction
n=
"0.65"
ref=
"C"
/>
<fraction
n=
"0.35"
ref=
"Epoxy"
/>
</material>
</material>
<material
name=
"Rohacell31"
>
<D
type=
"density"
value=
"0.032"
unit=
"g/cm3"
/>
@@ -110,14 +110,14 @@
<composite
n=
"2"
ref=
"O"
/>
<composite
n=
"1"
ref=
"N"
/>
</material>
<material
name=
"Rohacell31_50D"
>
<D
type=
"density"
value=
"0.016"
unit=
"g/cm3"
/>
<composite
n=
"9"
ref=
"C"
/>
<composite
n=
"13"
ref=
"H"
/>
<composite
n=
"2"
ref=
"O"
/>
<composite
n=
"1"
ref=
"N"
/>
</material>
</material>
<material
name=
"RPCGasDefault"
state=
"gas"
>
<D
type=
"density"
value=
"0.0037"
unit=
"g/cm3"
/>
@@ -146,4 +146,10 @@
<composite
n=
"3"
ref=
"O"
/>
</material>
<material
name=
"EJ204"
>
<D
value=
"1.032"
unit=
"g/cm3"
/>
<composite
n=
"521"
ref=
"H"
/>
<composite
n=
"474"
ref=
"C"
/>
</material>
</materials>
Loading