Skip to content

Conversation

@bghanley1995
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the pwgcf label Mar 26, 2025
@github-actions github-actions bot changed the title PWGCF: IdentifiedBfFilter Moved N Sigma Plots [PWGCF] IdentifiedBfFilter Moved N Sigma Plots Mar 26, 2025
[PWGCF] Please consider the following formatting changes to AliceO2Group#10650
MatchRecoGenSpecies realPID = kWrongSpecies;
int pdgcode = std::fabs(particle.pdgCode());
switch (pdgcode) {
case pdgcodeEl:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
case pdgcodeEl:
case kElectron:

These should be fixed.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bghanley1995, @vkucera is right!
You don't need to redefine

constexpr int pdgcodeEl = 11;
constexpr int pdgcodePi = 211;
constexpr int pdgcodeKa = 321;
constexpr int pdgcodePr = 2212;

what is already defined in TPDGCode.h
Please, address this in the next iteration

@victor-gonzalez victor-gonzalez merged commit de7d053 into AliceO2Group:master Mar 26, 2025
15 checks passed
louisemillot pushed a commit to louisemillot/O2Physics that referenced this pull request Apr 8, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
njacazio pushed a commit that referenced this pull request Apr 11, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
EmilGorm pushed a commit to EmilGorm/O2Physics that referenced this pull request Apr 15, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
ariedel-cern pushed a commit to ariedel-cern/O2Physics that referenced this pull request May 23, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
smaff92 pushed a commit to smaff92/O2Physics that referenced this pull request Jun 17, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
alibuild added a commit to alibuild/O2Physics that referenced this pull request Aug 11, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

4 participants