• Tidak ada hasil yang ditemukan

Chapter V: The future of UCN 𝜏

5.8 Conclusion

This section discussed upgrades to the UCN𝜏 experiment that could enable the measurement of the free neutron lifetime to a total uncertainty of less than 0.10 s.

Section 5.2 discussed how increasing the number of UCN produced by the source would decrease the statistical uncertainty of an extracted lifetime, and Sections 5.3 and 5.4 discussed how to make better use of however many UCN may be available.

Section 5.5 discussed the need to upgrade the primary detector to accommodate an increase in the number of UCN loaded into the trap. Sections 5.6 and 5.7 discussed how to decrease some of the largest systematic uncertainties of this experiment. If most of the potential upgrades presented in this section can be realized, then a future iteration of the UCN𝜏experiment will be able to achieve a measurement of the free neutron lifetime to a total uncertainty of less than 0.10 s.

A p p e n d i x A

OPTIMIZING THE HOLDING LENGTH

Consider a simplified version of a UCN𝜏with the following assumptions:

1. The number of UCN loaded into the trap is a random variable π‘›βˆΌ Integer[Gaussian(𝑁 , 𝑓 𝑁)],

where 𝑓 β‰₯ 1 is fixed and known and𝑁 is fixed but unknown

2. The number of background events during the unloading process is 𝑏 ∼ Poisson(𝐡),where𝐡is fixed and known

3. Other than background, there are no systematic effects

4. All UCN are counted exactly 70 s after the beginning of the unloading process, and the counting of UCN is perfectly efficient

For a holding length𝑑 ,the proportion of UCN that are expected not to decay between the end of the filling process and when the UCN are counted is 𝑝=π‘’βˆ’(120+𝑑)/𝜏.The 120 s in the exponent comes from two sources: 50 s of cleaning, as well as 70 s of delay between the beginning of the unloading process and when the UCN are counted.

As explained in Section 3.2.1, there is benefit to having multiple short holding lengths. Anoctetis a set of eight runs: four short runs with holding lengths of 20 s, 50 s, 100 s, and 200s; and four long runs with a holding length of𝑑long.Starting from Equation 3.14 and making the simplifying assumption that𝑠=1 andπœŽπ‘†=𝜎𝐢 =0, the likelihood function simplifies to

L (𝜏, 𝑁|𝑒𝑖, 𝑑𝑖) =βˆ’Γ•

𝑖

ln Gaussian 𝑒𝑖

𝑁 𝑝𝑖+𝐡, 𝑓 𝑁 𝑝2

𝑖 +𝑁 𝑝𝑖(1βˆ’π‘π‘–) +𝐡

, (A.1) where𝑖sums over all runs in the analysis.

The maximum likelihood of𝑁 and𝜏,as well as the uncertainties of those estimates (πœŽπ‘, 𝜎𝜏), was found using the methodology described in Section 3.9. 𝜎𝜏is inversely proportional to the square of the amount of data gathered, so maximizing the data gathered per unit of time (Δ𝑑) is equivalent to maximizingπœŽβˆ’2

𝜏 /Δ𝑑 .

Figure A.1: Relative amounts of data gathered per hour as a function of𝑑𝐿. Each run takes a total time𝑑 +𝛿 to complete, where𝑑 is the holding length of this run and𝛿is some constant amount of overhead time per run. An octet takes a total time of 370 s+4𝑑𝐿 + 8𝛿 to complete, where 𝑑𝐿 is the holding length of the long runs and 370 s= (20+50+100+200)s. Monte Carlo simulations were modelled after the simplified version of the UCN𝜏experiment described at the beginning of this appendix. These simulation were repeated with different choices for the long holding length𝑑𝐿. Figure A.1 shows the rate of data gathered per hour as a function of long holding length for reasonable choices of𝑁 =10,000, 𝐡=50,and𝛿=630 s, and for two options for 𝑓 . Larger values for 𝑓 (larger scales of the uncertainty of the normalization estimateπœŽπ‘ relative to the ideal case ofπœŽπ‘ =√

𝑁) led to a larger value of the optimum holding length and decreased the statistical precision of a measurement made from a fixed number of runs.

A p p e n d i x B

UCN EVENT RECONSTRUCTION ALGORITHMS

In Algorithm 1:

β€’ 𝑑𝑖is the time that the𝑖thphotoelectron was observed

β€’ ch𝑖 ∈ {1,2} is which photomultiplier tube of the primary detector the 𝑖th photoelectron was observed in

β€’ 𝑇𝐢 is the coincidence window

