Implementation of the fully hadronic modes using single-muon triggered data#4
Open
amlyon wants to merge 11 commits intogkaratha:mainfrom
Open
Implementation of the fully hadronic modes using single-muon triggered data#4amlyon wants to merge 11 commits intogkaratha:mainfrom
amlyon wants to merge 11 commits intogkaratha:mainfrom
Conversation
added 11 commits
May 12, 2025 12:06
Author
|
Hi @gkaratha, Here is the PR that imports to the modifications to the code such that it can reconstruct fully-hadronic modes in the single-muon B-parking data sets. As we discussed, I let you decide when you think it is a good moment to merge this PR and run the code centrally. Let me know if you have any questions! |
amlyon
commented
May 14, 2025
| Path=["HLT_DoubleMu4_LowMass_Displaced", "HLT_DoubleMu4_3_LowMass"] | ||
| HLT_paths_dimuon=["HLT_DoubleMu4_LowMass_Displaced", "HLT_DoubleMu4_3_LowMass"] | ||
| HLT_paths_singlemuon=["HLT_Mu7_IP4", "HLT_Mu8_IP6", "HLT_Mu8_IP5", "HLT_Mu8_IP3", "HLT_Mu8p5_IP3p5", "HLT_Mu9_IP6", "HLT_Mu9_IP5", "HLT_Mu9_IP4", "HLT_Mu10p5_IP3p5", "HLT_Mu12_IP6"] | ||
| #FIXME add HLT paths for the 2025 data |
Author
There was a problem hiding this comment.
Note: if the code is to be run centrally, the name of the relevant HLT lines will have to be added here.
Owner
|
Thanks a lot @amlyon I will have a look. But if you have the code running then it should be ok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The main modifications to the code are:
Adaptation of the framework to be able to run on the single-muon B-parking data set. This includes
Implementation of the BTo4TrkBuilder. This builder allows for the reconstruction of B->V(trktrk)V(trktrk) decays. While originally designed to reconstruct Bs->phi(KK)phi(KK) decays, it can be used to reconstruct any decays with the same final state.
Implementation of the BsToPhiPhiTo4K config file.
Other modifications to the code:
The implementation of the Bs->phi(KK)phi(KK) channel was validated against the implementation in the original and independent framework (CPVNano). The validation plots can be found here.
It was thoroughly checked that the modifications to the code do not impact the reconstruction of the decays in the dimuon channel. The validation plots for data can be found here and for mc here.