Skip to content
Snippets Groups Projects

Resolve "Fix typo in beampipe constructor."

Merged Alex Jentsch requested to merge 27-fix-typo-in-beampipe-constructor into master
6 files
+ 90
77
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -8,7 +8,7 @@
@@ -8,7 +8,7 @@
<detectors>
<detectors>
<detector id="BeamPipeB0_ID" name="BeamPipeB0" type="handronDownstreamBeamPipe" vis="BeamPipeVis">
<detector id="BeamPipeB0_ID" name="BeamPipeB0" type="hadronDownstreamBeamPipe" vis="BeamPipeVis">
<position x="0.150*m" y="0*m" z="5.9*m" />
<position x="0.150*m" y="0*m" z="5.9*m" />
<rotation x="0*rad" y="0*rad" z="0*rad" />
<rotation x="0*rad" y="0*rad" z="0*rad" />
</detector>
</detector>
Loading