β€’ 𝑇𝑇 is the tail window

β€’ 𝑁PEis the photoelectron threshold

Algorithm 1UCN reconstruction without a prompt window INPUTS:{(𝑑𝑖,ch𝑖)}𝑖𝐿=1where𝑑𝑖 ≀ 𝑑𝑖+1

PARAMETERS:𝑇𝐢, 𝑇𝑇, 𝑁PE 𝑖← 1

while𝑖 ≀ 𝐿do

𝑗 , 𝑛,state←𝑖+1,1,0 while 𝑗 ≀ 𝐿do

ifstate=0then if𝑑𝑗 βˆ’π‘‘π‘– > 𝑇𝐢 then

breakloop over 𝑗 else

𝑛← 𝑛+1 if ch𝑖 β‰ ch𝑗 then

state← 1 end if end if else

if𝑑𝑗 βˆ’π‘‘π‘—βˆ’1> 𝑇𝑇 then breakloop over 𝑗 else

𝑛← 𝑛+1 end if end if

𝑗 ← 𝑗+1 end while

if state=1 and𝑛 β‰₯ 𝑁PEthen

push backreconstructed UCN event with start time𝑑𝑖, end timeπ‘‘π‘—βˆ’1+𝑇𝑇, and𝑛photoelectron

𝑖← 𝑗 else

𝑖←𝑖+1 end if end while

return reconstructed UCN events

In Algorithm 2:

β€’ 𝑑𝑖is the time that the𝑖thphotoelectron was observed

β€’ ch𝑖 ∈ {1,2} is which photomultiplier tube of the primary detector the 𝑖th photoelectron was observed in

β€’ 𝑇𝐢 is the coincidence window

β€’ 𝑇𝑃is the prompt window

β€’ 𝑇𝑇 is the tail window

β€’ 𝑁PEis the photoelectron threshold

Algorithm 2UCN reconstruction with a prompt window INPUTS:{(𝑑𝑖,ch𝑖)}𝑖𝐿=1where𝑑𝑖 ≀ 𝑑𝑖+1

PARAMETERS:𝑇𝐢, 𝑇𝑃, 𝑇𝑇, 𝑁PE 𝑖← 1

while𝑖 ≀ 𝐿do

𝑛𝑃, 𝑛𝑇,state, 𝑗 ←1,1,0, 𝑖+1 while 𝑗 ≀ 𝐿do

ifstate=0then if𝑑𝑗 βˆ’π‘‘π‘– > 𝑇𝐢 then

breakloop over 𝑗 else

𝑛𝑃, 𝑛𝑇 ←𝑛𝑃+1, 𝑛𝑇 +1 if ch𝑖 β‰ ch𝑗 then

state← 1 end if end if

else if state=1then if𝑑𝑗 βˆ’π‘‘π‘– > 𝑇𝑃 then

if 𝑛𝑃 β‰₯ 𝑁PEthen state← 2 else

breakloop over 𝑗 end if

else

𝑛𝑃, 𝑛𝑇 ←𝑛𝑃+1, 𝑛𝑇 +1 end if

end if

ifstate=2then

if𝑑𝑗 βˆ’π‘‘π‘—βˆ’1> 𝑇𝑇 then breakloop over 𝑗 else

𝑛𝑇 ← 𝑛𝑇 +1 end if

end if 𝑗 ← 𝑗+1 end while if state=2then

push backreconstructed UCN event with start time𝑑𝑖, end timeπ‘‘π‘—βˆ’1+𝑇𝑇, 𝑛𝑃prompt photoelectrons, and𝑛𝑇 total photoelectrons

𝑖← 𝑗 else

𝑖←𝑖+1 end if end while

return reconstructed UCN events

In Algorithm 3:

β€’ 𝑑𝑖is the start time of the reconstructed UCN event

β€’ 𝛿𝑖is the length of each reconstructed UCN event

β€’ 𝑁𝑃

𝑖 is the number of photoelectrons found in the prompt window of each reconstructed UCN event

β€’ 𝑁𝑇

𝑖 is the total number of photoelectron found in each reconstructed UCN event

β€’ 𝑇𝑃is the prompt window from the reconstruction algorithm

β€’ 𝑇𝑇 is the tail window from the reconstruction algorithm

β€’ 𝑁PEis the photoelectron threshold from the reconstruction algorithm

β€’ cdf is a cumulative distribution function of the measured time of detection of photoelectron in a reconstructed UCN event, relative to the time of the first photoelectron in a reconstructed UCN event

