Skip to content

Commit eb4d185

Browse files
committed
[PWGJE] Fix clang-format
1 parent eaed506 commit eb4d185

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

PWGJE/Tasks/jetDsSpecSubs.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)