Skip to content

Commit 4d099b9

Browse files
committed
selectionStudyTable.cxx: Remove duplicated push_back
1 parent 5305044 commit 4d099b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Common/TableProducer/selectionStudyTable.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ struct SelectionStudyTable {
105105
if (std::abs(mcPart.pdgCode()) == 3334) {
106106
ptom.push_back(mcPart.pt());
107107
}
108-
if (std::abs(mcPart.pdgCode()) == 3334) { // FIXME: The if condition is the same as the previous if condition.
109-
ptom.push_back(mcPart.pt());
110-
}
111108
// inclusive HF for now
112109
if (std::abs(mcPart.pdgCode()) == 421) {
113110
ptd.push_back(mcPart.pt());

0 commit comments

Comments
 (0)