-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLD fullsim for FCCee: muon->pion misidentification at 2-7 GeV using PandoraPF #52
Comments
m_minTrackCandidateEnergy(7.f), Add after
<MinTrackCandidateEnergy> 5.0 </MinTrackCandidateEnergy> |
Just adding some old plots that I dug out showing muon PID efficiency and purity for the ILD detector. There the mu_eff_pandora.pdf If the efficiency of the
|
Great! (Latex nitpick: |
Very Nice! Do we have some kind of junction effect at |
Just from trigonometry there is less material particles have to go through at |
Thanks Andre, interesting! The purely geometrical effect of "seeing" less material towards trajectories perpendicular to the barrel should have "smooth" consequences on pion punch-through. The interaction length plot makes me think this is not a material budget origin. Also seeing an effect in single muon particle gun efficiency suggests something more general. |
Could be an effect of the particle moving on exactly the border of the calorimeter cells at 90 degree's. Maybe causing hits on either/both sides of the border. That could throw off the muon reconstruction algorithm, it looks for a very particular shape of neatly lined up hits. (Sorry for closing, fat fingers :() |
Regarding the dip around 90º - I can add that those are not many, but populate higher momentum, and are very very narrowly focused in theta. You can see them in the first plot (2D) I circulated. They are not really an issue for the analysis since they are very easy to remove, but after the current deadline to try to get the tau result ready for the report I can investigate them further if you want. (and thanks for the note on latex! indeed :) ) |
Dear all,
I am working on tau reconstruction using full simulated samples with CLD, starting from Pandora PFOs.
I have noticed a sizeable contamination of muons in my analysis: these are muons originating from tau decays which are identified as pions by Pandora, concentrated between 2 and 7 GeV and at central Theta. This is using the "PandoraPFOs" sample (image attached) , and I see a similar tendency with "TightSelectedPandoraPFOs". Note in the image there are also muons below 2 GeV and a small leakage at high momentum at Theta=pi/2: those are not an issue.
@Zehvogel pointed me to a difference in muon algorithm starting at 7 GeV, which should explains this behaviour:
https://github.com/PandoraPFA/LCContent/blob/master/src/LCPlugins/LCParticleIdPlugins.cc#L434 (LCMuonId)
https://github.com/PandoraPFA/LCContent/blob/master/src/LCParticleId/MuonReconstructionAlgorithm.cc
Is there an easy way to tune the settings of the Muon ID in Pandora, eg changing the threshold to start at 5 GeV ? If there is any documentation about how to tune this I can do a check.
Alternatively, any further tweaks on how to improve the muon ID at low momentum would be great.
More plots are on the way (requested by @BrieucF ), I will update the ticket as soon as they are ready.
Regards,
María Cepeda
The text was updated successfully, but these errors were encountered: