Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
topside
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
topside
Commits
1e0c9cee
Commit
1e0c9cee
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Put back segmentation
modified: topside/ecal.xml
parent
0c518bb7
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!20
Ecal seg fix2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+22
-0
22 additions, 0 deletions
.gitlab-ci.yml
topside/ecal.xml
+2
-2
2 additions, 2 deletions
topside/ecal.xml
with
24 additions
and
2 deletions
.gitlab-ci.yml
+
22
−
0
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
This diff is collapsed.
Click to expand it.
topside/ecal.xml
+
2
−
2
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"
/>
...
...
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