Skip to content

Commit 552875e

Browse files
authored
Merge pull request #15 from alibuild/alibot-cleanup-16346
Please consider the following formatting changes to #16346
2 parents aff6886 + fccd702 commit 552875e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/Tasks/bjetTaggingGnn.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ struct BjetTaggingGnn {
941941
const auto& mcpjetspermcpcollision = MCPjets.sliceBy(mcpjetsPerMCPCollision, collision.mcCollisionId());
942942
for (const auto& mcpjet : mcpjetspermcpcollision) {
943943
registry.fill(HIST("h_jetpT_particle"), mcpjet.pt(), weightEvt);
944-
944+
945945
// Fill h3_pthat_jetpT only for unmatched particle jets (reco pT = -1)
946946
if (matchedMcpJetIndices.find(mcpjet.globalIndex()) == matchedMcpJetIndices.end()) {
947947
registry.fill(HIST("h3_pthat_jetpT"), collision.template mcCollision_as<AnalysisCollisionsMCP>().ptHard(), -1.f, mcpjet.pt(), weightEvt); // Missing jets, overflow-pTreco jets

0 commit comments

Comments
 (0)