1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!--
Shifts in um, rotations in mrad.
For more details see RPAlignmentCorrections::LoadXMLFile in
TotemAlignment/RPDataFormats/src/RPAlignmentCorrectionsSequence.cc
-->
<xml DocumentType="AlignmentDescription">
<!-- strip, RP 103 -->
<rp id="2031616000" rot_z="-5" />
<!-- strip, RP 104 -->
<rp id="1998585856" rot_z="+3" />
<!-- strip, RP 105 -->
<rp id="1999110144" rot_z="+2" />
<!-- pixel, RP 123 -->
<rp id="2040004608" rot_z="+2" />
<!-- pixel, RP 124 -->
<rp id="2006974464" rot_z="-8" />
<!-- pixel, RP 125 -->
<rp id="2007498752" rot_z="+6" />
</xml>
|