Skip to content

Commit fccd702

Browse files
committed
Please consider the following formatting changes
1 parent aff6886 commit fccd702

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)