3.3 Development of matching method with the correlation between track posi-
3.3.4 Confirmation of Geant4 simulation
Figure 29: Comparison of the number of MFT track candidates before and after back-ground subtraction. Red dot represents the number of candidates before backback-ground subtraction and blue dot represents after subtraction.
corresponds to the approximate angle of 5.7◦. When muon that angel is 5.7◦ reaches the end of the absorber, the position of the x-axis is 475.9 mm. Here, the range around η = −3 is defined as 470.9 < x < 480.9 mm and 5.2◦ < θ < 6.2◦. Figure 30 and Table 8 summarize the assigned parameters in the simulation. It is confirmed that the incident position does not affect the results.
Figure 30: Schematic drawing of the confirmation simulation setup.
Table 8: Assigned parameters in the confirmation simulation.
Variable Assigned parameters Incident position of z-axis 0(mm): fixed
Incident position of x-axis -20<x<160(mm): 1mm step Incident angle 3.0◦<θ<8.0◦: 1◦ step
The left panel of Figure 31 left shows the correlation between the position and angle at the entrance of the absorber for muons that are injected from the exit of absorber towards the vertex at η=−3(same situation as Section3.2.2). The right panel of Figure31right shows the correlation between the position and angle at the entrance of the absorber for muons that reaches the range around η =−3 at the exit of the absorber. The functions of the ellipses drawn in the same colors are the same in both figures. The percentage of entries in the ellipse is defined as efficiency. Efficiency lines (90,70,50%) defined in left figure give consistent results (88,68,47%) in right figure.
Figure31: (left) Correlation between the position and angle at the entrance of the absorber for muon that is injected from the exit of absorber towards the vertex at η = −3 (same situation as 3.2.2). (right) Correlation between the position and angle at the entrance of the absorber for muons that reached the range around pseudo-rapidityη=−3at the exit of the absorber.
3.4 Preparation for evaluation of matching algorithm
To select the best MFT track from the MFT track candidates, the likelihood of the MFT track candidates is evaluated by the following factors. That is the correlation between the track position and angle, and momentum and charged sign matching between MFT and MUON. The new matching method simulated in Section 3.2.2 needs to be implemented in the matching algorithm.
Steps to implement the new matching method are summarized below. First, correlation distribution can be obtained from the MUON track. The size of the distribution depends on the MUON track momentum. Second, the MFT track that is the nearest to the center of the distribution is the best MFT track. To calculate the distance from the center of the ellipse is harder than calculating the distance from the center of the circle. In order to make analysis easier, elliptical distribution given in Section 3.2.2 is converted to circular distribution.
Figure 32shows the process to convert the elliptical distribution to circular distribution that center is zero. Each process is shown below. The step numbers are corresponding to the numbers of the panel in Figure 32.
1. The original correlation distribution of the track position and angle atpT = 1GeV/c simulated by Geant4. This is the same figure as Figure 26.
2. The center of Figure 32-1 is converted to zero. Each axis is converted by equation (10) and (11).
x = (x −x )−tan
(θM F T +θM U ON)
/L (10)
y2 =θM U ON −θM F T. (11) 3. The y-axis in Figure32-2is multiplied by L/3 to make the dimension the same as the x-axis and to make the distribution slope 45 degrees. L/3 is empirically found out.
4. Figure 32-3 is rotated 45 degrees to align the major axis of the ellipse with the x-axis.
5. Figure 32-4 is converted ellipse to a circle by dividing each x and y value by each standard deviation. Each standard deviation is obtained from the fit values of Figure 33.
Figure32: Process to convert the elliptical distribution to circular distribution that center is zero.
The left (right) panel of Figure 33 shows a projection of Figure 32-4 onto the x-axis (y-axis), respectively. Each histogram is fit by Gaussian function. The same processes are done for other pT. Figure 34 shows standard deviations σx and σθx in Figure 32-4 as a function of pT. The standard deviations vs. pT is fit by function (12).
σx = 20.84/pT + 1.349/p2T
σθx = 8.603/pT + 2.072/p2T (13)
Figure33: Projection of Figure33-4onto the x-axis (left) and y-axis (right), respectively.
Each histogram is fit by Gaussian function.
Figure 34: Standard deviation σx and σθx in step 4 as a function of pT. Each standard deviation is obtained from the fit values of Figure 33.
Figure 35 (left) shows the original distributions and Figure 35 (right) shows the
distri-is pT = 1 GeV (pT = 2 GeV). The efficiency lines are defined as the percentage of entries inside ellipse or circle. The size of the original distribution depends on pT, while the size of the distribution after all conversions described above does not depend onpT. Figure36 shows the percentage of entries in the right panel of Figure35as a function of radiusr. r is defined as the distance from the center of the circular distribution after all conversion.
Different color dots represent different pT. All dots almost overlap. That is contour lines of efficiency can be written regardless of pT. Therefore the MFT track that has smaller r is more likely to be the best MFT track regardless of pT.
Figure 35: Original distributions (left) and distributions after conversion (right) with efficiency lines. The upper (lower) panel is pT = 1 GeV (pT = 2 GeV). Contour lines of efficiency can be written regardless of transverse momentum.
Figure36: Percentage of entries in the right panel of Figure 35as a function of radiusr.
Different color dots indicate different pT.
4 Evaluation of developed matching algorithm
The developed matching algorithm is evaluated using HIJING [18].
4.1 Simulation tool for Heavy Ion Collisions
HIJING (Heavy Ion Jet INteraction Generator) is a Monte Carlo event generator particle production in high energy nuclear collisions. After HIJING generates particles emitted by high energy nuclear collisions, GEANT4 is used to simulate detector responses. In Monte Carlo simulation, we can know the true information of the particles in the events such as the particle ID, interaction points, momentum vector, and their mother particles.
Therefore we can verify how well the developed matching algorithm performs to evaluate track candidates.
4.2 Evaluation setup
In this evaluation, central Pb-Pb collision in centrality 0-5% at √
sN N = 5.5 TeV is generated by HIJING and single muon that ϕ range is 0◦ < ϕ < 360◦ is embedded at η = −3 for each event. Tracks generated by HIJING are the background in the evaluation. Detector responses are simulated by GEANT4. 30 events are simulated for eachpT (pT = 1,2,3GeV). Each MFT hit at the last MFT disk is scored for the MUON hit of the embedded single muon by calculating matching quality parameters. The matching quality parameters in the x and y directions rx and ry are defined as:
rx =
√
x′2+θx′2 (14)
ry =
√
y′2+θ′y2 (15)
wherex′, θx′, y′, θy′ are the values after the conversion from elliptical to circular distribution in Section 3.4. They are calculated as:
x′ =
[
(xM U ON −xM F T)−tan
(θM F T +θM U ON
2
)
/L
]
/σx (16)
θ′x = [(θM U ON −θM F T)∗L/3]/σθx (17)
[ ( ) ]
The rx (ry) is the distance from the center of the 2 dimensional histogram (θx (θy) vs.
x′ (y′)) that is the circular distribution as shown in the right pannel of Figure 35. The track that have the smallestrx orry is chosen as the best MFT track in each direction. rx
and ry are the one-dimensional matching quality parameters. Two-dimensional matching quality parameter R considering both rx and ry is defined as:
R =rx+ry
=√x′2+θx′2+y′2 +θy′2. (20) The track that has the smallest R among the track candidates is chosen as the best MFT track. Since this is a simulation, we can check which track is a single muon in the MFT track candidates. Therefore, when we arrange R in ascending order, we can get the ranking of how small R of the embedded muon is among all entries. In this simula-tion, true positions and momentum vectors from simulated information not reconstructed information are used at the last MFT disk and the first MUON tracking chamber.
4.3 Result
Figure 37 shows the distribution of track position and angle in the x-direction for 10 events on the last MFT plane. The center of the distribution is (0,0) and most of the hit points are on the linear line. Distributions have a similar tendency regardless of pT
of the signal (embedded single muon). The distribution of the position and angle for y-direction has the same tendency as x-direction. Figure 38shows the distribution of the normalized position x′ and angle θx′. The distribution spreads as pT of embedded single muon increases because x′ and θx′ are normalized values by σx and σθx which depend on pT of the signal (equation 16and 17). The distribution of the normalized position y′ and angle θ′y has the same tendency. Figure 39 shows the distribution of rx and ry. The distribution spreads as pT of the signal increases because rx and ry are normalized values by σx,σθx, σy and σθy which depend on pT of the signal (equation 14 to 19).
Figure 37: Distribution of the position and angle for x direction at the last MFT plane.
pT of embedded single muon is shown in each panel.
Figure 39: Distribution of rx and ry. pT for embedded single muon is shown in each panel.
Figure 40, 41, 42 shows rx, ry and R respectively. Red line represents embedded muon and blue line represents background. The red line (embedded single muon) has a peak in a small region around from 0 to 3 mm, while the blue line (background) spreads evenly to large region for all rx, ry and R as expected. rx and ry have similar results. R, which combines the two of rx and ry, has a lower background ratio than rx and ry alone. R can reduce the amount of the background by almost an order of magnitude compared to rx and ry at any pT, especially at low R. The ratio of background to signal decreases with increasing pT especially for R as shown in Figure 42. Figure 43 shows R only for background. Peak position is smaller in lower pT than higer pT. R distribution is sharp in lower pT, while R distribution is smooth in higer pT This is because R is normalized value by the standard deviation which depends onpT shown in Figure34and background before normalization is similar in any pT. Therefore this affects the ratio of background to signal.
Figure40: Distribution ofrx. Red line represents embedded muon and blue line represents background. pT of embedded single muon is shown in each panel.
Figure42: Distribution ofR. Red line represents embedded muon and blue line represents background. pT of embedded single muon is shown in each panel.
Figure 43: Distribution ofR only for background. pT of embedded single muon is shown in each panel.
Figure 44 shows the ranking of how smallR of the embedded muon is among all entries.
The possibility that the true MFT track is chosen as the best MFT track significantly increases as pT increases because the size of the search window is smaller for larger pT. matching between MFT and MUON. Background can be halved by the sign of charged particle.
Figure 44: Ranking of how small the two-dimensional matching quality parameter R of the embedded muon was among all entries. pT is shown in each panel.
5 Summary and Outlook
In this study, the track matching algorithm between MFT and MUON using the correla-tion between track posicorrela-tion and angle is developed. Track matching between MFT and MUON is important for precise tracking around the vertex and to improve signal-to-noise ratio S/N and mass resolution. The number of both MFT track candidates was calcu-lated when using the correlation and when not using. The matching method using the correlation between track position and angle can improveS/N significantly about6times with high efficiency.
The developed track matching method must be implemented in the matching algorithm.
The MFT track that is the nearest to the center of the distribution is the best. To cal-culate the distance from the center of the ellipse is harder than calculating the distance from the center of the circle. To make analysis easier, elliptical distribution is converted to circular distribution. After conversion from elliptical to circular distribution, contour lines of efficiency can be written regardless of transverse momentum. Therefore the dis-tance between the center and the track point in the circular distribution is the likelihood of the MFT track candidate regardless of pT.
The developed matching method is evaluated using HIJING. The matching quality pa-rameter R is developed. The possibility that the true MFT track is chosen as the best MFT track significantly increases with pT increasing. In evaluation, the ranking of how small matching quality parameter R of the embedded muon is among all entries is calcu-lated.
Here’s what we can do as a next step. When matching quality parameter R of the true MFT track is second, that matching quality parameterR may be close to the value of the first matching quality parameterR. A comparison of the difference betweenRfor the true MFT track and background can give other matching quality parameters. In this simula-tion, true positions and momentum vectors from simulated information not reconstructed information are used at the last MFT disk and the first MUON tracking chamber. Recon-structed standalone tracklets of MFT and MUON are considered the position resolution of detectors. Therefore R should be worse than this evaluation when using reconstructed information. We have to check how well R works when using reconstructed standalone tracklets. Also, a magnetic field is applied parallel to the beam axis. Charged particles are deflected by a magnetic field, especially for low momentum. MFT and MUON can measure the sign of charged particle, therefore the background can be halved. Rough momentum matching between MFT and MUON can reduce background. Also, we need more statistics to evaluate the developed matching method more precisely. The MFT is installed in2020 and LHC-Run3will start in2021. Therefore the new matching method must be implemented in the matching algorithm before LHC-Run 3.
Acknowledgement
I wish to express my sincere appreciation to Prof. Kenta Shigaki. He invited me to this research and always supervised me despite being in a different university. I would like to thank Asst. Prof. Maya Shimomura and Asst. Prof Takashi Hachiya for always support-ing me nearby. Without their support, I could not finish this work. I would like to thank Dr. Yorito Yamaguchi for his various advice from physics to presentation materials.
Prof. Hisaki Hayashii and Prof. Kenkichi Miyabayashi gave different perspective com-ments. That helped me to understand my work better. I would like to thank Kosei Yamakawa san and Takumi Osako kun who instructed me analysis framework of ALICE.
I also would like to thank my colleagues in Nara and Hiroshima. Thanks to them, I could enjoy this two years more. Finally, I must express my gratitude to my family, Tsutomu, Rumi, and Saki. They have always supported what I want to do.
この研究を支えてくださった全ての方々に感謝しています。ありがとうございました。