File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments