Skip to content

Commit c3ed672

Browse files
committed
Please consider the following formatting changes
1 parent 1d55c50 commit c3ed672

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,9 +2295,9 @@ struct AnalysisSameEventPairing {
22952295
VarManager::FillPairMC<VarManager::kDecayToMuMu>(t1, t2); // NOTE: This feature will only work for muons
22962296
fHistMan->FillHistClass(Form("MCTruthGenPairSel_%s", sig->GetName()), VarManager::fgValues);
22972297
if (useMiniTree.fConfigMiniTree) {
2298-
// WARNING! To be checked
2299-
dileptonMiniTreeGen(mcDecision, -999, t1.pt(), t1.eta(), t1.phi(), t2.pt(), t2.eta(), t2.phi());
2300-
}
2298+
// WARNING! To be checked
2299+
dileptonMiniTreeGen(mcDecision, -999, t1.pt(), t1.eta(), t1.phi(), t2.pt(), t2.eta(), t2.phi());
2300+
}
23012301
}
23022302
isig++;
23032303
}

0 commit comments

Comments
 (0)