You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the use case that requires this feature.
The muon analysis pipeline has recently been updated to incorporate the weighted Teubin fit, with initial parameters now estimated using the Chaudhuri and Kundu method ( Muon fit improvement #2736 ).
To be verified: this new change may fix the ring radius distribution, which previously showed unphysical behavior around 1 deg.
An additional important issue relates to the accuracy and correctness of impact point reconstruction. The intensity fitter uses a log-likelihood fit to simultaneously determine the optical efficiency for muons and the impact point within a single fitting function. The muon impact point is one of the parameters used in the quality cuts.
The unphysical behavior can be seen in the distribution:
There are a number of other issues, each of them will have its own separate sub-issue summarized below:
The chord calculation has a bug.
It does not account for non-physical solutions in the chord calculation for points outside the mirror. This is important for fitting with the central hole in the mirror, or when accounting for camera shadowing. (MR: Muon fit chord length fix Muon fit chord length fix #2803). (Sub-issue: The chord calculation has a bug The chord calculation has a bug #2804)
The oversampling for the log-likelihood fit is too small. The oversampling needs to be adjusted — we should use fewer bins than the angular dimensions.
The atmospheric absorption, mirror reflectivity, and PMT photon detection efficiency must be taken from the Monte Carlo simulation. Within this approach it is ignored.
The muon inclination is not included in the fit of the muon impact point or in the PDF calculation.
The PDF calculation for the expected number of photoelectrons has a weak dependence on the muon inclination,and on the determination of the muon impact point.
Using a poorly reconstructed impact point reduces efficiency and introduces additional systematic uncertainties, which in turn affect optical throughput and PSF measurements
Describe the solution you'd like
A revision of the muon fit sequence is necessary, along with the implementation of relevant validation tests.
Muon inclination should be incorporated into the fit of the impact point and into the PDF.
Describe alternatives you've considered
An alternative solution is to exclude the muon impact point quality cuts and having cuts applied to the fitted ring only. It is important to note that the muon impact point is derived from fitting the azimuthal distribution of Cherenkov photons—an additional step that follows the ring fitting process.
Additional context
The implementation of relevant validation tests need to be added.
Please describe the use case that requires this feature.
The muon analysis pipeline has recently been updated to incorporate the weighted Teubin fit, with initial parameters now estimated using the Chaudhuri and Kundu method ( Muon fit improvement #2736 ).
To be verified: this new change may fix the ring radius distribution, which previously showed unphysical behavior around 1 deg.
An additional important issue relates to the accuracy and correctness of impact point reconstruction. The intensity fitter uses a log-likelihood fit to simultaneously determine the optical efficiency for muons and the impact point within a single fitting function. The muon impact point is one of the parameters used in the quality cuts.
The unphysical behavior can be seen in the distribution:
There are a number of other issues, each of them will have its own separate sub-issue summarized below:
The chord calculation has a bug.
It does not account for non-physical solutions in the chord calculation for points outside the mirror. This is important for fitting with the central hole in the mirror, or when accounting for camera shadowing. (MR: Muon fit chord length fix Muon fit chord length fix #2803). (Sub-issue: The chord calculation has a bug The chord calculation has a bug #2804)
The default value of the LST mirror hole is incorrect, and the 'usual' YAML file used for analysis also contains the wrong value. It is very small. (The sub-issue The reflector’s hole radius is defined incorrectly #2807 and its MR: Muon fit chord length fix hole radius correction m #2808 )
The oversampling for the log-likelihood fit is too small. The oversampling needs to be adjusted — we should use fewer bins than the angular dimensions.
The atmospheric absorption, mirror reflectivity, and PMT photon detection efficiency must be taken from the Monte Carlo simulation. Within this approach it is ignored.
The muon inclination is not included in the fit of the muon impact point or in the PDF calculation.
The PDF calculation for the expected number of photoelectrons has a weak dependence on the muon inclination,and on the determination of the muon impact point.
Using a poorly reconstructed impact point reduces efficiency and introduces additional systematic uncertainties, which in turn affect optical throughput and PSF measurements
Describe the solution you'd like
A revision of the muon fit sequence is necessary, along with the implementation of relevant validation tests.
Muon inclination should be incorporated into the fit of the impact point and into the PDF.
Describe alternatives you've considered
An alternative solution is to exclude the muon impact point quality cuts and having cuts applied to the fitted ring only. It is important to note that the muon impact point is derived from fitting the azimuthal distribution of Cherenkov photons—an additional step that follows the ring fitting process.
Additional context
The implementation of relevant validation tests need to be added.
Related issue:
#2815
#2844 (comment)
Related MR:
#2814
#2845 (comment)