We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5305044 commit 4d099b9Copy full SHA for 4d099b9
Common/TableProducer/selectionStudyTable.cxx
@@ -105,9 +105,6 @@ struct SelectionStudyTable {
105
if (std::abs(mcPart.pdgCode()) == 3334) {
106
ptom.push_back(mcPart.pt());
107
}
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
- }
111
// inclusive HF for now
112
if (std::abs(mcPart.pdgCode()) == 421) {
113
ptd.push_back(mcPart.pt());
0 commit comments