Skip to content

Commit 456b52a

Browse files
committed
remove empty if case
1 parent c0a1f61 commit 456b52a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

PWGDQ/Core/MCSignal.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ bool MCSignal::CheckProng(int i, bool checkSources, const U& mcStack, const T& t
249249
if (!currentMCParticle.has_daughters() && j < fProngs[i].fNGenerations - 1) {
250250
return false;
251251
}
252-
if (currentMCParticle.has_daughters() && j < fProngs[i].fNGenerations - 1) {
253-
// currentMCParticle = currentMCParticle.template mothers_first_as<U>();
254-
// currentMCParticle = mcStack.iteratorAt(currentMCParticle.mothersIds()[0]);
255-
}
256252
if (currentMCParticle.has_daughters() && j < fProngs[i].fNGenerations - 1) {
257253
const auto& daughtersSlice = currentMCParticle.template daughters_as<U>();
258254
for (auto& d : daughtersSlice) {

0 commit comments

Comments
 (0)