-
Notifications
You must be signed in to change notification settings - Fork 628
[PWGCF] Identified Bf, Changed how PID is performed, added configurables to improve performance #10714
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
[PWGCF] Please consider the following formatting changes to AliceO2Group#10714
|
Error while checking build/O2Physics/o2 for cdb950b at 2025-04-01 10:16: Full log here. |
[PWGCF] Please consider the following formatting changes to AliceO2Group#10714
| for (int sp1 = 0; sp1 < kIdBfNoOfSpecies; ++sp1) { | ||
| for (int sp2 = 0; sp2 < kIdBfNoOfSpecies; ++sp2) { | ||
| fhTrueNSigmaTPC[sp1][sp2] = new TH2F(TString::Format("fhTrueNSigmaTPC%s_%s", speciesName[sp1], speciesName[sp2]).Data(), | ||
| TString::Format("N #sigma %s from TPC vs P for generated %s;N #sigma;p (GeV/c)", speciesTitle[sp1], speciesTitle[sp2]).Data(), | ||
| 48, -6, 6, | ||
| ptbins, ptlow, ptup); | ||
|
|
||
| fhTrueNSigmaTOF[sp1][sp2] = new TH2F(TString::Format("fhTrueNSigmaTOF%s_%s", speciesName[sp1], speciesName[sp2]).Data(), | ||
| TString::Format("N #sigma %s from TOF vs P for generated %s;N #sigma;p (GeV/c)", speciesTitle[sp1], speciesTitle[sp2]).Data(), | ||
| 48, -6, 6, | ||
| ptbins, ptlow, ptup); | ||
| } |
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.
Why two species indexes?
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.
I wanted to examine how the smearing effect on the N sigma values of TPC cause contamination when I run PID. When I fill these histograms, the first species index is species that I am measuring N Sigma for, the other is the generated species as determined by PDG value. I also use the plot corresponding to the generated particle species (eg, N Sigma pion for generated pions) to get my corrections for the smearing.
…les to improve performance (AliceO2Group#10714) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…les to improve performance (#10714) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…les to improve performance (AliceO2Group#10714) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…les to improve performance (AliceO2Group#10714) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…les to improve performance (AliceO2Group#10714) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…les to improve performance (AliceO2Group#10714) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
No description provided.