Skip to content

Commit c7c69af

Browse files
committed
formatting tableD0McDetector
1 parent faf4e90 commit c7c69af

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -356,16 +356,16 @@ struct JetCorrelationD0 {
356356
}
357357

358358
tableD0McDetector(tableCollision.lastIndex(), // might want to add some more detector level D0 quantities like prompt or non prompt info
359-
scores[2],
360-
scores[1],
361-
scores[0],
362-
d0Candidate.m(),
363-
d0Candidate.pt(),
364-
d0Candidate.eta(),
365-
d0Candidate.phi(),
366-
d0Candidate.y(),
367-
matchedFrom,
368-
selectedAs);
359+
scores[2],
360+
scores[1],
361+
scores[0],
362+
d0Candidate.m(),
363+
d0Candidate.pt(),
364+
d0Candidate.eta(),
365+
d0Candidate.phi(),
366+
d0Candidate.y(),
367+
matchedFrom,
368+
selectedAs);
369369
for (const auto& jet : jets) {
370370
if (jet.pt() < jetPtCutMin) {
371371
continue;

0 commit comments

Comments
 (0)