Skip to content

Commit

Permalink
Merge pull request #2 from alibuild/alibot-cleanup-7213
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to #7213
  • Loading branch information
arvindkhuntia authored Aug 7, 2024
2 parents 1852de4 + db5715f commit ed2cd19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGJE/Tasks/nucleiWithFastJet.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ struct nucleiWithFastJet {
}
}
} // track
} // process mc
} // process mc

void processMCRec(o2::aod::JCollision const& collisionJet, soa::Join<aod::JTracks, aod::JTrackPIs, aod::McTrackLabels> const& tracks,
soa::Filtered<aod::ChargedMCDetectorLevelJets> const& mcdjets, aod::McParticles const&, TrackCandidatesMC const& fulltracks)
Expand Down Expand Up @@ -1335,7 +1335,7 @@ struct nucleiWithFastJet {
}

} // DetJet
} // jet constituents
} // jet constituents

} // process

Expand Down Expand Up @@ -1394,7 +1394,7 @@ struct nucleiWithFastJet {
jetHist.fill(HIST("genmatched/hRecMatchedJetEta"), mcpjet.eta(), mcpjet.eta() - mcdjet.eta());

} // mcdJet
} // mcpJet
} // mcpJet

for (const auto& mcParticle : mcParticles) {
if (fabs(mcParticle.eta()) > cfgtrkMaxEta)
Expand Down

0 comments on commit ed2cd19

Please sign in to comment.