We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd10d39 commit b64080dCopy full SHA for b64080d
PWGHF/Tasks/taskMcGenPtRapShapes.cxx
@@ -83,7 +83,7 @@ struct HfTaskMcGenPtRapShapes {
83
void process(aod::McParticles const& mcParticles)
84
{
85
for (auto const& mcParticle : mcParticles) {
86
- if (rejectBackground and mcParticle.fromBackgroundEvent()) {
+ if (rejectBackground && mcParticle.fromBackgroundEvent()) {
87
continue;
88
}
89
int const absPdgCode = std::abs(mcParticle.pdgCode());
0 commit comments