Determining wire-theta correspondence

From New IAC Wiki
Revision as of 20:19, 30 December 2016 by Vanwdani (talk | contribs) (→‎Back)
Jump to navigation Jump to search

To associate the hits with the Moller scattering angle theta, the occupancy plots of the drift chamber hits by means of wire numbers and layer must be translated using the physical constraints of the detector. Using the data released for the DC:

DC: Drift Chambers(specs)

DC Geometry(geom)

Wires parallel all types.png

Examining the geometry file, we can see that each plane, not just the plane of the sense wires, is separated by a distance of D=.3861 cm. We can use the geometry of the wire placements to find

[math]\alpha=\frac{D}{\cos(60^{\circ})}=2D[/math]


Finding the separation distance between two adjacent sense wires

[math]d=4(.3861\ cm)\cos(30^{\circ})=1.337\ cm[/math]


Hex.png


Since the separation between adjacent sense wires is uniform and at a set angle of 25 degrees with respect to the beam line, we can use this fact to determine the angle theta each wire makes when measured from the vertex.

DC geom.png


[math]\Delta\ x=1.337\cos(25^{\circ})cm=1.212cm[/math]


[math]\Delta\ z=-1.337\sin(25^{\circ})cm=-0.5652cm[/math]


The new x and z coordinates for wire 2 can be found using the change in the components

[math]x'=x+\Delta x[/math]
[math]z'=z+\Delta z[/math]


This can be extended to any point along the same wire plane, starting from the coordinates for wire 1

[math]x'=x+\Delta x\times\ n[/math]
[math]z'=z+\Delta z\times\ n[/math]

The angle theta that the wire makes with the vertex is given by

[math]\tan{\theta}=\frac{x+\Delta x}{z+\Delta z}\Rightarrow \theta=\arctan{\frac{x+\Delta x}{z+\Delta z}}[/math]

<-Back