File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -578,21 +578,19 @@ struct JetDsSpecSubs {
578578
579579 // Successfully matched reconstructed collision
580580 registry.fill (HIST (" McEffCol" ), getValFromBin (BinMCColCntr::Matched));
581-
582581 // Apply standard event selection and vertex cut
583- // if (!jetderiveddatautilities::selectCollision(collision, eventSelectionBits) ||
582+ // if (!jetderiveddatautilities::selectCollision(collision, eventSelectionBits) ||
584583 // !(std::abs(collision.posZ()) < vertexZCut)) {
585584 // continue;
586585 // }
587586 // Matched collision passing analysis selections
588- // registry.fill(HIST("McEffCol"), getValFromBin(BinMCColCntr::MatchedSel8ZCut));
587+ // registry.fill(HIST("McEffCol"), getValFromBin(BinMCColCntr::MatchedSel8ZCut));
589588
590589 if (jetderiveddatautilities::selectCollision (collision, eventSelectionBits) &&
591590 std::abs (collision.posZ ()) < vertexZCut) {
592591 registry.fill (HIST (" McEffCol" ), getValFromBin (BinMCColCntr::MatchedSel8ZCut));
593592 }
594593
595-
596594 // Detector-level Ds-tagged jets associated with the current reconstructed collision
597595 const auto dsmcdJetsPerCollision = mcdjets.sliceBy (jetmcdpreslice, collision.globalIndex ());
598596 for (const auto & mcdjet : dsmcdJetsPerCollision) {
You can’t perform that action at this time.
0 commit comments