Skip to content

Commit 42f8b62

Browse files
committed
selectionStudyTable.cxx: Tag duplicate condition
1 parent 0aec0ac commit 42f8b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/selectionStudyTable.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ struct SelectionStudyTable {
105105
if (std::abs(mcPart.pdgCode()) == 3334) {
106106
ptom.push_back(mcPart.pt());
107107
}
108-
if (std::abs(mcPart.pdgCode()) == 3334) {
108+
if (std::abs(mcPart.pdgCode()) == 3334) { // FIXME: The if condition is the same as the previous if condition.
109109
ptom.push_back(mcPart.pt());
110110
}
111111
// inclusive HF for now

0 commit comments

Comments
 (0)