<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Black Plaid</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/" />
   <link rel="self" type="application/atom+xml" href="http://minos.phy.tufts.edu/tagg/blog/atom.xml" />
   <id>tag:minos.phy.tufts.edu,2008:/tagg/blog/1</id>
   <updated>2007-07-31T18:26:36Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.35</generator>

<entry>
   <title>Baaaa-aack</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2007/07/baaaaaack.html" />
   <id>tag:minos.phy.tufts.edu,2007:/tagg/blog//1.86</id>
   
   <published>2007-07-31T18:25:32Z</published>
   <updated>2007-07-31T18:26:36Z</updated>
   
   <summary>Lookie! Got the blog working again, with old entries and everything! Now back to work.....</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="Meta" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      Lookie! Got the blog working again, with old entries and everything!

Now back to work..
      
   </content>
</entry>
<entry>
   <title>Blog HOWTO</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/07/blog_howto.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.74</id>
   
   <published>2006-07-24T17:07:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary> Here&apos;s some tricks I&apos;m using to help manage this blog, particularly with ROOT. Because I sometime do the same thing multiple times, I&apos;m often pretty careless with filenames, particularly for plots. So, I&apos;ve decided to organize all of my...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="Meta" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[ <p>Here's some tricks I'm using to help manage this blog, particularly with ROOT.</p>

<p>Because I sometime do the same thing multiple times, I'm often pretty careless with filenames, particularly for plots. So, I've decided to organize all of my plots by date; I'm usually not stupid enough to make the same filename muliple times on the same day.</p>

<p>So, I create a directory in my blog:<br />
$(HOME)/www/blog/upload/2006/07/24/<br />
That is, my main blog directory, an upload path, and the current date (24 July 2006) in a well-formated fashion.</p>

<p>For one-off uploads, I use the built-in MoveableType file uploader (which ignores the "day" part of this path and just uses month).  But I make a lot of plots; for that, I like to use a ROOT macro, which I explain below...</p>]]>
      <![CDATA[                              <p>First, I make a file called ".rootrc" in my home directory. This is a configuration file that ROOT looks for when it first starts up.  I put a line in it:</p>

<blockquote><pre>Rint.Logon:     /Users/tagg/.rootrcdir/rootlogon.C</pre></blockquote>

<p>(Note that the path above is to my machintosh home directory, which is where I do all my work.) Then I make this hidden directory ".rootrcdir" in my home directory, and put in a file called "rootlogon.C". This file does all sorts of things, like set up default pallette and colors and so on. <a href="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/rootlogon.C">Here</a> is a link to my current version.  Note that I include another file in the same directory, called <a href="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/publish.C">publish.C</a></p>

<p>Now the "publish" command is available from any ROOT or Loon command line.</p>

<p>Using it is very simple.  When I have a plot in my main Canvas that I want to show to the world, I simply give it a name and call the script:</p>

<blockquote><pre>
root [5] publish("20cm5f2cm") <br>
URL is: <br>
&lt;a href="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/20cm5f2cm.pdf"&gt;
&lt;img alt="20cm5f2cm" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/20cm5f2cm.png" width= "505" height= "321"/&gt;&lt;/a&gt; <br>
Info in &lt;TCanvas::Print&gt;: file 20cm5f2cm.png has been created <br>
Info in &lt;TCanvas::Print&gt;: pdf file 20cm5f2cm.pdf has been created <br>

C++ Macro file: 20cm5f2cm.C has been generated <br>
Warning: No xauth data; using fake authentication data for X11 forwarding. <br>
20cm5f2cm.png                                                                           100% 7905     7.7KB/s   00:00    <br>
20cm5f2cm.pdf                                                                           100%   13KB  13.3KB/s   00:00    <br>
20cm5f2cm.C                                                                              100% 4405     4.3KB/s   00:00    <br>
</pre></blockquote>

<p>Then I simply cut-and-paste the link it prints out into my blog entry.  The script automatically sets up the new directory-of-the-day if it doesn't yet exist.  It creates a .png, .pdf, and .C macro version of the plot. Then it uploads all three versions.  The image gets pasted into the blog, and clicking on the image will give a high-quality PDF version that can be used in LaTeX or otherwise. This example gives:</p>

<p><a href="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/20cm5f2cm.pdf"><img alt="20cm5f2cm" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/20cm5f2cm.png" width= "505" height= "321"/></a></p>]]>
   </content>
</entry>
<entry>
   <title>And Even More Wide Strip Efficiencies</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/07/and_even_more_wide_strip_effic.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.75</id>
   
   <published>2006-07-24T16:39:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary> Two more cases for Laurie: (20cm5f2cm) 5 fibres spread across a 20 cm wide strip, as before, but make the strip 2cm thick (instead of 1 cm). (20cm6f) 6 Fibres spread across a 20 cm wide stirp. (20cm5f2cm )14.7%...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[ <p>Two more cases for Laurie:</p>

<p>(20cm5f2cm)  5 fibres spread across a 20 cm wide strip, as before, but make the strip 2cm thick (instead of 1 cm).<br />
(20cm6f) 6 Fibres spread across a 20 cm wide stirp.</p>

<p>(20cm5f2cm )14.7% (compare to 20.5% for a 1cm-thick). <br />
(20cm6f)  23.5%</p>

<p>As usual.. increasing the number of fibres helps (as always) and having a thicker counter helps.   But you're better off having two 1cm counters than a single 2cm counter.</p>

<p>And, of course, these multifibre strips are probably a pain in the ass to manufacture.. but I'm no expert on that.</p>

<p>---Nathaniel</p>]]>
      <![CDATA[<p><a href="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/20cm5f2cm.pdf"><img alt="20cm5f2cm" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/20cm5f2cm.png" width= "505" height= "321"/></a></p>

<p><a href="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/20cm6f.pdf"><img alt="20cm6f" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/24/20cm6f.png" width= "696" height= "472"/></a><br />
</p>]]>
   </content>
</entry>
<entry>
   <title>Wide Strip Efficiencies</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/07/wide_strip_efficiencies.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.76</id>
   
   <published>2006-07-19T17:01:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary>Factory results continue. here&apos;s the results for the wide fibres requested: The cases here are (8cm1f) An 8cm-wide strip with a single central fibre (8cm2f) An 8cm-wide strip with two fibres, like two MINOS strips joined together (20cm4f) A 20cm-wide...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[<p>Factory results continue. here's the results for the wide fibres requested:</p>

<p>The cases here are <br />
(8cm1f)  An 8cm-wide strip with a single central fibre<br />
(8cm2f) An 8cm-wide strip with two fibres, like two MINOS strips joined together</p>

<p>(20cm4f) A 20cm-wide strip with 4 fibres at +/-2 and +/- 6cm.<br />
(20cm5f) A 20cm-wide strip with 5 fibres, like 5 MINOS strips stuck together.</p>

<p>The efficencies are:<br />

(8cm1f)  11.2%<br />
(8cm2f) 19.8%   <em>very similar to the standard MINOS strips</em><br />
(20cm4f) 17.0%<br />
(20cm5f) 20.5% <em>again, very similar to the standard MINOS strips</em></p>

<p>Again, statistical uncertainty is roughly +/- 0.2%.</p>]]>
      <![CDATA[                              <p>The y-projections for the survival probabilities are shown below:<br />
<img alt="8cm1f-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/19/8cm1f-yproj.png" width= "523" height= "218"/><br />
<img alt="8cm2f-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/19/8cm2f-yproj.png" width= "523" height= "218"/><br />
<img alt="20cm4f-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/19/20cm4f-yproj.png" width= "523" height= "218"/><br />
<img alt="8cm5f-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/19/20cm5f-yproj.png" width= "523" height= "218"/></p>]]>
   </content>
