Skip to content
Snippets Groups Projects

CellID fix for simulation

Merged Whitney Armstrong requested to merge whit/NPDet:jihee into master
2 files
+ 56
25
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -26,6 +26,8 @@
@@ -26,6 +26,8 @@
<constant name="CrossingAngle" value="0.020*rad"/>
<constant name="CrossingAngle" value="0.020*rad"/>
 
<constant name="tracker_region_zmax" value="5 * m"/>
 
<constant name="tracker_region_rmax" value="5 * m"/>
<constant name="tracking_region_radius" value="1269 * mm"/>
<constant name="tracking_region_radius" value="1269 * mm"/>
<constant name="tracking_region_zmax_orig" value="1684 * mm"/>
<constant name="tracking_region_zmax_orig" value="1684 * mm"/>
<constant name="trackerZScale" value="1"/>
<constant name="trackerZScale" value="1"/>
@@ -121,8 +123,8 @@
@@ -121,8 +123,8 @@
<!-- Definition of the readout segmentation/definition -->
<!-- Definition of the readout segmentation/definition -->
<readouts>
<readouts>
<readout name="EcalEndcapHits">
<readout name="EcalEndcapHits">
<segmentation type="CartesianGridXY" grid_size_x="3.5" grid_size_y="3.5" />
<segmentation type="CartesianGridXY" grid_size_x="3.5*cm" grid_size_y="3.5*cm" />
<id>system:8,barrel:3,module:4,layer:6,slice:5,x:32:-16,y:-16</id>
<id>system:8,sector:4,module:20,layer:6,x:48:-8,y:-8</id>
</readout>
</readout>
</readouts>
</readouts>
Loading