Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using FSW muons acquired at NRL on 27 May, 2006 (run 77005390) I practiced how I plan to analyse the data we'll acquire. Here is the output plot:

 
 

Wiki Markup
 At left is 
 At left is
cos(theta)sin(phi) vs cos(theta)cos(phi) for those of the first 13000 events having exactly one reconstructed track. (In svac.root syntax that would be AllMuDir->Fill(Tkr1EndDir\[0\], Tkr1EndDir\[1\]) ; ). I faked a corresponding list of VME GPS time stamps from the muon telescope by taking the LAT times and adding1 µS per event to them (an implausible and catastrophic scenario intended mainly to give some grist to my code). I then pretended that the scintillator paddles were at the place in space corresponding to the spot in the middle plot, which I reconstructed by requiring <100 µs between the LAT time and my fudged time. Note the presence of a few accidentals. Finally, in the plot on the right, I made a spatial cut and plotted the time difference (for a larger sample than for my training sample).

Since the May data had a fair number of strangenesses in the ContextLsf variables, I re-ran the code for some post-TVAC "door open" data  from GMT 2006-09-08 11:13:43 (run 77010099). The detector is horizontal. The left-most plot is amusing, I didn't fill the other two. I can explain the funny structure -- can you?

...