Algorithm 3UCN-event-tail correction INPUTS:

𝑑𝑖, 𝛿𝑖, 𝑁𝑃

𝑖 , 𝑁𝑇

𝑖

𝐿

𝑖=1where𝑑𝑖 ≀ 𝑑𝑖+1, 𝛿𝑖 β‰₯ 𝑇𝑇,and𝑁PE ≀ 𝑁𝑃

𝑖 ≀ 𝑁𝑇

𝑖

PARAMETERS:𝑇𝑃, 𝑇𝑇, 𝑁PE,cdf {𝐹𝑖}𝐿𝑖=1,{π‘Šπ‘–}𝑖𝐿=1←0,1

for𝑖 ←1 to 𝐿do 𝐴𝑖← 𝑁𝑇

𝑖 /cdf(𝛿𝑖) for 𝑗 ←𝑖+1 to 𝐿do

𝐹𝑗 ← 𝐹𝑗+ 𝐴𝑖

cdf(𝑑𝑗 βˆ’π‘‘π‘–+𝑇𝑃) βˆ’cdf(𝑑𝑗 βˆ’π‘‘π‘–) 𝑁𝑇

𝑗 ← 𝑁𝑇

𝑗 βˆ’ 𝐴𝑖

cdf(𝑑𝑗 βˆ’π‘‘π‘–+𝛿𝑗) βˆ’cdf(π‘‘π‘—βˆ’π‘‘π‘–) end for

for 𝑗 ← 𝑁𝑃

𝑖 βˆ’π‘PE+1 to𝑁𝑃

𝑖 do π‘Šπ‘– β†π‘Šπ‘–βˆ’Poisson(𝑗|𝐹𝑖) end for

end for

return {π‘Šπ‘–}𝑖𝐿=1

A p p e n d i x C

THE THINNED POISSON DISTRIBUTION

Denote the probability of observing a random valueπ‘₯ drawn from a Poisson dis- tribution with mean πœ‡ as 𝑃𝑃(π‘₯|πœ‡). Denote the probability of observing a random value 𝑦from a Binomial distribution with𝑁 trials, each of which has a probability of success 𝑝,as𝑃𝐡(𝑦|𝑁 , 𝑝).

Let𝑛 ∼Poisson(𝑁), and then letπ‘₯ ∼Binomial(𝑛, 𝑝).Then 𝑃(π‘₯|𝑁 , 𝑝) =Γ•

π‘Œ

𝑃𝐡(π‘₯|π‘Œ , 𝑝) ·𝑃𝑃(π‘Œ|𝑁)

=

∞

Γ•

π‘Œ=π‘₯

π‘Œ!

π‘₯!(π‘Œ βˆ’π‘₯)!𝑝π‘₯(1βˆ’ 𝑝)π‘Œβˆ’π‘₯Β· π‘π‘Œπ‘’βˆ’π‘ π‘Œ!

= 𝑝π‘₯π‘’βˆ’π‘ π‘₯!

∞

Γ•

π‘Œ=π‘₯

π‘π‘Œ(1βˆ’π‘)π‘Œβˆ’π‘₯ (π‘Œ βˆ’π‘₯)!

= (𝑁 𝑝)π‘₯π‘’βˆ’π‘ π‘₯!

∞

Γ•

π‘Œ=π‘₯

[𝑁(1βˆ’ 𝑝)]π‘Œβˆ’π‘₯ (π‘Œ βˆ’π‘₯)!

= (𝑁 𝑝)π‘₯π‘’βˆ’π‘ 𝑝 π‘₯!

∞

Γ•

π‘Œ=π‘₯

[𝑁(1βˆ’ 𝑝)]π‘Œβˆ’π‘₯π‘’βˆ’π‘(1βˆ’π‘) (π‘Œ βˆ’π‘₯)!

= (𝑁 𝑝)π‘₯π‘’βˆ’π‘ 𝑝 π‘₯!

∞

Γ•

π‘Œ=0

[𝑁(1βˆ’ 𝑝)]π‘Œπ‘’βˆ’π‘(1βˆ’π‘) π‘Œ!

= (𝑁 𝑝)π‘₯π‘’βˆ’π‘ 𝑝 π‘₯! Β·1

= (𝑁 𝑝)π‘₯π‘’βˆ’π‘ 𝑝 π‘₯!

=𝑃𝑃(π‘₯|𝑁 𝑝).

Thereforeπ‘₯ ∼ Poisson(𝑁 𝑝).

Dalam dokumen Precision Measurement of the Neutron Lifetime (Halaman 191-200)