</entry>
<entry>
   <title>Fibre Position Extravaganza</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/07/fibre_position_extravaganza.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.77</id>
   
   <published>2006-07-18T19:58:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary>Below are the efficiencies for getting to the fibre (not in it) for a standard MINOS strip with multiple fibre configurations. The configurations I use are shown below: New: Two more configurations. Like (e), but: (f) three fibres at +/-1.2cm...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[<p>Below are the efficiencies for getting to the fibre (not in it) for a standard MINOS strip with multiple fibre configurations. The configurations I use are shown below:</p>

<p><img alt="abcde" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/illustration.png" width="331" height="369"></p>

<p><strong>New:</strong> Two more configurations. Like (e), but:<br />
(f) three fibres at +/-1.2cm and 0cm<br />
(g) three fibres at +/- 1.0cm and 0cm.</p>

<p>The efficencies are:<br />

(a) 19.1%<br />
(b) 28.2%<br />
(c) 31.9%<br />
(d) 29.8%<br />
(e) 40.3%<br />
(f) 41.9% <strong>new</strong><br />
(g) 41.6% <strong>new</strong></p>

<p>The statistical uncertainty is about 0.2% in each case.</p>

<p>Below the fold is an illustration of how far the photons have to go before they hit the fibre, and the pathlength vs transverse position.</p>]]>
      <![CDATA[                              <p>Below are the Y-profile plots (i.e. efficiency as a function of position across the strip).</p>

<p><img alt="case-a-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/case-a-yproj.png" width= "665" height= "287"/><br><br />
<img alt="case-b-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/case-b-yproj.png" width= "665" height= "287"/><br><br />
<img alt="case-c-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/case-c-yproj.png" width= "665" height= "287"/><br><br />
<img alt="case-d-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/case-d-yproj.png" width= "665" height= "287"/><br><br />

<img alt="case-e-yproj" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/case-e-yproj.png" width= "665" height= "287"/><br></p>

<p><br />
The next two plots show how far photons have to go before they hit the fibre, as a function of where they started.  The first shows the 2-d plot (with a logarithmic Z scale). Note the bins along the bottom, which dominate the picture.  The second is a profile plot. (Errors indicate error on the mean, not the spread) which shows how this smallest bin pulls the distribution.  These are for the standard MINOS strips (case a).</p>

<p><img alt="pathlength-vs-position" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/pathlength-vs-position.png" width= "631" height= "412"/> </p>

<p><img alt="pathlength-vs-position-prof" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/pathlength-vs-position-prof.png" width= "631" height= "412"/></p>

<p>These can be compared the number of bounces before the photon hits the fibre, shown in the follwing plot.  Clearly, in my optical model, it's the number of bounces, not the attenuation length, that dominates the game:</p>

<p><img alt="case-a-bounces" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/18/case-a-bounces.png" width= "703" height= "380"/></p>]]>
   </content>
</entry>
<entry>
   <title>More doublewide strips</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/07/more_doublewide_strips.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.78</id>
   
   <published>2006-07-10T21:15:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary> A few more cases of double-wide strips with two fibres, moving the fibres around to try out different solutions. Again, an 8cm-wide strip, 1cm thick. The results: +/- 3.8 cm: 8.9% each fibre +/- 3.0 cm: 9.7% +/- 2.0...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[                              <p>A few more cases of double-wide strips with two fibres, moving the fibres around to try out different solutions.  Again, an 8cm-wide strip, 1cm thick.</p>

<p>The results:<br />
+/- 3.8 cm: 8.9% each fibre<br />
+/- 3.0 cm: 9.7%<br />
+/- 2.0 cm: 10.0%<br />
+/- 3.0 cm: 9.8%</p>

<p>Thus, it's pretty much insenstive to fibre position, although my prediction is that you do slightly better if you put your fibres about 1-2 cm from the edge of the strip.</p>]]>
      <![CDATA[                              <p><strong>Fibres at the very edge of the strip: </strong>(from previous entry): </p>

<p><img alt="double_wide_8cm_y" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/10/double_wide_8cm_y.png" width= "696" height= "472"/></p>

<p><strong>Fibres at +/- 3cm.</strong></p>

<p><img alt="doublewide_8cm_f3" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/10/doublewide_8cm_f3.png" width= "620" height= "321"/></p>

<p><strong>Fibres at +/- 2cm.</strong></p>

<p><img alt="doublewide_8cm_f2" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/10/doublewide_8cm_f2.png" width= "620" height= "321"/></p>

<p><strong>Fibres at +/- 1cm.</strong></p>

<p><img alt="doublewide_8cm_f1" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/10/doublewide_8cm_f1.png" width= "620" height= "321"/></p>]]>
   </content>
</entry>
<entry>
   <title>Double wide double fibre vs Two strips</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/07/double_wide_double_fibre_vs_tw.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.80</id>
   
   <published>2006-07-10T21:07:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary> Below is a simple comparison: imagine two MINOS-like strips, 4cm wide. Now imagine a single double-wide (8cm) strip with two fibres in it. How well do these two cases compare?...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[                              <p>Below is a simple comparison: imagine two MINOS-like strips, 4cm wide. <br />
Now imagine a single double-wide (8cm) strip with two fibres in it.</p>

<p>How well do these two cases compare?</p>]]>
      <![CDATA[                              <p>First, here's the MINOS strip for comparison. These are photons surviving to the fibre as a function of the true start position of the photon.  These are each 100k photon trials.</p>

<p><img alt="minos_y" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/10/minos_y.png" width= "696" height= "472"/></p>

<p>Now, here's my double-wide strip.  I've put the two fibres in the  of the strip, at +/- 3.8 cm from the middle. <br />
<img alt="double_wide_8cm_y" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/10/double_wide_8cm_y.png" width= "696" height= "472"/></p>

<p>Performance:<br />
The absolute performance of the single strip is 18.9%. <br />
The absolute performance of the doublewide strip is 17.8% (2 x 8.9%)</p>

<p>Discussion:<br />
This indicates that this design actually loses very little light.  In fact, you no longer have the few-mm gap between the two strips, which may actually increase your absolute efficiency.</p>

<p>However, this is an attendant loss of tracking resolution.  This could be mitigated by doing a light-sharing analysis of the two fibres: i.e.</p>

<p>y ~ (fibre1 - fibre2)/(fibre1+fibre2)</p>

<p>How well would this work?  Depends on poisson statistics. In a MINOS strip, you get about 3.5 p.e. of light at 4m per strip end (for a normal-going MIP).  That means that in this case, you would get only about 1.7 pe per fibre in the double-wide case. Not really enough to provide a good tracking resolution; you're better off with the single strips.<br />
</p>]]>
   </content>
</entry>
<entry>
   <title>Very Wide, Two-fibre strips</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/07/very_wide_twofibre_strips.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.79</id>
   
   <published>2006-07-10T19:31:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary>Below is a more extreme case... a 16cm wide strip with a fibre at each side....</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[<p>Below is a more extreme case... a 16cm wide strip with a fibre at each side.</p>]]>
      <![CDATA[<p><img alt="verywide_16cm_y" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/07/10/verywide_16cm_y.png" width= "620" height= "321"/></p>

<p><br />
The total efficiency isn't very good.. only about 10%.</p>]]>
   </content>
</entry>
<entry>
   <title>Daya Continued: Very wide strips</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/06/daya_continued_very_wide_strip.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.81</id>
   
   <published>2006-06-29T15:58:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary> OK, let&apos;s see how things work when we make the strip very wide indeed. Below are the results for 40cm-wide strips with a single fibre (MINOS-style)....</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[                              <p>OK, let's see how things work when we make the strip very wide indeed. Below are the results for 40cm-wide strips with a single fibre (MINOS-style).</p>]]>
      <![CDATA[                              <p>The black curves shows the survival probability for a 1cm-thick strip, while the red shows a 2cm-thick strip.  Apparently, you win with a thinner strip for p.e. per MeV, but of course you lose overall because a thicker strip gets more MeV.</p>

<p>Interestingly, the tails of the distributions are well modelled by a Breit-Wigner form.  At the very edge of the strip it doesn't work (since the sides of the strip reflect some back, raising the outer part of the tail).  The central peak isn't well modelled: this is due primarily to photons that undergo only 0-1 bounces before hitting the fibre.</p>

<p>Note that this particular simulation doesn't include the fibre acceptance; this is just the odds you'll hit the fibre. The disribution looks very similar for the more rigerous case; statisitics are just a lot worse.</p>

<p><img alt="projy_40cm_strip" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/06/29/projy_40cm_strip.png" width= "696" height= "472"/><br />
</p>]]>
   </content>
</entry>
<entry>
   <title>Scintillator pathlength/ bounces</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/06/scintillator_pathlength_bounce.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.82</id>
   
   <published>2006-06-28T16:29:00Z</published>
   <updated>2007-07-31T16:38:07Z</updated>
   
   <summary> Below are plots showing the path-length of photons in the scintillator and the number of bounces, for both simulated MINOS and OPERA strips. The blue curves show the distributions for photons that survive to the fibre, while the black...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[                              <p>Below are plots showing the path-length of photons in the scintillator and the number of bounces, for both simulated MINOS and OPERA strips.  The blue curves show the distributions for photons that survive to the fibre, while the black curves are photons that miss the fibre.</p>

<p>The bottom line is:<br />
Photons tend to travel further in MINOS strips, which isn't too surprising.<br />
Photons tend to bounce more often in the MINOS strips, which again isn't too surprising.</p>

<p>Update: Rebuilt to get pathlength right.</p>
]]>
      <![CDATA[<p><u><strong>Pathlength:</strong></u></p>

<p><strong>OPERA:</strong><br />
<img alt="opera_pathlength" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/06/28/opera_pathlength.png" width= "696" height= "472"/></p>

<p><strong>MINOS:<br />
</strong><img alt="minos_pathlength" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/06/28/minos_pathlength.png" width= "696" height= "472"/></p>

<p><br />
<u><strong>Bounces:</strong></u></p>

<p><strong>OPERA:</strong><br />

<img alt="opera_bounces" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/06/28/opera_bounces.png" width= "696" height= "472"/></p>

<p><br />
<strong>MINOS:</strong><br />
<img alt="minos_bounces" src="http://minos.phy.tufts.edu/tagg/blog/upload/2006/06/28/minos_bounces.png" width= "696" height= "472"/></p>]]>
   </content>
</entry>
<entry>
   <title>Moving the fibre</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/06/moving_the_fibre.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.83</id>
   
   <published>2006-06-23T20:15:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary> The code evolves some more. Support for multiple fibre in place but untried. Below, I show what happens to a MINOS strip if you move the fibre to 1.5cm off the axis. Interestingly, the total response of the strip...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[                              <p>The code evolves some more. Support for multiple fibre in place but untried.</p>

<p>Below, I show what happens to a MINOS strip if you move the fibre to 1.5cm off the axis.  Interestingly, the total response of the strip drops only a small amount, though obviously the position response changes substantially.<br />
</p>]]>
      <![CDATA[                              <p><img alt="moved_fibre_y.png" src="http://minos.phy.tufts.edu/tagg/blog/upload/moved_fibre_y.png" width="696" height="472" /></p>

<p>Blue is obviously the strip where I've moved the fibre to the side</p>

<p>Here's the 2D picture, which looks as you would expect:<br />
<img alt="moved_fibre_yz.png" src="http://minos.phy.tufts.edu/tagg/blog/upload/moved_fibre_yz.png" width="696" height="472" /></p>]]>
   </content>
</entry>
<entry>
   <title>Daya Bay Veto simulation, round 3</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/06/daya_bay_veto_simulation_round.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.84</id>
   
   <published>2006-06-22T21:30:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary> Here&apos;s the latest result on the Daya Bay scintillation work. This time I&apos;ve got the full fibre model included, as well as the scintillator optics....</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      <![CDATA[                              <p>Here's the latest result on the Daya Bay scintillation work.</p>

<p>This time I've got the full fibre model included, as well as the scintillator optics.  </p>]]>
      <![CDATA[                              <p>For each scintillator, I inject 4,000,000 blue photons (from a realistic spectrum) into the scintllator at the x=0 plane.  What I plot is the number of photons that survive to create a trapped green WLS fibre photon.  The position on the plot is the starting point of the blue photon: obviously, photons that begin near the fibre have a better chance of survival.</p>

<p>For both cases, I took the cladding radii to be 88% of the outer radius for the core, and 96% of the outer radius for the inner cladding boundary.</p>

<p><strong>For the OPERA style scintillator.</strong> Total efficiency is 2.00%<br />
 <blockquote> Double_t zh = 0.53;<br />
  Double_t yh = 1.315;<br />
  Double_t xh = 400.0;<br />
  Double_t fibrewidth = 1.0*Munits::mm;<br />

  Double_t fibredepth = 2.0*Munits::mm;<br />
</blockquote><img alt="opera.png" src="http://minos.phy.tufts.edu/tagg/blog/upload/opera.png" width="696" height="472" /></p>

<p></p>

<p><strong>For the MINOS style scintillator.</strong> Total efficiency is 1.9%. The blue band around the outside is a binning artifact.<br />
 <blockquote> Double_t zh = 0.5;<br />
  Double_t yh = 2.0;<br />

  Double_t xh = 400.0;<br />
  Double_t fibrewidth = 1.2*Munits::mm;<br />
  Double_t fibredepth = 1.3*Munits::mm;<br />
</blockquote></p>

<p><img alt="minos.png" src="http://minos.phy.tufts.edu/tagg/blog/upload/minos.png" width="696" height="472" /></p>

<p><br />
To compare the two, I've plotted the survival probability of the photons as a function of the starting Y position (i.e. across the strip).  Red is the narrower OPERA strip; black is the wide MINOS strip.</p>

<p><img alt="opera_vs_minos_y.png" src="http://minos.phy.tufts.edu/tagg/blog/upload/opera_vs_minos_y.png" width="696" height="472" /></p>

<p>I think the spike in the MINOS curve is high because the strip is narrower, so you get more light reflected off the nearby surface.   The OPERA wings are higher because light doesn't wander into the corners to get trapped.<br />
</p>]]>
   </content>
</entry>
<entry>
   <title>Wow. A blog</title>
   <link rel="alternate" type="text/html" href="http://minos.phy.tufts.edu/tagg/blog/2006/06/wow_a_blog.html" />
   <id>tag:minos.phy.tufts.edu,2006:/tagg/blog//1.85</id>
   
   <published>2006-06-22T21:16:00Z</published>
   <updated>2007-07-31T16:34:55Z</updated>
   
   <summary>That only took about 3 hours to do. Alex of course has all of the Tufts minos computer hotwired so that mysql refused to work. Fiddled with the scripts, reset the root password, all that jazz. Then I managed to...</summary>
   <author>
      <name>Nathaniel Tagg</name>
      <uri>http://minos.phy.tufts.edu</uri>
   </author>
         <category term="DayaBay Scintillator" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://minos.phy.tufts.edu/tagg/blog/">
      That only took about 3 hours to do. Alex of course has all of the Tufts minos computer hotwired so that mysql refused to work. Fiddled with the scripts, reset the root password, all that jazz. Then I managed to install moveable type without killing myself, and now I get to actually make an entry...
      
   </content>
</entry>

</feed>
