Skip to content
Snippets Groups Projects
Commit 1e0c9cee authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Put back segmentation

	modified:   topside/ecal.xml
parent 0c518bb7
Branches
Tags
1 merge request!20Ecal seg fix2
......@@ -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
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment