Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
detectors
topside
Commits
1e0c9cee
Commit
1e0c9cee
authored
Dec 03, 2020
by
Whitney Armstrong
Browse files
Put back segmentation
modified: topside/ecal.xml
parent
0c518bb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1e0c9cee
...
...
@@ -8,10 +8,20 @@ default:
stages
:
-
build
-
docs
-
test
compile
:
stage
:
build
tags
:
-
silicon
script
:
-
echo "Build successful."
dawn_views
:
stage
:
docs
needs
:
-
[
"
compile"
]
tags
:
-
silicon
artifacts
:
...
...
@@ -33,3 +43,15 @@ overlap_check:
-
cat doc/overlap_check.out
allow_failure
:
true
topside:config_testing:
stage
:
test
tags
:
-
silicon
needs
:
-
[
"
compile"
]
script
:
#- $(exit $(checkOverlaps -c topside.xml | tee doc/overlap_check.out | wc -l ))
-
checkOverlaps -c topside.xml | tee doc/overlap_check.out | wc -l
-
cat doc/overlap_check.out
allow_failure
:
true
topside/ecal.xml
View file @
1e0c9cee
...
...
@@ -171,8 +171,8 @@
<!-- Definition of the readout segmentation/definition -->
<readouts>
<readout
name=
"CrystalEcalHits"
>
<segmentation
type=
"
NoSegmentation
"
/>
<id>
system:8,sector:4,module:20
</id>
<segmentation
type=
"
CartesianGridXY"
grid_size_x=
"CrystalBox_x_length"
grid_size_y=
"CrystalBox_y_length
"
/>
<id>
system:8,sector:4,module:20
,x:48:-8,y:-8
</id>
</readout>
<readout
name=
"EcalBarrelHits"
>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"3.5 * mm"
grid_size_y=
"3.5 * mm"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment