-
Notifications
You must be signed in to change notification settings - Fork 628
[PWGDQ] remove the kPhyiscalPrimay restriction for muon from various sources in MCSignals #11316
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
Conversation
MaolinZH
commented
May 22, 2025
- remove the kPhyiscalPrimay restriction for muon from various sources in MCSignals
- add two cuts for mouns: muonQualityCuts + type0/3 selection
- modified a tempory histogram subgroup
|
O2 linter results: ❌ 436 errors, |
| if (subGroupStr.Contains("tpcpid_nsigel")) { | ||
| hm->AddHistogram(histClass, "TPCnSigEl_TPCnSigPi", "TPC n-#sigma(e) . vs TPC n-#sigma(#pi)", false, 100, -5.0, 5.0, VarManager::kTPCnSigmaEl, 100, -5.0, 5.0, VarManager::kTPCnSigmaPi); | ||
| hm->AddHistogram(histClass, "TPCnSigEl_TPCnSigKa", "TPC n-#sigma(e) . vs TPC n-#sigma(K)", false, 100, -5.0, 5.0, VarManager::kTPCnSigmaEl, 100, -5.0, 5.0, VarManager::kTPCnSigmaKa); | ||
| hm->AddHistogram(histClass, "TPCnSigEl_TPCnSigPr", "TPC n-#sigma(e) . vs TPC n-#sigma(p)", false, 100, -5.0, 5.0, VarManager::kTPCnSigmaEl, 100, -5.0, 5.0, VarManager::kTPCnSigmaPr); | ||
| if (subGroupStr.Contains("tpcpidvspt")) { | ||
| hm->AddHistogram(histClass, "TPCnSigEl_Pt", "TPC n-#sigma(e). vs Pt", false, 200, 0.0, 20.0, VarManager::kPt, 100, -5.0, 5.0, VarManager::kTPCnSigmaEl); | ||
| hm->AddHistogram(histClass, "TPCnSigPi_Pt", "TPC n-#sigma(#pi). vs Pt", false, 200, 0.0, 20.0, VarManager::kPt, 100, -5.0, 5.0, VarManager::kTPCnSigmaPi); | ||
| hm->AddHistogram(histClass, "TPCnSigKa_Pt", "TPC n-#sigma(K). vs Pt", false, 200, 0.0, 20.0, VarManager::kPt, 100, -5.0, 5.0, VarManager::kTPCnSigmaKa); | ||
| hm->AddHistogram(histClass, "TPCnSigPr_Pt", "TPC n-#sigma(p). vs Pt", false, 200, 0.0, 20.0, VarManager::kPt, 100, -5.0, 5.0, VarManager::kTPCnSigmaPr); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these your changes or its because of not rebasing before pushing your changes ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Ionut, this subgroup was added by me for some tempory tests. And since I assume no one else is using them I change them for some other tests.
…sources in MCSignals (AliceO2Group#11316)
…sources in MCSignals (AliceO2Group#11316)
…sources in MCSignals (AliceO2Group#11316)
…sources in MCSignals (AliceO2Group#11316)
…sources in MCSignals (AliceO2Group#11316)
…sources in MCSignals (AliceO2Group#11316)
…sources in MCSignals (AliceO2Group#11316)