Skip to content

Commit 4903202

Browse files
committed
Please consider the following formatting changes
1 parent 0dcf797 commit 4903202

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ALICE3/Tasks/alice3-dilepton.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ struct Alice3Dilepton {
505505
} else if constexpr (pairtype == PairType::kLSnn) {
506506
registry.fill(HIST("Generated/Pair/LSnn/Tried"), 1);
507507
}
508-
508+
509509
if (!t1.isPhysicalPrimary() || !t2.isPhysicalPrimary()) {
510510
continue;
511511
}
@@ -514,7 +514,7 @@ struct Alice3Dilepton {
514514
} else if constexpr (pairtype == PairType::kLSnn) {
515515
registry.fill(HIST("Generated/Pair/LSnn/Tried"), 2);
516516
}
517-
517+
518518
if (!IsInAcceptance(t1) || !IsInAcceptance(t2)) {
519519
continue;
520520
}
@@ -523,10 +523,10 @@ struct Alice3Dilepton {
523523
} else if constexpr (pairtype == PairType::kLSnn) {
524524
registry.fill(HIST("Generated/Pair/LSnn/Tried"), 3);
525525
}
526-
526+
527527
const int motherid = -1;
528528
const int hfee_type = IsHFLS(t1, t2, mcParticles);
529-
529+
530530
if (requireHFEid.value && motherid < 0 && hfee_type == HFllType::kUndef) {
531531
continue;
532532
}

0 commit comments

Comments
 (0)