Skip to content

Commit b64080d

Browse files
committed
Make Megalinter happy
1 parent bd10d39 commit b64080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Tasks/taskMcGenPtRapShapes.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct HfTaskMcGenPtRapShapes {
8383
void process(aod::McParticles const& mcParticles)
8484
{
8585
for (auto const& mcParticle : mcParticles) {
86-
if (rejectBackground and mcParticle.fromBackgroundEvent()) {
86+
if (rejectBackground && mcParticle.fromBackgroundEvent()) {
8787
continue;
8888
}
8989
int const absPdgCode = std::abs(mcParticle.pdgCode());

0 commit comments

Comments
 (0)