Skip to content
Snippets Groups Projects

Fixed the ddsim tracking regions.

Merged Whitney Armstrong requested to merge track_reg into master
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -11,12 +11,6 @@
@@ -11,12 +11,6 @@
<constant name="world_y" value="world_side"/>
<constant name="world_y" value="world_side"/>
<constant name="world_z" value="100*m"/>
<constant name="world_z" value="100*m"/>
<comment>
For DDsim
</comment>
<constant name="tracker_region_zmax" value="10*m"/>
<constant name="tracker_region_rmax" value="2*m"/>
<comment>
<comment>
------------
------------
@@ -273,6 +267,12 @@
@@ -273,6 +267,12 @@
--------------------------
--------------------------
</comment>
</comment>
 
<comment>
 
For DDsim. See ddsim --help for details.
 
</comment>
 
<constant name="tracker_region_zmax" value="SiliconTrackerOuterBarrelLength/2.0"/>
 
<constant name="tracker_region_rmax" value="SiliconTrackerOuterRadius"/>
 
</define>
</define>
Loading